Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29095

    I’m working on adding products to my site through the woocommerce plugin. Is there a way to post a retail price, the price I’m offering, and the amount they’re saving by purchasing my product?

    I can do it by posting 1 price as the regular price and the other as sale price but then a “sale” icon is created and I don’t want that. Here’s the example: http://www.pulse8nutrition.com/product/calmagsuperabsorbeze/

    #139703

    Hi,

    To hide sale icon please add following code to custom.css file or to Quick CSS in Enfold theme options page under Styling

    #top .main_color .onsale { display:none; }

    Regards,

    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Product pricing through woocommerce’ is closed to new replies.