Re: Wierd ip address
IPv6 uses hexadecimals. That gibberish string is definitely not IPv6.paulfeakins wrote: ↑Wed Nov 13, 2024 11:09 pmDid it actually look exactly like that or was it just an IPv6 address?
Anyway, found this (albeit rather old) answer on stackoverflow, which seems like it could be helpful: https://stackoverflow.com/a/7623231 Jump to post
- Thu Nov 14, 2024 5:42 am
- Replies 11
- Views 1450
Re: Wierd ip address
Probably spoofed their IP address in the headers. I believe REMOTE_ADDR is more reliable.
Jump to post- Wed Nov 13, 2024 2:15 pm
- Replies 11
- Views 1450
Re: Update php to 8.1 now error
Well, this error is quite self-explanatory. If you take a look at line 102 of "admin/controller/extension/dashboard/map.php", you will see the following line: $json[strtolower($result['iso_code_2'])] = array( Since the error already says the passing a null value to the strtolower function ...
Jump to post- Sat Nov 02, 2024 2:27 am
- Replies 7
- Views 4165
Re: Show product options on category page
You can just use the getProductOptions function from "catalog/model/product.php" to pull the available options for each product, and process it from there to be displayed in your product listing. Do also note that you will also need to add this modification into other pages/modules that di...
Jump to post- Sat Nov 02, 2024 2:12 am
- Replies 3
- Views 957
Re: OC3.0.4.0 PHP Warnings
Seems like it could be caused by an extension that you've installed since the path shows under modifications.
Jump to post- Wed Oct 30, 2024 10:41 pm
- Replies 8
- Views 3099
Re: PayPal Checkout - Apple Pay question
I have the same issue with my OC3038, and apply pay is not showing on any of our iphones. The payment gateway has been connected to our paypal and working fine but not showing apply pay. Have you completed your set up with Apple Pay in your PayPal account? You might want to check the documentation ...
Jump to post- Tue Oct 29, 2024 10:31 pm
- Replies 6
- Views 2576
Re: Error: Could not call registry key model_checkout_order!: in ..../system/engine/controller.php on line 43
Can confirm that there's no issue with bank transfer payment as I just tested it on my own clean installation of OpenCart 4.0.2.3.
Did you make any changes to the payment extension? Jump to post
- Extensions Support
- Error: Could not call registry key model_checkout_order!: in ..../system/engine/controller.php on line 43
- Fri Oct 25, 2024 7:51 am
- Replies 2
- Views 1150
Re: [SOLVED] shipment only showing 'collect in store'
No problem

- Fri Oct 18, 2024 10:14 am
- Replies 3
- Views 1565
Re: How to add items to the admin menu
Which OpenCart version are you using? From OpenCart 4.0.2.0 and onwards, the URL separator should be "." instead of "|". So if you are using 4.0.2.x, your action route should be "extension/canvaspro/module/canvaspro.addMenu" instead of "extension/canvaspro/module/c...
Jump to post- Thu Oct 17, 2024 2:24 pm
- Replies 2
- Views 1333
Re: shipment only showing 'collect in store'
Although I configured and enabled the extension for 'ship by weight' with GeoZones, only 'collect in store' is showing when selecting shipment type (both in shop and admin). What am I missing ? Opencart 4.0.2.3 Stefaan It works fine on my own installation of OpenCart 4.0.2.3. Perhaps you can check ...
Jump to post- Tue Oct 15, 2024 2:56 pm
- Replies 3
- Views 1565
Re: shipment method and payment method are in the wrong column
In Opencart 4.0.2.3 - admin view the shipment method is beneath the payment address and the payment method is beneath the shipment address (see attachment). it would make more sense to have them like this: shipment address - payment address shipment method - payment method Stefaan This is just how ...
Jump to post- Tue Oct 15, 2024 2:47 pm
- Replies 1
- Views 1495
Re: Currency Rate Engine - OC 3.0.4.0
Use the European Central Bank Currency Converter instead. You can install and enable the latter via the Extensions > Extensions > Currency Rates > European Central Bank Currency Converter and then choose it via the System > Settings > edit Store > tab Local > Currency Rate Engine : European Central...
Jump to post- Sun Oct 13, 2024 4:49 pm
- Replies 9
- Views 2476
Re: upload a photo on a mobile phone
I literally just tried this on my own installation of OpenCart 4.0.2.3 on Chrome with my iPhone, and was able to select the "Take Photo or Video" option when I click on the blue "Upload" button in OpenCart's Image Manager. Managed to take a photo and upload it directly with no pr...
Jump to post- Thu Oct 10, 2024 12:21 pm
- Replies 3
- Views 1338
Re: Not able to add anything to the homepage
Yup, like what @JNeuhoff said, OpenCart 4.0.2.3 is still not recommended for production use since there are still a lot of issues with it. Anyway, for Categories, you should probably use the "Description" field instead, which should be the same in OpenCart 1.5.x, at Catalog » Categories. C...
Jump to post- Wed Oct 09, 2024 1:17 am
- Replies 10
- Views 1788
Re: Not able to add anything to the homepage
I've upgraded my Opencart store to version 4.0.2.3 and am experiencing difficulty with its homepage, which is currently blank at the moment. I know how to modify the homepage in my old version of OC (v1.5.6) but don't see a way to manage the homepage from my new admin panel. I've read the documenta...
Jump to post- Mon Oct 07, 2024 11:35 pm
- Replies 10
- Views 1788
Re: 3.0.4.0 sales report incomplete / missing sales
hi, I have never noticed this happening before (and total sales for a yearly interval used to very accurately match total revenue), but on my installation now running v3.0.4.0, I am seeing incomplete sales reports, and certain sold products only showing up if I set the report date to a specific int...
Jump to post- Sun Oct 06, 2024 7:53 am
- Replies 3
- Views 2283
Re: Strange .htaccess behavior.
Yea, as @nonnedelectari mentioned, you should probably provide the full original and new .htaccess file. Also, you could try disabling the .htaccess file (i.e. by renaming it to something else like .htaccess.txt) and see if you are still able to access the site? This is just to confirm that it is in...
Jump to post- Sun Oct 06, 2024 7:43 am
- Replies 8
- Views 850
Re: SMTP Mail Not Working After Moving OpenCart to AWS Server
One of my OpenCart domains is hosted in AWS. I have used SMTP settings to send contact emails. But mail is not sending through that. While checking the logs, the server is trying to send email through AWS server, not through the G Suite account that I have configured in SMTP. In SMTP settings, I ha...
Jump to post- Sun Oct 06, 2024 7:37 am
- Replies 4
- Views 1044
Re: How to get custom field show only on payment address?
Hello, if I may borrow a theme. How did you set the address format in System>Localisation>Country? I also need to enter a VAT number. Thank you for your reply and best regards Address Format in System » Localisation » Country is only for formatting the address stored in the database so that it show...
Jump to post- Sun Oct 06, 2024 7:29 am
- Replies 3
- Views 552
Re: Strange .htaccess behavior.
OpenCart Version : 3.0.4.0 Original .htaccess file was that: # Prevent Direct Access to files <FilesMatch "(?i)((\.tpl|\.twig|\.ini|\.log|(?<!robots)\.txt))"> Require all denied ## For apache 2.2 and older, replace "Require all denied" with these two lines : # Order deny,allow #...
Jump to post- Fri Oct 04, 2024 5:56 pm
- Replies 8
- Views 850