This thread is resolved. Here is a description of the problem and solution.
Problem:
The client wants to enable Catalogue mode for the English version of their site using WPML, specifically to hide prices and the 'add to cart' button on product pages.
Solution:
We recommend translating the product content first. Then, to hide the price and 'add to cart' button in the English version, you can add custom CSS. Go to your site's backend > Appearance > Customizer > Custom CSS area and insert the following CSS code:
html[lang="en-US"] .price, html[lang="en-US"] .wd-single-add-cart {<br />display: none !important;<br />}
This CSS will effectively hide the price and purchase options for products in the English version of your site.
If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 3 replies, has 0 voices.
Last updated by 2 weeks, 3 days ago.
Assisted by: Mihai Apetrei.