• Resolved gnrodrigowp

    (@gnrodrigowp)


    I would like to use Ultimate product catalog but have the option of not using the Price feature, in other words, HIDE the product price and not have a shopping cart. So it would only be for product display purposes.
    Is this possible?

Viewing 1 replies (of 1 total)
  • Hi Rodrigo,

    You can hide the price on the product page by setting the “Display Product Page Price” option to “No” (“Basic” area of the “Options” tab). To hide it from the catalog view, you could make use of a bit of custom CSS (which you add to the “Custom CSS” box found by going to the “Catalogues” tab and clicking on your catalog). To hide it from all three views (thumbnail, list and detail), something like the following should do the trick:

    .prod-cat-price {
    display: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Can I hide price?’ is closed to new replies.