Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3540183
Adding a variation on a whole cundle
Open

Comments

  •  1
    Maja started the conversation

    Hello,

    We are using your plugin and we have make a bundle of 5 products. We have been checking the documentation and saw the options to make clients chose variations for each product within the bundle, but not the bundle as a whole.

    In our case the bundle is fixed, they can't change quantity nor adjust products, but they can chose at the end which date they would like to recieve the pack. Is this possible to do with plugins current features? 

    Thank you.

  •  767
    Janilyn replied

    Hi Maja,

    Thanks for contacting us here.

    For your case, you can use the WPC Product Options to combine extra fields with your bundle.

    You can add a Date/time picker to your bundle as below:

    5987214424.png

    There's a free version for you to try on WP repository.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1
    Maja replied

    Hello 

    Thanks for this. We have downloaded it and it works fine, that we can let users pick the date, but the problem we have it that apart form the date selection box also appears the price:

    7655294280.png
    And the price is not matching the real price we have, which is already on the top of the boundle. I couldn't find the way to remove that.

    Is it possible?
    Thanks

    Maja

  •  767
    Janilyn replied

    Hi Maja,

    Thank you for the feedback.

    I have assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,225
    Dustin replied

    Hi Maja,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wpcpo-wrapper .wpcpo-total {
        display: none !important;
    }

    Best regards,
    Dustin

  •  1
    Maja replied

    Hello, that solved the problem! Thank you!