• Resolved ehsan95

    (@ehsan95)


    Hi, my customer always complaint that they didn’t see the order summary when making purchase in mobile. Is there a way to change the position of the order summary to before the checkout button in the mobile. Really need some help here

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Aamir

    (@aamiribsf)

    Hello @ehsan95,

    Greetings for the day!

    It seems you are using CartFlow’s Modern checkout layout. In the modern checkout layout, the order summary appears at the top of the checkout form as an accordion. When you click on the arrow the order summary will expand and show the order detail

    However, if you like to show the order summary(accordion) open on mobile devices by default, we have a filter for that.

    add_filter( 'cartflows_show_mobile_order_summary_collapsed', '__return_false' );

    Note:?Add the above filter to your child theme’s functions.php, here’s an article to help you?Add Custom code.

    If you want to show the order summary before the checkout button, you can switch the modern layout to one column or two-column checkout layout.

    I hope this helps. Looking forward to hearing from you.

    Thread Starter ehsan95

    (@ehsan95)

    owh i see, thanks for the info, fixed it

    Plugin Support Aamir

    (@aamiribsf)

    Hi @ehsan95 ,

    Awesome! I’m happy to hear that!

    Say, if you have a minute, would you mind writing a review for us?

    Funnel Builder by CartFlows – Create High Converting Sales Funnels For WordPress

    All good if you’re too busy, you still rock in my book! ????

    Have a great day ahead ??

    I’m in doubt!

    how to change order at checkout, on mobile. on mobile it looks like this: the order detail

    customer data to fill after

    the payment

    would like to change

    customer data

    order details

    payment

    I already put the code…

    porque nos dados do pedido é onde se escolhe o método de envio

    Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @gauchopbonline,

    I see you have created a new thread and I have answered that thread, please check. Please create a new thread for your question always.

    Best,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the position of order summary in mobile’ is closed to new replies.