I want the coupon area on the payment page to be like on the cart page.
-
Hello, I want the coupon field on the checkout page to be like on the cart page. The coupon recipient on the cart page is clear. You need to click to enter a coupon on the payment page. On the payment page, we want the coupon form to be open without the need to click as on the cart page. Can you help?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .checkout_coupon {
display:block!important;
}
Best Regards