This topic has 6 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Hi,
I haven’t yet updated to the latest Legenda. I have a problem, and I do not know why.
On the cart page the sequence of the name fields changed, but I did not change anything, it happened some days ago.
See attached pictures:
https://data.hu/get/10418082/Cart_before.jpg
https://data.hu/get/10418081/Cart_now.jpg
In Hungary the layout of “Cart before” is good. The “Cart now” layout makes the customers confused, because it is not usual. And it makes problem to the invoicing program, the automatic e-mail program, everywhere, because the names will be turned everywere.
What happened?
Thank you.
Regards,
Fedor
Hello,
I’ve checked your site and saw the same situation with official WooCommerce theme – Storefront http://prntscr.com/epv5v8. We’ll be able to help you only in case problem appears with our theme only and works fine with official WC theme Storefront.
Regards,
Rose Tyler.
Dear Rose,
Thank you. For me it is strange how it works because since the last WooCommerce update I have not changed anything in my website, but some days ago this change happened …. by itself.
Can you give me maybe a custom css code with which I can change the order of this input fields and put into my Legenda-child theme? That would solve this problem permanently.
Thank you in advance for the help.
Regards,
Fedor
Hello,
You can use this code:
#billing_first_name_field {
float: right;
}
#billing_last_name_field {
float: left;
}
Regards,
Rose Tyler.
Hi,
Thank you. I tried the code, and changed the order of input fields. But at the end the names were incorrect. I checked the woocommerce language file and I saw that it was not exactly the same as before. So I put back the old language file and everything went back to normal.
Only question is that why and how the language file can be modified without my permission or any action? Ok, it is a technical question, not Legenda related.
Thanks,
Fedor
Hello,
We’re glad to hear that your issue was solved.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up