Hello,
I’m using Wordpress Version 6.5.5
Cornerstone Version 6.4.22
I’m creating a WooCommerce store, and I want to create two fields for the prices.
Field 1 - Regular Price;
${{dc:woocommerce:product_regular_price}}
Field 2 - Sale Price
{{dc:woocommerce:product_sale_price}}.
But, I want to hide Field 2 (Sale Price) in case the user doesn’t add a Sale Value to the Product.
I have tried using conditional logic, but I had no success. I would appreciate any help.
Best,
Diego