Bring Your Business to Life › Support › Image Store › How to deactivat vote button an set add to cart button › Reply To: How to deactivat vote button an set add to cart button
July 29, 2013 at 10:14 pm #54039
Keymaster
To deactivate the vote button go to settings > general and uncheck “Activate voting”.
Currently you can’t add the “add to cart” button at the bottom of the image, it only shows in the lightbox when the user click on the image.
You could add this line of code to the styles.css file in the theme but you still need to write javascript to make the order form show up.
.img-metadata a.box-add-to-cart { display: inline; }