• Resolved mokai

    (@mokai)


    Hello!

    I would like to know if there’s anyway that I can move the “Add coupon code” to the order summary, right above the total and below the tax?

    It seems a bit hidden in the multi-step process.. I also tried removing it as a sub-step but it shows on the top of the multi-step process, which is also very inconvenient.

    Thank you in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Diego Versiani

    (@diegoversiani)

    Hi Mokai,

    Currently, there is no way to move the coupon field to the order summary section.

    This feature is already in our backlog, I “upvoted” it on our tasks list 😉

    Although not recommended for most shops, you can make the coupon code field always visible using the code snippet below:

    add_filter( 'fc_coupon_code_field_initially_expanded', '__return_true' );

    Read more details on this topic here:
    https://wordpress.org/support/topic/remove-toggle-action-for-coupon/

    Best,
    Diego

Viewing 1 replies (of 1 total)
  • The topic ‘Move the “Add coupon code” to order summary’ is closed to new replies.