• Resolved rankengage

    (@rankengage)


    Hi,

    is it possible to not show the price of an individual item in the list. Lets say If I don’t want to show the price of the “gift box”; but do want to charge for it at the cart level?

    Can you please let me know how this can be done?

    Kind Regards

Viewing 1 replies (of 1 total)
  • Plugin Author AsanaPlugins

    (@asanaplugins)

    Hello @rankengage,

    Thank you for utilizing our plugin.

    We regret any inconvenience caused.

    If you wish to conceal a particular item price, regrettably, this feature is not currently available. However, we can provide it as a custom service for you.

    If you prefer to hide prices for all items, you can utilize the following CSS code in your child theme customization page or style.css file.

    /* Hide price */

    #asnp-easy-product-bundle-modal .asnp-post-grid-price {

      display: none;

    }

    #asnp_easy_product_bundle .woocommerce-Price-amount {

      display: none;

    }

    I trust this information is helpful.

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding Prices of Individual items within a bundle listing’ is closed to new replies.