Price showing under add to cart

Hey we updated to the newest x theme and now our price is showing under the add to cart on a product page. You will see a Final total above the add to cart and then again you will see the price under the add to cart. I know before we hind the price unless the product was on backorder but now it is showing no matter what. I only want that price to show when it is on backorder because that price does not work with our option sets. The price stays the same even if you are adding an option that adds to the final total.

This was the shortcode I used in the page builder to make it show only when back ordered. price-outstock

https://staging3.outdoordogsupply.com/product/garmin-alpha-100-drivetrack-70-gps-tablet-combo/

the box pops up 2 sometimes not sure why. Please just use the username and password on both if it dose.

Hi @odsadmin,

Thank you for writing in, that pricing is rendered by the woocommerce-tm-extra-product-options plugins, please contact the plugin author on how you can disable that as we cannot provide support for third-party plugins or scripts due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script.

For now, you can hide that by adding this to Theme Options > CSS

.single-product .tm-extra-product-options-totals.tm-custom-price-totals {
	display: none !important;
}

Thank you for understanding,

Hey

I’m sorry for the confusion but we found code to hide the price that I was talking about but I also hide the price from the cart. I forgot to take it off. I’m not sure if you saw the correct price I was talking about. Please view this link and look below the Add to Cart button.

https://www.outdoordogsupply.com/product/garmin-alpha-100-drivetrack-70-gps-tablet-combo/

I would like that price to only show when the product is Out of Stock. What would be even better is if that price could show only when out of stock and marked Don’t Allow Backorder. So it will not show when a product is out of stock but Allows backorder. Before all I had was the price would show when it was Out of stock and if thats all I can do thats fine.

Hey
I got this fixed I found the code that was changed.

.single-product .product.instock .price-outstock{display:none!important}

Some how the none was changed to blocked.

Cool, glad you sorted things out,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.