hide default price when i use price ranges addon

Hi there, i bought your "display product price ranges" module right now... i am testing it... Is it supposed to "overlap" the actual "price" on products list?? The products is showing the price range correctly, OK, but it's also showing the price... so we have Price, Price. Is it normal??? Thank you :)

hide default price when i use price ranges addon

Hello,
Default product price that appears both on product page or on list of products cant be removed because it is a part of structured datas that is used for google purposes.
The best way - in this case - is a feature to "hide" price with css styles.

you can do it with css styles like:
/** homepage products **/ .sp-listing-tabs .product-price {
    display: none;
}
/** product lists like category pages etc **/ .ajax_block_product .product-price {
    display: none;
}
Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment