• Resolved Stellar

    (@stellar11)


    Hi, i found once i click the “Add to Quote” button in a variable product, the price will display, could you hide price for variable products?
    Thank you!

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Neah Plugins

    (@gplsaver)

    HI,
    What is your rfq setting? normal or rfq
    also can you share a link to your site so we can debug the page

    Thread Starter Stellar

    (@stellar11)

    Hi,

    here’s my setting,

    the website is: http://stellar.com.hk/

    • This reply was modified 9 years, 3 months ago by Stellar.
    Plugin Author Neah Plugins

    (@gplsaver)

    please try the most recent update of 1.7.992( it was updated twice) and let us know how it goes.

    Thread Starter Stellar

    (@stellar11)

    Thank you for your effort, the hide of price works well in variable products now, but I found the cart icon at the top right-hand corner is missing now even though I turn on it in the theme setting. The 1.7.991 version doesn’t have this issue.

    Plugin Author Neah Plugins

    (@gplsaver)

    Try the latest version of 992. (no upgrade notice). Please let me know if that works.

    Thread Starter Stellar

    (@stellar11)

    I just reinstall the plugin, but the cart icon still not display.

    Plugin Author Neah Plugins

    (@gplsaver)

    Add the following to the bottom of your style.css

    .woocommerce-Price-amount {display:block !important; }

    Thread Starter Stellar

    (@stellar11)

    I’ve added the codes to the bottom of the style.css file of the theme and saved, but still doesn’t work.

    Plugin Author Neah Plugins

    (@gplsaver)

    sorry, it is a theme compatibility issue. add this to bottom of style.css
    a.cart-contents,.woocommerce1-Price-amount {display:block !important; }

    • This reply was modified 9 years, 3 months ago by Neah Plugins.
    • This reply was modified 9 years, 3 months ago by Neah Plugins.
    Thread Starter Stellar

    (@stellar11)

    Now the icon comes back, and the last issue is the total number of products doesn’t display (also same situation for the wishlist heart icon)

    Plugin Author Neah Plugins

    (@gplsaver)

    try this one

    a.cart-contents,.woocommerce1-Price-amount,.count {display:block !important; }

    Thread Starter Stellar

    (@stellar11)

    Thank you very much, now everything runs well!

    Plugin Author Neah Plugins

    (@gplsaver)

    Great!. feel free to rate this plugin.

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

The topic ‘Hide price for variable products’ is closed to new replies.