Hi @marcuscarleson,
can you re-download the plugin and test for the mentioned errors? I have updated them in the plugin code.
Do let me know if you face any issues.
Thanks
Hi,
Thank you for your quick reply!
I just uninstalled and reinstalled it, however the errors seems to be the same. Any other ideas?
Thank you!
Marcus
Hi
They seem just cache issue . just hard refresh or open in private window.
It seems fine at my end.
http://tinyurl.com/wndvceh
Thanks
You were right, that fixed the alignment issue!
However, the shipping issue seems to persist. In the screen dump you sent you can see under “SHIPPING METHOD” that it says 49kr, but in the total table it says 39kr. Why do you think that is?
May I also toss in a translation issue. I have seen in other threads that you are planning on including a feature to change headings etc. I also noticed in the description of the latest release that you have added support for Loco translate. So I have tried everything in Loco translate to change all the headings that are in english to Swedish. Everything else on the chekout translates just fine to Swedish. However, I just can´t locate the headings in Loco translate to change the wording. Any ideas here?
Thank you so much in advance!
Marcus
Hi Marcus,
I cannot say anything about the shipping section right now . This issue is new to me. I am not familiar with it on my local system.
So if you don’t mind can you send me a backup of your site using “https://ww.wp.xz.cn/plugins/all-in-one-wp-migration/”? I will explore both the issues in detail and let you know what’s happening.
Send it on “[email protected]”
Thanks
Hi,
I don´t know if you´ve seen it yet, but I´ve sent you an e-mail.
Looking forward to hearing from you!
Kind regards
Marcus
Hi @marcuscarleson,
For loco translate what I can see you just downloaded the plugin but not configured it yet. After installing the plugin you need to go it’s setting panel from dashboard locotranslate->plugins->woocommece one-page checkout(Domain cclw)->create template
After that, a new page will be opened asking you to create a new language
1)Click “New language”
2)choose a new language “Swedish” in your case
3)click “start translating”
After this, a page will open to you showing you all the string that is translateable.click on any string and add its translation for Swedish.
Then you can see the content in the checkout page.
You can follow their related video too
b) For the shipping issue you were facing, I have sent you the email updated code.
Thanks
Thank you very much Rupinder, it worked!!!
One final question about the text: is there a reason for having the “additional information” heading in a bigger font size than the other headings?
Kinds regards
Marcus
Hi @marcus,
Yes, actually the class is missing for this section.
Go to plugin custom-checkout-layouts-for-woocommerce\WooCommerce\checkout\layouts\two-column-layout.php
On line 19 there is a line “<h3><?php esc_html_e( ‘Additional information’, ‘cclw’ ); ?></h3>”
just replace this with “<h3 class=”border_html”><?php esc_html_e( ‘Additional information’, ‘cclw’ ); ?></h3>”
All Done.
Thanks
Thank you, I´ll give it a shot!
Cheers
Marcus