Post by tina86 » Mon Sep 09, 2019 7:20 pm

Hi,
I am using oc 2.3.02. I have set my site up using English (default language) and French. The shipping estimator works as it should if the customer has selected English. However if French Language is selected you can add an item to the cart, click on the cart and click view cart as normal. If you then select estimate shipping you are then asked to fill in post code etc but when you click on the "get offers" button nothing happens.
As I see it the language pack should only affect the text files and nothing else. I have double checked them just in case but can't see anything obvious. Geo zones are correct. I only have weight based shipping and pick up from store enabled. I have tried changing the default language as well.
I am at a loss to know why it doesn't work in one language and not both languages. Been going round in circles for days now. Can any one Please help me!

Also where do I find the file to alter the wording for "Estimate shipping and taxes " please?

User avatar
New member

Posts

Joined
Sat Aug 31, 2019 5:01 pm

Post by xxvirusxx » Mon Sep 09, 2019 9:08 pm

Post you store URL.

catalog/language/en-gb/extension/total/shipping.php

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

User avatar
New member

Posts

Joined
Sat Aug 31, 2019 5:01 pm

Post by xxvirusxx » Tue Sep 10, 2019 9:49 pm

Possible something wrong in translation

From catalog/language/fr-fr/fr-fr.php you should change this:

Code: Select all

$_['button_shipping']       = 'Appliquer l'expédition';
To this

Code: Select all

$_['button_shipping']       = 'Appliquer lexpédition';
Or using html encoding

Code: Select all

$_['button_shipping']       = 'Appliquer l%27expédition';
Then in the end the text will be the same: Appliquer l'expédition

And should work

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by tina86 » Tue Sep 10, 2019 11:08 pm

Thank you so much for that it now works as it should do. For some reason it had been written as 'Appliquer l\'expédition';

User avatar
New member

Posts

Joined
Sat Aug 31, 2019 5:01 pm
Who is online

Users browsing this forum: No registered users and 10 guests