• 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)
  • Anonymous User

    (@anonymized-3085)

    you can do it by using the shortcode [eshop_addtocart] and insert whatever markup around it you like. But yes that would have to be done per product.

Viewing 1 replies (of 1 total)
  • The topic ‘[plugin eshop] Put Add To Cart & Options Inside Custom DIV’ is closed to new replies.