• Resolved anbuwp

    (@anbuwp)


    I need pass the data to stripe payment link from my website
    Order For: Adult Head
    Size:S
    if (isset($_POST[‘variation-OrderFor’])) { 10 $order_for = $_POST[‘variation-OrderFor’]; 11 } 12 if (isset($_POST[‘variation-HeadSize’])) { 13 $head_size = $_POST[‘variation-HeadSize’]; 14 }

    How to achieve this ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @anbuwp,

    Greetings from Webtoffee!

    There is no option within the plugin to pass these parameters. However, let us see how we can help you with this. Can you provide a detailed explanation of the use case that you want to achieve?

    Thread Starter anbuwp

    (@anbuwp)

    Im using webtoffe and woocomemrce plugin my website. From my cart page if i choose the quantity,size and color then its need to be passed to display on the pay via stripe checkout page. Need an option to update the quantity also

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @anbuwp,

    We have an option within the plugin in the Stripe Checkout tab called “Send line Items”. Enabling this will send ?all order line items like tax, shipping, fees, discount, etc. at the stripe hosted payment page.

    Other than than we do not have any other functionality in the plugin.

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @anbuwp,

    It appears that this thread has been inactive for some time. Consequently, we are closing this ticket as resolved. If you require further assistance, please consider initiating a new topic in the forum.

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