I am using the Grid2 product list and after adding an option for Gift Wrapping, the default list has replaced the Add to Cart button with Select Options. Anyone know how to make the cart show the Add to Cart again? I do not want the select options there.
thanks
Figured it out. This is controlled by the “/skins/basic/customer/common_templates/product_data.tpl” file. You can change the logic there to display buttons/links etc for the product lists…
[quote name=‘Ion_Cannon’]I am using the Grid2 product list and after adding an option for Gift Wrapping, the default list has replaced the Add to Cart button with Select Options. Anyone know how to make the cart show the Add to Cart again? I do not want the select options there.
thanks[/QUOTE]
Here is the solution.
[url]http://forum.cs-cart.com/vbugs.php?do=view&vbug_id=1683[/url]
[quote name=‘miracles’]Here is the solution.
[url]http://forum.cs-cart.com/vbugs.php?do=view&vbug_id=1683[/url][/QUOTE]
Thanks I did it the hard way and found this later. Works great, thank you!
OK - really annoyed with CS-Cart right now. I am upgrading my store to 2.1.2 and I can no longer get the stupid select options function to be replaced with the Add To Cart button on the grid-list 2 template. I edited the products_multicolumns2.tpl file to the following:
{* $Id: products_multicolumns2.tpl 7765 2009-07-30 09:32:56Z alexions $ }
{* template-description:grid2 **}
{include file=“blocks/list_templates/grid_list2.tpl”
show_product_options=false
show_trunc_name=true
show_old_price=true
show_price=true
show_clean_price=true
show_list_discount=true
show_add_to_cart=true
but_role=“action”}
Anyone know why this wouldn’t work as it normally did??