• daniidevv

    (@daniidevv)


    Hi, hope you are doing well. I recently installed your plugin to achieve a custom flow but not sure how to add your product addons/fields to my custom order form. So, we have 3 variable products on our store and we have created a custom order form where people can choose within all 3 products and their variations and proceeds to checkout. Now for the addons part, would like to know If there is a hook or function that I can add to output the addons to our form.

    Additionally, would like to know how to round the percentage price for checkbox field.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter daniidevv

    (@daniidevv)

    Hi, can I please get a reply on this? Thanks.

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well :D.

    Our plugin use the default before or after add to cart hook in order to add the addons. You’ll need to use these hooks on your custom form in order to allow to display the addons.

    woocommerce_before_add_to_cart_button
    woocommerce_after_add_to_cart_button

    In this way, you’ll be able to render the addons.

    I hope it helps you.

    If you have any other questions, don’t hesitate to contact us, we’ll be happy to help you.

    Have a good day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.