Displaying 1 result from an estimated 1 matches for "cart_link".
Did you mean:
call_link
2005 Dec 19
1
<% unless params[:context] == :gallery -%> question
...t;store/index",
:params => { :context => :gallery})
end
template:
<% unless params[:context] == :gallery -%>
<span id="product_price"><%= @products[0].price %></span><br
/>
<span id="cart_link"> <%= link_to ''Add to Cart'',
{:action => ''add_to_cart'', :id => product },
:class => ''addtocart'' %><br/>
</span>
<% end -%>
--
Posted via h...