Our website uses about 2 times the daily CPU quota
Our provider says this and wants us to do something about it: === TOP 10 of 333 (total) Slow Queries for the past 24 hours ===================================================== 1. Executed 6h 36m 26s ago for 19.200916 sec on Database --> dbdvfpgpk91znt Date: 2023-05-26 12:07:06 Query_time: 19.200916...
Jump to post- Wed May 31, 2023 3:07 am
- Replies 2
- Views 4291
Re: Add 2 to quantity
I will contact the extension developer for a solution.
Thanks.
- Thu Jun 24, 2021 10:51 pm
- Replies 4
- Views 589
Add 2 to quantity
In our webshop www.spinnerij.nl when you increase of decrease the quantity, it's always with 2 instead of 1.
Happens in catalog, productdetails and shopping cart when clicking plus or minus.
Any ideas?
I use https://www.opencart.com/index.php?rout ... n_id=33722
- Wed Jun 23, 2021 2:04 am
- Replies 4
- Views 589
Re: https not configured correctly
It works.
Thanks a lot.
- Sun Jun 20, 2021 8:47 pm
- Replies 3
- Views 403
https not configured correctly
In Microsoft Edge the browser displays a 'not safe sign'. I have https installed on our domain, but I think the automatic switch to https://www.spinnerij.nl/ is not configured correctly. My .htaccess file starts with: RewriteEngine on RewriteCond %{HTTP_HOST} ^spinnerij.nl RewriteRule (.*) https://w...
Jump to post- Sat Jun 19, 2021 9:21 pm
- Replies 3
- Views 403
Re: non-numeric value encountered in currency.php
I made Mollie inactive and changed to SiSow provider and this works fine.
Now I have another issue:
when I press the Home button https://www.spinnerij.nl/index.php?route=common/home changes to https://www./index.php?route=common/home
But only in Firefox. Works well in Edge and on iPad. Very strange.
- Sat May 22, 2021 7:32 pm
- Replies 8
- Views 1833
non-numeric value encountered in currency.php
On the checkout page I get the following (depending somewhat on browser): Warning: A non-numeric value encountered in /var/www/vhosts/spinnerij.nl/httpdocs/system/library/cart/currency.php on line 69Warning: A non-numeric value encountered in /var/www/vhosts/spinnerij.nl/httpdocs/system/library/cart...
Jump to post- Sat May 22, 2021 3:58 am
- Replies 8
- Views 1833
A lot of PHP Notices in error log
I see a lot of errors like this in my opencart 3.0.3.2 error log:
Code: Select all
PHP Notice: Undefined index: path in /var/www/vhosts/spinnerij.nl/storage/modification/catalog/controller/product/category.php on line 20
- Thu Feb 27, 2020 12:05 am
- Replies 9
- Views 2489
Re: Small admin side menu
Thanks
I tried that but it only resizes the menu width.
I mean: how to get the menu-items without the text (only the images)?
- Sat Jan 04, 2020 4:59 am
- Replies 5
- Views 809
Re: Small admin side menu
Can you be a little bit more specific in the items to change in stylesheet.css please?
Which style/ Width parameters or what else to change?
- Fri Jan 03, 2020 8:58 pm
- Replies 5
- Views 809
Small admin side menu
How do I change te default admin side menu to the smaller (in width) one I see on some places?
Jump to post- Mon Dec 30, 2019 11:38 pm
- Replies 5
- Views 809
Re: Dropdown option not showing images?
In 3.0.3.2 Option dropdown type 'image' is missing, whilst you can assign images to options. See 3.0.3.2 attachment. The assigned images are not showing however. Seems product.twig responsible for the output is correct, but I am not sure. ============= {% if option.type == 'radio' %} <div class=&quo...
Jump to post- Thu Nov 07, 2019 5:21 am
- Replies 6
- Views 1575
Confusion about the different ways of Opencart caching.
Can anyone tell me where to find more information about the Opencart 3 cache system. I don't understand what's happening when I change something. What the impact of changes in .twig (in admin and uploaded changes with FTP) and what's the role of the modification folder outside the website's root. Ho...
Jump to post- Wed Oct 09, 2019 2:06 am
- Replies 1
- Views 315
Re: postcode.nl en journal2 thema
Ik heb ook belangstelling voor de postcode check.
Is die nog beschikbaar?
- Tue Oct 08, 2019 11:07 pm
- Replies 2
- Views 2437
Re: Open outside app with user_token
Thanks
works fine with {{ user_token }} included in URL.
- Tue Oct 08, 2019 11:00 pm
- Replies 4
- Views 1845
Open outside app with user_token
To be able to return to Opencart from an outside app I need to remember the (user_)token. Otherwise I must login again. Used to do that in 1.5.5.1 is this way: app.php?token=<?php echo $token; ?> This doesn't work in 3.0.3.2. Twig refuses the php code How should I transfer user_token now in URL?
Jump to post- Fri Oct 04, 2019 11:16 pm
- Replies 4
- Views 1845
Re: Change order of menu tabs
The order is derived from the sort order with the Category
Jump to post- Fri Oct 04, 2019 7:35 pm
- Replies 1
- Views 511
Re: Make changes to Admin
Sorry
I didn't have the admin twig files local, only online. My mistake.
But altering them and uploading does not seem to have any effect on the Admin Pages.
And the Theme Editor (Design) only shows the client side twigs.
- Thu Oct 03, 2019 5:57 pm
- Replies 4
- Views 702
Re: Make changes to Admin
I can't find any twig files for admin.
There must be another way to do this.
- Thu Oct 03, 2019 5:29 pm
- Replies 4
- Views 702
Make changes to Admin
How can one make changes to the Admin part 3.0.2. Is there a twig system also.
I need to make some alterations, add buttons to call on external scripts.
Is there a manual to do this?
- Thu Oct 03, 2019 1:28 am
- Replies 4
- Views 702