Jump to content

Remote the "add to card" button from listing so that people have to click "View"


Guest

Recommended Posts

It is very important that the users of my shop click the "view" button instead of just adding the product to the cart, this is because the products all have different attributes that allow for different sizes and flavours etc...

Is there any way i can remove the "add to cart" button from the screen that lists different products so that users HAVE to click "view".

Thanks in advance.

David. :)

Link to comment
Share on other sites

I have looked on the Forums before i post a new topic about it, however i have been unable to find the answer....

Thanks,
David.

Link to comment
Share on other sites

Just edit product-list.tpl in your theme's directory and {* comment out *} lines 20-24:

{if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2}
{l s='Add to cart'}
{else}
{l s='Add to cart'}
{/if}

Link to comment
Share on other sites

Thanks for the reply :)

One more questions that probably makes things a little more complicated though..

Is there any way i can edit the code so that if any product has any attributed such as different sizes then the drop down menu for the attribute will display on the product list page for each product, this way the add to card button can remain on the page and people can choose the attribute and click add to cart simply.

Thanks again,

David.

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...