This topic has 4 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Rose Tyler
Hi!
Please check https://putsies.com/product/abandoned-rails/
What I would like is that the correct price is shown when you choose an option in the variations. The type “size” and “material” yields a specific price. This is set per variant at the product. But I don’t see that price again. How can I set this up?
Is it also possible not to show the current price (€ 40 – € 2500) and only show a price once the choices for the variations have been made?
Hello,
Please provide temporary wp-admin and FTP access, so we can take a closer look.
Regards
See private content area.
Hello,
We’ve checked your variable product one more time, if the variation exists the price is shown – https://prnt.sc/WuySgYQXL4ns
The current price (€ 40 – € 2500) can be hidden by adding the next code in Theme Options > Theme custom CSS:
.product-type-variable .et_product-block > .price {
display: none;
}
Regards
Tagged: correct, pricing, themes, variations, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up