Search found 16 matches

Page 1 of 1

Search found 16 matches

Re: Translated text does not show at the front

try catalog/language/fr-FR/extension/total/shipping.php $_['text_shipping_method'] = 'Select the preferred shipping method to use on this order.'; It worked thank you very much, I looked for "méthode d'expédition" instead of "méthode d\'expédition" that's why I didn't find it ::...

Jump to post
  • Sun Oct 27, 2019 4:15 pm
  • Replies 6
  • Views 1398
Re: Translated text does not show at the front

I'm sure it is all French but which page is the text supposed to be on? In the checkout page. I need to change it because there is a SyntaxError: Unexpected identifier in this language for this sentence: <h4 class="modal-title">Sélectionnez la méthode d 'expédition préférée à utiliser pou...

Jump to post
  • Sun Oct 27, 2019 12:41 am
  • Replies 6
  • Views 1398
Re: Translated text does not show at the front

letxobnav wrote:
Sun Oct 27, 2019 12:08 am
Cannot be the theme editor as that only applies to twig files.
Possibly the use of the language editor.
or perhaps the text is taken from another language file, hard to say from here.
I don't use a language editor I translate direct via ftp and the text is taken also from French.

Jump to post
  • Sun Oct 27, 2019 12:20 am
  • Replies 6
  • Views 1398
Translated text does not show at the front

(OC3.0.2 default) Hi, I'm trying to translate a text in the catalog/language/fr-FR/checkout/checkout.php file but the translated text does not show in the front. I've cleared all caches (browser cache, theme cache, sass cache, mod cache). Could it have something to do with the theme editor, because ...

Jump to post
  • Sun Oct 27, 2019 12:00 am
  • Replies 6
  • Views 1398
Re: weight estimate popup

Instead of adding to .httaccess file, add following lines to the file index.php file right after `define('VERSION', '3.x.x.x');` line ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); Now check if it display php error message It did not work either but I fo...

Jump to post
  • Sat Oct 19, 2019 7:17 pm
  • Replies 4
  • Views 617
Re: weight estimate popup

What did you mean by NOT work? It could be caused if you put chars incorrectly that breaks the php code. To pin point the issue properly, first enable php `display error` option, then grab the error message and paste here index.php?route=checkout/cart:494 Uncaught SyntaxError: Unexpected identifier...

Jump to post
  • Fri Oct 18, 2019 8:28 pm
  • Replies 4
  • Views 617
Utility of divido calculator

hi,
I was just wondering about the utility of divido product page calculator extension on oc 3.x. I can't see any changes in the the product page or checkout after installing or uninstalling it.

Jump to post
  • Fri Oct 18, 2019 6:40 pm
  • Replies 4
  • Views 4352
weight estimate popup

Hi, I have OC 3.0.2 default theme and I'm having a problem with the weight estimate popup that should show when I click on shopping cart > calculate shipping costs. It shows perfectly well in my default language (Portuguese) but not in my second language (French). I tried to remplace all French lang...

Jump to post
  • Fri Oct 18, 2019 5:09 pm
  • Replies 4
  • Views 617
Re: opencart 3 not able to add to cart

You can try to ask you web hosting service if they can restore your site.

Jump to post
  • Fri Oct 18, 2019 1:23 am
  • Replies 6
  • Views 1034
Re: opencart 3 not able to add to cart

You have to undo the changes that have been made in your site. Before making any changes in the opencart code or even installing extensions you should make a backup of your files and the SQL database just in case.

Jump to post
  • Fri Oct 18, 2019 12:35 am
  • Replies 6
  • Views 1034
Re: 3D Secure required by law for all EU transactions

Hi, You have to look in the opencart marketplace for extensions, if you use braintree you can check this one: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=4814&filter_search=braintree&filter_download_id=55 I've installed it, this extension works well a...

Jump to post
  • Thu Oct 17, 2019 4:36 pm
  • Replies 53
  • Views 120662
Re: 3D Secure required by law for all EU transactions

I've received an e-mail yesterday from braintree quoting: "Given these by-country nuances and an ever-evolving enforcement landscape, we strongly recommend you integrate Braintree’s 3D Secure 2 (3DS2) solution. If you do not integrate, you’ll risk increased declines on card transactions that ar...

Jump to post
  • Wed Oct 09, 2019 8:37 pm
  • Replies 53
  • Views 120662
Re: Does opencart whitelist Braintree IP addresses ?

I'm not on a VPS but I use VPN (cloudflare) I don't think they blacklist braintree IP addresses.

Jump to post
  • Wed Oct 09, 2019 8:00 pm
  • Replies 4
  • Views 580
[SOLVED] Does opencart whitelist Braintree IP addresses ?

Hi, I have OC version 3.0.2 and use braintree as payment service, yesterday they sent me an e-mail saying: Quote: (As part of our effort to increase stability and extend our global footprint, Braintree will update the IP addresses we use for sandbox and production API traffic on January 15, 2020. If...

Jump to post
  • Wed Oct 09, 2019 4:14 pm
  • Replies 4
  • Views 580
Shipping per weight estimate calculation popup

Hi, I have OC 3.0.2 default theme and I'm having a problem with the weight estimate popup that should show when I click on shopping cart > calculate shipping costs. It shows perfectly well in my default language (Portuguese) but not in my second language (French). I tried to remplace all French lang...

Jump to post
  • Wed Oct 02, 2019 7:26 pm
  • Replies 0
  • Views 592
Re: text_empty issue [solved]

Someone on Github named PlusA2M found a much simpler solution . Go to system/config/catalog.php and change:

This:
'controller/*/after' => array(
'event/debug/after'
)
To this:
//'controller/*/after' => array(
// 'event/debug/after'
// )

Jump to post
  • Mon Sep 23, 2019 6:41 pm
  • Replies 13
  • Views 7176

Page 1 of 1

Search found 16 matches