Search found 39 matches

Search found 39 matches

my sql errors

So I'm getting these erros from the mysql logs; what can be the case? [04-Jun-2020 16:53:11 Europe/London] PHP Warning: mysqli::__construct(): (28000/1045): Access denied for user 'xxx'@'localhost' (using password: YES) in /home/xxx/public_html/system/library/db/mysqli.php on line 7 [04-Jun-2020 16:...

Jump to post
  • Sun Jun 07, 2020 3:39 am
  • Replies 2
  • Views 293
Re: opencart 2 checkout set country to default -- please select -- so user must click it

Answered my own question: Somewhere in the payment or shipping_address.tpl you need to find <?php foreach ($countries as $country) { ?> <?php if ($country['country_id'] == $country_id) { ?> <option value="<?php echo $country['country_id']; ?>" selected="selected"><?php echo $coun...

Jump to post
  • Tue Jan 21, 2020 1:41 am
  • Replies 2
  • Views 687
Re: Checkout defaults shipping county to my county instead of 'Please select'.

So I've figured this out. Somewhere in the catalog>view>template>checkout payment or shipping_address.tpl you need to find <?php foreach ($countries as $country) { ?> <?php if ($country['country_id'] == $country_id) { ?> <option value="<?php echo $country['country_id']; ?>" selected="...

Jump to post
  • Tue Jan 21, 2020 1:41 am
  • Replies 5
  • Views 1568
Re: Checkout defaults shipping county to my county instead of 'Please select'.

did you guys ever figure out how to set the country option to "please select" ? So not the region, but the country too.

Jump to post
  • Mon Jan 20, 2020 1:08 am
  • Replies 5
  • Views 1568
Re: opencart 2 checkout set country to default -- please select -- so user must click it

see attached images

Screenshot 2020-01-19 at 17.20.47.png

Screenshot 2020-01-19 at 17.20.47.png (159.98 KiB) Viewed 670 times

Screenshot 2020-01-19 at 17.20.44.png

Screenshot 2020-01-19 at 17.20.44.png (193.24 KiB) Viewed 670 times

Jump to post
  • Mon Jan 20, 2020 1:05 am
  • Replies 2
  • Views 687
Re: Default shipping country

nutsandbananas wrote:
Thu Jan 15, 2015 9:00 pm
Is there any I can set a default shipping country in the drop down on the checkout page without an extension?
Yes you can select the locale in admin > system > store > locale -> select the default country.

Jump to post
  • Mon Jan 20, 2020 1:04 am
  • Replies 3
  • Views 911
opencart 2 checkout set country to default -- please select -- so user must click it

I want to have the default selection of the country field in the checkout set to -- please select -- ; so users will not forget to click it.

How is this done? It's not selectable via the admin > store > local

Jump to post
  • Mon Jan 20, 2020 12:19 am
  • Replies 2
  • Views 687
Is it worth switching from journal 2 to journal 3

We have Journal 2 with opencart 2.3.0.2 ; is it worth it switching to journal3 on opencart 2?

Jump to post
  • Fri Aug 23, 2019 6:40 pm
  • Replies 2
  • Views 1518
Is it worth switching from opencart 2 to opencart 3

We're on a 2.3.0.2 store and working fine thus far, should we upgrade? We don't know why we should.

Jump to post
  • Fri Aug 23, 2019 6:31 pm
  • Replies 4
  • Views 476
Re: Mollie error 422 The Locale is invalid

Hey man, could you reply if the code I added is good?

Jump to post
  • Wed Aug 21, 2019 8:13 pm
  • Replies 12
  • Views 3179
Re: Mollie error 422 The Locale is invalid

I've also changed // Load essentials Util::load()->language("payment/mollie"); $model = $this->getModuleModel(); $order_id = $this->getOrderID(); $order = $this->getOpenCartOrder($order_id); $currency = $this->session->data['currency']; to $currency = "EUR"; That seesm to work. T...

Jump to post
  • Mon Aug 19, 2019 8:17 pm
  • Replies 12
  • Views 3179
Re: Mollie error 422 The Locale is invalid

Although it sounds unlogically, we want to disable multicurrency :) So we want everything to go back to being sent in eur. I found this code in mollie base.php protected function convertCurrency($amount) { $currency = '$this->session->data['currency']'; $configCurrency = $this->config->get("con...

Jump to post
  • Mon Aug 19, 2019 7:46 pm
  • Replies 12
  • Views 3179
Re: Mollie error 422 The Locale is invalid

Also, I see that when payments don't succeed, the orders are tagged as missing orders. Know how to solve this?

Jump to post
  • Mon Aug 19, 2019 7:07 pm
  • Replies 12
  • Views 3179
Re: Mollie error 422 The Locale is invalid

That's not completely correct, in the older mollie plugin, I really did get the payments within mollie as EUR. But on the website customers could select a different currency from the theme. We entered the conversion rates manually and even never updated them. So I guess after checkout page when hand...

Jump to post
  • Mon Aug 19, 2019 7:04 pm
  • Replies 12
  • Views 3179
Re: Mollie error 422 The Locale is invalid

I think that worked, I don't get that error anymore.
However, I'm getting payment in Mollie in the currency of the webshop now. This used to be always EUR. How can I make it that it's always EUR?

Jump to post
  • Mon Aug 19, 2019 6:03 pm
  • Replies 12
  • Views 3179
Re: best performance upgrades opencart

Lol okay, when we have budget enough to rebuild our theme, I will remove journal. But for now it was the best cost efficient option.

We're going to try nitropack plugin. Anyone experience with that?

Jump to post
  • Mon Aug 19, 2019 5:42 pm
  • Replies 6
  • Views 717
Re: Mollie error 422 The Locale is invalid

What do you mean with language settings?

We want to use up to 8 languages. Right now those are: English and German.
See screenshots of the settings. Default admin and web is English.
Rest of the languages are disabled.

Jump to post
  • Mon Aug 19, 2019 5:34 pm
  • Replies 12
  • Views 3179
Re: best performance upgrades opencart

Lol very funny guys. Altho I kind of agree, it's the best way forward but wanted to see about other tips, which are still welcome.

Jump to post
  • Mon Aug 19, 2019 2:58 pm
  • Replies 6
  • Views 717
Mollie error 422 The Locale is invalid

Hi All, Since upgrade to mollie 9.1 (download latest files, and just overwrite/upload to ftp) I got following error 422 with locale invalid. The way how we solved it now is to go back to 8.4. Is there anything you guys know about that could be causing this? We're on 2.3.x with journal 2 theme. 2019-...

Jump to post
  • Mon Aug 19, 2019 2:53 pm
  • Replies 12
  • Views 3179
best performance upgrades opencart

So we have an opencart store with +/- 150 products. It's opencart 2.3.x and using Journal theme for Opencart 2. We want to improve pageloads, homepage, productpages, checkout, etc. Already running it on a VPS, but it seems as if it doesn't make such a big difference. I've checked the network load. D...

Jump to post
  • Mon Aug 12, 2019 9:13 pm
  • Replies 6
  • Views 717

Search found 39 matches