• Hi – I’m wondering if this plugin can do 2 things:

    1. Short description. This is in settings as either ‘on’ or ‘off’ for all bundles. I normally have this on, but I have 1 bundle with around 30 products that I don’t want to show the short description. Can I hide it for this 1 bundle only?

    2. Price surcharge. There’s the ability to allow a discount or set a fixed price, but can there just be a single surcharge for the bundle? If I set a fixed price i get a ‘Bad Gateway’ error when trying to add to cart.

    Thanks.

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

    (@wpclever)

    Hi @toofastdriving

    #1. Yes, you can do that by using CSS code for a special product, e.g product ID 99:

    .woosb-wrap[data-id="99"] .woosb-description {
        display: none;
    }

    #2. You can try this way: Add a simple product named “bundle surcharge”, add this product to the bundle and you still can hide it in your shop https://prnt.sc/ocirlu. So, it is available in bundle only.

Viewing 1 replies (of 1 total)
  • The topic ‘Short description customisation & bundle price surcharge’ is closed to new replies.