• Tomanuel

    (@buildbymuscle)


    Hello, I wonder if it is possible to create order bump at checkout window.

    Example:
    Let′s say I want to sell online service for $69 and I want to offer my customers optional choices (order bump) at the additional cost. For example lifetime support for $19.

    So far, I have been able to create product variations with radio buttons.

    Problem is, the product variations are somewhat necessary to choose from, rather than being optional to choose from. It is not possible to deselect selected radio button. There always ends up one button being selected without the option to deselect it.

    Is there any way I can achieve those radio buttons being optional to select?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Alexander C.

    (@alexanderfoxc)

    Hi.

    At the moment, there is no exact functionality that you require. As a workaround, you can set your first variation’s price mod to 0 and second variation to +19. This way your customer can select if they want lifetime support or not.

    You provided a good use-case scenario though. I have created a ticket in our inner system to discuss this with the team. As I can see it, this can be implemented by adding new variations group option to display its variations as checkboxes. This way you would be able to create variations group named something like “Additional Services” and a single variation “Lifetime Support”, which would be displayed as checkbox. Your customers then can tick it if they want this service.

    I cannot give you any ETA when this would be implemented though.

    Thread Starter Tomanuel

    (@buildbymuscle)

    Adding those checkboxed to Stripe Payments plugin woould be a great thing to have. Thank you for your answer.

    • This reply was modified 4 years, 6 months ago by Tomanuel.
    Plugin Author mra13

    (@mra13)

    Can’t you make a new variation group in the product that has something like the following?

    Lifetime Support
    Option1: None (with $0 price mod)
    Option2: Support Include (with $19 price mod)

    The first option will be selected by default and they can optionally pick the 2nd option which will add the $19 cost to the transaction.

    Thread Starter Tomanuel

    (@buildbymuscle)

    Sure, I can add another option as “none” with price tag 0. The problem is I that I want to offer more than 1 optional choices to choose from.

    – Lifetime support
    – Unlimited revisions
    – 2 Days extra fast delivery

    Right now, there is just an option to choose only one. If you would like to choose more than one, it is impossible.

    Plugin Contributor Alexander C.

    (@alexanderfoxc)

    Well, you can still improvise by creating 3 variation groups so the final result would look like this:

    Lifetime Support:
    O Yes O No

    Unlimited revisions:
    O Yes O No

    2 Days extra fast delivery
    O Yes O No

    Thread Starter Tomanuel

    (@buildbymuscle)

    Thank you Alexander. I did it exactly like that.

    However there is another problem. I will try to explain by providing an example.

    Product: Book – $39
    Quantity: 1
    Optional choices: lifetime updates – $9.99
    Final price: 1x Book ($39) + 1x Lifetime updates ($9.99) = 48.99

    Problem arises when customer choose quantity of more than 1, because the optional choices (lifetime updates for $9.99) is also calculated two times

    Product: Book – $39
    Quantity: 2
    Optional choices: lifetime updates – $9.99
    Final price: 2x Book ($78) + 2x Lifetime updates ($9.99) = 97.98

    When choosing quantity 2, it also calculates liteime updates two times instead of just one time.

    Is there a way to solve this?

    Thank you in advance

    Plugin Contributor Alexander C.

    (@alexanderfoxc)

    Since customer is purchasing 2 books, they should also pay for lifetime support x 2. Variations were created with this logic in mind.

    But I can see it would be good to add an option for variation groups, something like “Ignore quantity”. This way it would let you do something like this:

    Book – $39 x 2
    Hard cover – $4.95 x 2 (because two hard covers required for 2 books)
    Lifetime updates – $9.99 x 1 (single customer = single lifetime support).

    I have added this as a feature request as well.

    To answer your question, this can’t be solved in current plugin version unfortunately.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Order bumps at checkout’ is closed to new replies.