• Resolved wizbam

    (@wizbam)


    I like the options for displaying different currencies, but is there a way to remove pricing display altogether or make it say “Request Quote?”

    I would like for some items to have prices, but for some more expensive or price-negotiable items to be devoid of pricing information.

    http://ww.wp.xz.cn/plugins/orillacart/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author orillacart

    (@orillacart)

    Hello,

    The only way to achieve that would be by editing the templates, and say for example if the price is not entered to show that text. Also there is an option to disable the buy button for each product. You can select the radio button “product is not for sale”.

    Best Regards

    Thread Starter wizbam

    (@wizbam)

    I have disabled the buy button but I think it might be suitable to remove prices entirely from all the listings. I’m having trouble now determining which files I need to edit in order to remove/hide price output for the listings.

    Any suggestions?

    Thread Starter wizbam

    (@wizbam)

    I found it!

    com_shop\assets\frontend-styles.css {

    #com-shop .product-view .price {
    display: none;
    }

    #com-shop .gridItem .price, #com-shop .productsList .listItem .price {
    display:none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Pricing Display?’ is closed to new replies.