[plugin eshop] Put Add To Cart & Options Inside Custom DIV
-
Can someone tell me how to get the options and Add To Cart button inside its own custom DIV? Right now, eshop simply puts the entire form
<form class="eshop addtocart" method="post" ...
in the main post DIV. I seen it done on this website:
https://www.wormsigntshirts.co.uk/t-shirts/everybodyneedsa303-dark/
He was able to put the form inside a custom DIV
<div class="post-content"> <div id="wsproductholder"> image code </div> <div id="wsproductdetails"> product details, options, add to button code</div> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[plugin eshop] Put Add To Cart & Options Inside Custom DIV’ is closed to new replies.