Home › Forums › WoodMart support forum › Multi Step Check-Out
Multi Step Check-Out
- This topic has 7 replies, 2 voices, and was last updated 2 years, 12 months ago by Elise Noromit.
-
AuthorPosts
-
December 9, 2021 at 3:09 pm #338172
flekzParticipantHello Xtemos! 🙂
i use the plugin germanized and want to use the multi step check-out. But with the Woodmart theme it does not work correctly, it shows payment methods like paypal in the first step where the customer have to fill out personal data. You can see a 2 Column checkout, at step 1, if u go to step 2, the left column disappea, from then on, only the right column is displayed can u can choose the payment method. This looks very broken.
If i activate a standard wordpress theme, it works, like the original woocommerce checkout design, but it does not work with the woodmart themes.Hope u can help me, thank you.
I also have created a user login for you.
Attachments:
You must be logged in to view attached files.December 9, 2021 at 10:41 pm #338284
Elise NoromitMemberHello,
Please make the full backup of your site and check how these plugins work both on the Storefront, please make the screens so that we could compare.
Alternatively, provide your site admin access (insert the site credentials into the Private content block under the message area) and confirm the permission for switching to the Storefront theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.
Best Regards
December 10, 2021 at 7:34 am #338379
flekzParticipantHello, thanks for reply!
As you can see in my first message, I create a user with admin right to login into backend. Didn’t You see it?You can do what ever I needs to fix this, you can Switch the themes if you want, no problem.
December 10, 2021 at 11:20 am #338480
Elise NoromitMemberHello,
Please provide the login page URL.
Best Regards
December 10, 2021 at 11:23 am #338481
flekzParticipantHere u go as already did …
December 11, 2021 at 9:17 am #338698
flekzParticipantHello, im not sure if u have forgot me, please help me. In ur them description u say, its compatible with germanized, but the multi check out is so broken, and not usable in this case. i Really need help, and i already have sent u the login data to wordpress backend.
Attachments:
You must be logged in to view attached files.December 12, 2021 at 4:32 pm #338887
Elise NoromitMemberHello,
Have you contacted the multiple-step checkout plugin support? I have submitted the issue to our developer department, however, you can also contact them let check and suggest.
Best Regards
December 13, 2021 at 9:56 am #339073
Elise NoromitMemberHello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
function woodmart_open_table_wrapper_div() {} function woodmart_close_table_wrapper_div() {}
Then add this code to the Theme Settings > Custom CSS > General:
Try to add the following code snippet to the Custom CSS area in Theme Settings
.woocommerce-multistep-checkout .woocommerce-checkout > .col-lg-6 { -webkit-box-flex: 0 !important; -ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important; } .woocommerce-multistep-checkout .woocommerce-checkout > .col-lg-6 .step-wrapper-1 .col-12 { -webkit-box-flex: 0 !important; -ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important; } .woocommerce-multistep-checkout .woocommerce-checkout > .col-lg-6 .step-wrapper-1 .col-12 .woocommerce-shipping-fields { border-top: none; } .woocommerce-multistep-checkout .woocommerce-checkout > .col-lg-6 .step-wrapper-1 .step-buttons-address .next-step-button { float: left; } .woocommerce-multistep-checkout-active-address .woocommerce-checkout .checkout-order-review { display: none; } .woocommerce-multistep-checkout-active-order .woocommerce-checkout .checkout-order-review { background: none; } .woocommerce-multistep-checkout-active-order .woocommerce-checkout .checkout-order-review:before { display: none; } .woocommerce-multistep-checkout-active-order .woocommerce-checkout .checkout-order-review:after { display: none; }
Please add this code to the Theme Settings > Custom CSS > Mobile:
.woocommerce-multistep-checkout-active-address .woocommerce-checkout > .col-lg-6 .step-wrapper-1 .col-12 { -webkit-box-flex: 0 !important; -ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
Best Regards
-
AuthorPosts
Tagged: multi step check out
- You must be logged in to create new topics. Login / Register