Skip to content

html

Auto Added by WPeMatico

Need to know how to have calculated results added to cart, using Add to Cart button

I have written a math html to figure out the square footage of boxes of material that a client needs to order. I have loaded it and here is an example page: [https://oflooring.com/hardwood/hf-design-canon-brentwood-hills-collection-bh537ocn-millstone-european-white-oak-7-5-inch-wide-hardwood-flooring.html][1] As you can see on this page,… Read More »Need to know how to have calculated results added to cart, using Add to Cart button

How do I wrap divs inside of tag?

I have the following code in Magento, <a href=”https://www.example.com” class=”learn-link” > <div class=”card”> <img src='{{mediaurl=&quot;wysiwyg/home/DesignerSunglasses}}’ alt=”Best Designer Sunglasses” class=”term-image” loading=”lazy” /> <div class=”container”> <h3 class=”page-title”>Lorem</h3> </div> </div> </a> However, after I saved the code, the tag disappeared, if I add… Read More »How do I wrap divs inside of tag?