Re: Error "Could not load file localisation/*.json" on checkout page
When looking at the server response for the respective requests in the Network tab, I can see that the 404 was generated by Apache in the Docker container, indicating the request didn't even make it into OpenCart. Probably security/firewall software blocking the request. OpenCart won't work if its ...
Jump to post- Tue Jul 08, 2025 6:41 pm
- Replies 2
- Views 23
Re: Category dropdown list
Hi Dan, I think give us a link to your site so we can see what's going on.
Jump to post- Tue Jul 08, 2025 6:35 pm
- Replies 3
- Views 566
Re: Category dropdown list
Are you talking about on the front-end or in the admin?gunownergear wrote: ↑Fri Jul 04, 2025 10:57 pmHow do I prevent the drop down list from starting a new column and keep all the sub-categories all lined up vertically ?
Perhaps give us a link to your site? Jump to post
- Mon Jul 07, 2025 7:03 pm
- Replies 3
- Views 566
Re: How to check if current page is the homepage in twig?
There are many ways, but I would create 2 new templates:
column_left_home.twig
column_right_home.twig
Modify those as you wish and include them on the home template. Jump to post
- Thu Jul 03, 2025 7:53 pm
- Replies 5
- Views 947
Re: How to properly restrict Bingbot from crawling unnecessary links?
You could give the Bingbot a crawl delay as described here: https://www.antropy.co.uk/blog/how-to-r ... ary-links/
Jump to post- Wed Jul 02, 2025 7:03 pm
- Replies 11
- Views 4666
Re: Need for Mailblue integration in checkout: field mail
Feel free to drop us an email for a quick estimate: info@antropy.co.uk
Jump to post- Tue Jul 01, 2025 10:05 pm
- Replies 7
- Views 928
Re: mini cart in header not updating to show option price
We like JNeuhoff and his extensionsJNeuhoff wrote: ↑Mon Jun 30, 2025 9:00 pmAnd there are extensions (such as our Instant Option Price Calculator) which instantly update the product price on the product page depending on the chosen option values.

- Tue Jul 01, 2025 8:02 pm
- Replies 5
- Views 1771
Re: Inactive hamburger menu/Non-resizing logo image
Usually it's one question per topic. Jump to post
- Tue Jul 01, 2025 8:01 pm
- Replies 4
- Views 1706
Re: How can I speed up my OpenCart site? It's very slow on shared hosting.
Sure, read this: https://www.antropy.co.uk/blog/speed-up ... ed-issues/ Jump to postkamalhinduja wrote: ↑Tue Jul 01, 2025 2:15 pmCan anyone share tips on how to speed up my OpenCart site?
- Tue Jul 01, 2025 7:58 pm
- Replies 4
- Views 1865
Re: mini cart in header not updating to show option price
Well if a client is paying you to develop this you'd better learn to code it
- Mon Jun 30, 2025 8:04 pm
- Replies 5
- Views 1771
Re: mini cart in header not updating to show option price
Yeah luckily us web developers still have jobs at this point.ianhaney50 wrote: ↑Mon Jun 30, 2025 6:57 pmI'll be honest and I asked chatgpt to do the code for me
Anyway, why not just make the product price the price of the lowest option and make the other options the differences? That's how it's supposed to work. Jump to post
- Mon Jun 30, 2025 7:46 pm
- Replies 5
- Views 1771
Re: Upgrading to 4.1 from 4.0.2.3, Error line 9
Switch back to 3.0.4.1. Jump to post
- Mon Jun 30, 2025 7:35 pm
- Replies 33
- Views 12644
Re: What happened to OpenCart 4.1.0.3 "Payment Methods"?
Firstly, if you're talking about a specific file, you should give its path e.g.:
/admin/language/en-gb/extension/payment.php
Secondly, you can see the history of that file here:
https://github.com/opencart/opencart/co ... ayment.php
- Mon Jun 30, 2025 7:34 pm
- Replies 3
- Views 2157
Re: [PAID REQUEST] converting PhonePe payment gateway extension from OC 3.x to OC 4.x
Feel free to drop us an email for a quick estimate: info@antropy.co.uk
Jump to post- Commercial Support
- [PAID REQUEST] converting PhonePe payment gateway extension from OC 3.x to OC 4.x
- Mon Jun 30, 2025 2:47 am
- Replies 5
- Views 278
Re: In need of an Opencart Dev with experience in custom coding and Journal 3.2.5
Feel free to drop us an email for a quick estimate: info@antropy.co.uk
Jump to post- Sat Jun 28, 2025 4:21 am
- Replies 6
- Views 577
Re: Issue with importing items
Try a different type of certificate? Or update OpenSSL on the server? Jump to post
- Fri Jun 27, 2025 7:00 pm
- Replies 2
- Views 3391
Re: How to handle unknown freight costs withing AU
I think that's probably the quickest/easiest way. Jump to post
- Thu Jun 26, 2025 4:21 pm
- Replies 5
- Views 2328
Re: Payment modules that support Opencart's native Recurring Profiles
I might be totally wrong but my understanding was it had some significant bugs in OC3 and only worked with PayPal ... but I might be wrong. I hope I'm wrong. Jump to postsoydemadrid wrote: ↑Wed Jun 25, 2025 11:32 pmI just want to check if anyone knows which other payment providers support Opencart's native Recurring Profiles system please?
- Thu Jun 26, 2025 4:20 pm
- Replies 4
- Views 3148
Re: add line break or html tags to option value name input field
You won't be able to get the < and > past the PHP htmlentities() type functions. You'll need to modify the code. Jump to postianhaney50 wrote: ↑Wed Jun 25, 2025 5:01 amThank you, I tried that but still got Front Screen<br>(Glass Only)
- Wed Jun 25, 2025 6:02 pm
- Replies 9
- Views 2643
Re: How to handle unknown freight costs withing AU
You could make it collection only, and add a little note "call for a delivery quote". Jump to postlockiedownunder wrote: ↑Tue Jun 24, 2025 8:39 pmCan I prevent sale if not being picked up
If freight is needed can I add freight manually some way.
- Wed Jun 25, 2025 5:57 pm
- Replies 5
- Views 2328