Home › Forums › WoodMart support forum › Cart – Checkout "problem"
Cart – Checkout "problem"
- This topic has 5 replies, 2 voices, and was last updated 6 years, 1 month ago by
Elise Noromit.
-
AuthorPosts
-
October 27, 2019 at 7:40 pm #152722
sportfanatikParticipantHello,
I have some questions …
How do I turn off the shipping estimate from the cart?
How do I change the background color of a pop-up message with a yellow background?
There is a text on the checkout page for returning customer login. “If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section.” Even if I translate it in the right place the English text will not be replaced. How could this be changed?
Is it possible to remove the country and county from the checkout page?
And one more question 🙂
Is it possible to replace the first name field with the last name field on the checkout page?
Attachments:
You must be logged in to view attached files.October 27, 2019 at 9:31 pm #152741
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*remove the shipping from the cart*/ body .shop_table tr.woocommerce-shipping-totals { display:none; } /*change the background color of the messages*/ body .woocommerce-message{ background-color:red; } body .woocommerce-info{ background-color:red; } body .wpcf7-mail-sent-ok{ background-color:red; } body div.wpcf7-validation-errors{ background-color:red; } body .mc4wp-success, body .mc4wp-error{ background-color:red; }Replace the code as per your needs.
You will have to find the plugin to manage the checkout fields. Our theme does not have any options to configure the checkout.
Best Regards
October 28, 2019 at 2:07 pm #152940
sportfanatikParticipantHello,
Thank you for your help, but unfortunately this code will also remove any shipping options from the checkout page.
/*remove the shipping from the cart*/
body .shop_table tr.woocommerce-shipping-totals {
display:none;
}The second code doesn’t change anything at all 🙁 the same yellow color remains.
What could be the problem ?
October 28, 2019 at 3:49 pm #152970
Elise NoromitMemberHello,
Please replace the code:
body.woocommerce-cart .shop_table tr.woocommerce-shipping-totals { display:none; } body .woocommerce-error, body.woocommerce-message, body .woocommerce-info{ background-color: red; } body .wpcf7-mail-sent-ok{ background-color:red; } body div.wpcf7-validation-errors{ background-color:red; } body .mc4wp-success, body .mc4wp-error{ background-color:red; }Best Regards
October 28, 2019 at 4:53 pm #152983
sportfanatikParticipantIt works, thousands of thanks!
October 28, 2019 at 8:24 pm #153022
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Cart – Checkout "problem"’ is closed to new replies.
- You must be logged in to create new topics. Login / Register
