Guest Posted April 12, 2010 Share Posted April 12, 2010 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 More sharing options...
msk69 Posted April 12, 2010 Share Posted April 12, 2010 there is something about that in the forum.I also remember that the ajax cart turning of or on gave me the solution once. Link to comment Share on other sites More sharing options...
Guest Posted April 12, 2010 Share Posted April 12, 2010 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 More sharing options...
rocky Posted April 13, 2010 Share Posted April 13, 2010 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 More sharing options...
Guest Posted April 13, 2010 Share Posted April 13, 2010 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 More sharing options...
JohnADK Posted May 19, 2011 Share Posted May 19, 2011 Thanks for the great code hint, Rocky. Works great! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now