Hiding Options

Hi,

This is my second question....

Is it possible to make cs cart like REAL PRODUCT CATALOGUE ? No Price No Code... Just product name

If you see attachment you can understand.

without.PNG

http://docs.cs-cart.com/4.3.x/user_guide/addons/catalog_mode/index.html

http://docs.cs-cart.com/4.3.x/user_guide/addons/catalog_mode/index.html

Hi..

Yes i know this but when i activate Catalog mode, if there is no price then this appears....

"Contact us for a price"

How to hide this also i dont know ? Please check attachment to see...

https://i.hizliresim.com/V3amgy.png

add

.ty-grid-list__no-price .ty-no-price {
display: none;
}
to

Templates > bright_theme / styles / data / Bright_theme.css

or whatever theme u use.

add

.ty-grid-list__no-price .ty-no-price {
display: none;
}
to

Templates > bright_theme / styles / data / Bright_theme.css

or whatever theme u use.

vow... thank you very much now solved....