Home / Forums / WoodMart support forum / I want to hide product prices on all pages
Home › Forums › WoodMart support forum › I want to hide product prices on all pages
I want to hide product prices on all pages
- This topic has 9 replies, 2 voices, and was last updated 1 year, 8 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 14, 2024 at 2:41 am #612017
ha21cnParticipantI turned on the Catalog mode in the theme settings, but found that the prices of the products are still displayed. I want to know how to set up the settings to hide the price display on all pages.
November 14, 2024 at 11:28 am #612102Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.price { display: none !important; }Best Regards
November 15, 2024 at 8:32 pm #612530
ha21cnParticipantAfter I entered this CSS code, I found that the price can still be viewed on the shopping cart and checkout pages. How can I set the price to be hidden on all pages of the store?
November 16, 2024 at 11:46 am #612604Hello,
Can you please share the product page URL so I will check and give you a possible solution?
Best Regards
November 16, 2024 at 10:36 pm #612694
ha21cnParticipantBelow is a test website I made. I did not close the shopping cart and checkout functions. Although I do not see the price on the product display now, I can see the price in the shopping cart and checkout function.
November 18, 2024 at 10:21 am #612815Hello,
I visited your site and noticed that the Add to Cart button was already hidden due to Catalog Mode. Since new users cannot add products to the cart, the cart and checkout pages are not accessible to them.
Best Regards
November 18, 2024 at 10:32 am #612833
ha21cnParticipantBut if I want the website to be able to display the variable attribute Size of the product, how should I set it?
November 18, 2024 at 3:14 pm #612964Hello,
The catalog mode is used to disable the ability to buy a product from the website and it also hides the variations from the variable products.
You will need to hide the price and add to the cart button with custom CSS, please let us know if you need our help.
Best Regards
November 24, 2024 at 3:08 am #615208
ha21cnParticipantMy current idea is to retain the add to cart and checkout functions, but not display the price on any interface. How can I do this? In addition, I found a problem. When adding products to the checkout page, I found that a short description will be displayed in the product display. How can I hide it?
November 25, 2024 at 1:00 pm #615495Hello,
1. The price is already hidden on your site. I think you have used the custom CSS code to hide the price. Now what do you want to do?
2. Where you have seen the short description, please share the screenshot and the page URL, so I will check and give you the possible solution.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register