Add to Cart button
Autore: Dave W.
Visite 3008,
Followers 2,
Condiviso 0
Hi, In version 9 you told me how to hide the 'Add to cart' button by doing this: But now after upgrading to version 10, the icon appears again despite that line being in the 'Expert' area of the properties , is there a way to remove the 'Add to cart' button? Thanks
Postato il
Autore
Sorry the original post should include this line "<style> body .imProductListBoxAdd{visibility:hidden; } </style>", this is what worked before on version 9
Autore
Can anybody help with this? The reason the add to cart is removed is because the products are available in so many different formats (sizes etc....) and the guy wanted to display the products but get the buyer to call for trade prices & size / delivery etc...., in Version 9 this worked perfectly. Thanks Dave
Hello Dave,
Please try following code:
<style> body .imProductListText img{visibility:hidden; } </style>
Please let me know if it works.
Autore
Thanks for your help, perfect