How do I do if I wants to remove the add to cart button? I want the costumer to first click on "show me more about the product button" then choose size and add to cart.
If you mean like the attached image, I did it by editing product-list.tpl in the theme folder.
I deleted this section-
Working well so far, but I did make a backup copy of the original file. :coolsmile:
(edit) Instead of deleting the code, you can comment it out by adding {* before and *} after the section you want ignored.
I deleted this section-
{if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2}
{l s='Add to cart'}
{else}
{l s='Add to cart'}
{/if}Working well so far, but I did make a backup copy of the original file. :coolsmile:
(edit) Instead of deleting the code, you can comment it out by adding {* before and *} after the section you want ignored.
Attached Files
and how to remove the button ,customers may not order on the moment but i want it online
kind regards
kind regards
i found it better to ad text, to give the customer the choice,
many times the default size is fine for them so they don´t need one more step
to order
sd
many times the default size is fine for them so they don´t need one more step
to order
sd




Back to top









