WooCommerce Variable Product issue after updating prices

969 views Asked by At

This just started happening yesterday. I changed my price and now when a customer selects a color item, this pops up underneath the item.

It doesn't prevent the customer from ordering, but it looks horrible right underneath the product when they are about to proceed to the checkout.

Any information would be helpful.

{{{+data.variation.variation_description+}}}
{{{+data.variation.price_html+}}}
{{{+data.variation.availability_html+}}}

Here is a link to the product / image. Choose Either black, or white and you will see this code above pop up underneath the product.

Live website link to a product: sparkslide.com (iphone-66s)

Screenshot: product page screenshot

Thanks

2

There are 2 answers

0
Poldira On

Your theme template is out of date with the newest version of WooCommerce. Or the component in X isn't working correctly. Update your theme first, and if it doesn't work, contact Themeco. Otherwise, your best bet is the quick CSS hack offered by Jaime

0
Jaime On

This is a hack.

.woocommerce-variation.single_variation div{display:none;}

But it'll work.