Add to Cart button
Autor: Dave W.
Besucht 3010,
Followers 2,
Geteilt 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
Gepostet am
Autor
Sorry the original post should include this line "<style> body .imProductListBoxAdd{visibility:hidden; } </style>", this is what worked before on version 9
Autor
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.
Autor
Thanks for your help, perfect