This topic has 4 replies, 2 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
On the product price if i have variations it has £0.00 – £9.99 but i just want it to say £0.00 the price of the item, and the options to be “extra” additions, if chosen… Can this be done?
Thanks
Hello,
Please provide us with the link to your site and wp-admin panel credentials in Private Content. Do you want to display one price on the Shop page where all products are shown or on a Single product page?
Thank you.
Regards,
Eva Kemp.
Hi, thanks for reply.
I would like to just have one price for item on all products and on single page. Not sure WC allows this tho?
I only want the price to change once an option has been chosen.
Log in details below.
Hello,
To hide the price you need add this code into custom.css file:
.single-product-page .product-info .price, .products-grid .product .price {
display: none;
}
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Product Price’' has been successfully resolved, and the topic is now closed for further responses