Re: order status colour extension failing
The error suggest that $value['status'] hasn't been set. As the error is in one of the files added by the extension, which nobody on the forum will likely have access to, you will need to get the extension developer to fix it or get another developer to look at your store.
Jump to post- Thu Jun 19, 2025 6:55 pm
- Replies 2
- Views 144
Re: Option Images don't display on product page
The option type needs to be radio or checkbox.
Jump to post- Wed Jun 18, 2025 4:25 pm
- Replies 8
- Views 360
Re: customer "forgot password" automatic email link not clickable
Doesn't look like the link is in HTML a tags.
https://github.com/opencart/opencart/bl ... en.twig#L5
Try.
Code: Select all
<a href="{{ reset }}">{{ reset }}</a><br/>
- Wed Jun 18, 2025 4:15 pm
- Replies 5
- Views 424
Re: Security Fix for Puny-Code, 0-Click Account Takeover
Also patched in version 4.1.0.1 and above.
https://github.com/opencart/opencart/co ... 88dfd597cd
- Tue Jun 17, 2025 5:58 pm
- Replies 4
- Views 359
Re: Security Fix for Puny-Code, 0-Click Account Takeover
Looks like the issue I reported in February last year.
Has been patched in 3.0.4.0 and above.
https://github.com/opencart/opencart/pull/13710
https://github.com/opencart/opencart/pull/13714
- Tue Jun 17, 2025 5:49 pm
- Replies 4
- Views 359
Re: currency problems
Just did some more testing and both version 3 and 4 work the same way. If the browser's window is wide it will display the symbol and the word 'Currency'. If the browser window is narrow it will just display the symbol.
Jump to post- Tue Jun 17, 2025 4:15 pm
- Replies 6
- Views 740
Re: currency problems
I believe you must have had an theme/extension/modification that added a name to the currency. My install of version 3 only has a symbol.
You have to enter the space with a character code (Alt + 0160 in a Windows PC).
- Tue Jun 17, 2025 4:54 am
- Replies 6
- Views 740
Re: multi-store 403 error on subdomain store
pointing the subdomain to ...public_html just like the Main store brings up the main store NOT the second one https://7csgeneralstore.a2hosted.com/ and https://food.7csgeneralstore.a2hosted.com/ That's a good start. Now check both the Store URL and SSL URL are set to the full URL of your second sto...
Jump to post- Mon Jun 16, 2025 10:08 pm
- Replies 16
- Views 841
Re: multi-store 403 error on subdomain store
ALL the docs said point it to the 'NEW' subdomain to directory under the main i.e main store .../public_html/ second ..../public_html/food/ are you talking on the SERVER on in opencart settings No that setting would be in your hosting control panel. Both need to point to .../public_html/ and not an...
Jump to post- Mon Jun 16, 2025 5:37 pm
- Replies 16
- Views 841
Re: currency problems
A. The symbol should change but the word 'Currency' should not.
B. You could insert a non-breaking space.
- Mon Jun 16, 2025 4:25 pm
- Replies 6
- Views 740
Re: Issue Accessing Website While Logged In During Maintenance Mode
Could be this bug, which sadly looks like it's not going to be fixed.
https://github.com/opencart/opencart/issues/12494
- Sun Jun 15, 2025 9:25 pm
- Replies 4
- Views 459
Re: emails sent to spam all of a sudden
Should be 10/10 if there no issues, 8/10 suggests there are issues.
Jump to post- Tue Jun 10, 2025 10:11 pm
- Replies 8
- Views 1772
Re: Sell rewards points not showing in sales
Product that give you points are no different to any other products. Are you using any extensions? Have you check both the PHP and OpenCart error logs?
Jump to post- Tue Jun 10, 2025 10:07 pm
- Replies 3
- Views 1063
Re: emails sent to spam all of a sudden
Use an online email deliverability tester such as mail-tester.com to see how it rates the emails you store sends.
Jump to post- Tue Jun 10, 2025 9:24 pm
- Replies 8
- Views 1772
Re: Install problem
Could it be an ownership issue?
Jump to post- Mon Jun 09, 2025 4:33 pm
- Replies 3
- Views 821
Re: Date added is incomplete or rounded
OpenCart just passes the result of the PHP date function to the template. If that is not at fault then it is likely your theme or an extension.
Jump to post- Wed Jun 04, 2025 4:59 pm
- Replies 6
- Views 1822
Re: Date added is incomplete or rounded
Check the date formats of your language default.php file. Compare them to en-gb.
Jump to post- Tue Jun 03, 2025 11:38 pm
- Replies 6
- Views 1822
Re: PayPal Checkout Integration with OC 3.0.4.1
I have just updated the Paypal checkout integration to v3.2.2 with oc 3.0.4.0 and the buttons also dissapear (except google) does this help? Also tested v3.2.1, v3.2.0, only v3.1.14 seems to work. OpenCart 3.0.4.1 includes version 3.2.2 of the PayPal Checkout extension, so that points to the issue ...
Jump to post- Tue Jun 03, 2025 4:57 pm
- Replies 14
- Views 2447
Re: Problem with autnorize.net checkout payment
I don't believe that is an OpenCart error. What stage of the checkout do you see it? Do you have any extension that modify the checkout?
Jump to post- Tue Jun 03, 2025 4:35 am
- Replies 2
- Views 1013
Re: PayPal Checkout Integration with OC 3.0.4.1
Also check your PHP error log and web browser developer console.
Have you refreshed caches such as the modifications and your web browser.
- Tue Jun 03, 2025 1:27 am
- Replies 14
- Views 2447