Reply To: How to deactivat vote button an set add to cart button

Bring Your Business to LifeSupportImage StoreHow to deactivat vote button an set add to cart buttonReply To: How to deactivat vote button an set add to cart button

#54039
Xpark Media
Keymaster

@WebDreamsAgency,

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;
}