Viewing 3 replies - 1 through 3 (of 3 total)
  • This would be helpful at my work. I ended up custom-building a page and manually adding each item with WooCommerce shortcode. It was a pain, but it worked. Updating the page is a pain, too.

    Thread Starter anouarrs

    (@anouarrs)

    Can you show me how does it looks?

    This is a link to one of our product pages. It looks decent and it’s workable; it’s just a pain to update. If we run out of a product or were to add a new product, it means manual changes.

    https://rumbletuff.com/en/changing-pads-covers/pad-covers/minky-dot/

    I used the regular WooCommerce shortcode that allows you to add the price and Add to Cart button anywhere you want it, then I modified it a little through CSS. WooCommerce (or the guys who built our site; I don’t know) designed the price and button to be side-by-side, and I wanted them stacked.
    [add_to_cart sku=””]
    (You can also use id=”” instead of sku=”” since you have to add a SKU number to a product, but WooCommerce automatically assigns every product with an ID number.)

    It works and it’s effective, but it’s a little more tedious to assemble and maintain. I just couldn’t come up with a better idea.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[WooCommerce] Add to cart for every product variation’ is closed to new replies.