[SOLVED] Re: PayPal payment
Sounds like this is the answer, I will mark [SOLVED]. Jump to post
- Tue Jul 15, 2025 6:02 pm
- Replies 5
- Views 95
Re: Contact us Form - randomly not working
We have on a daily basis customers calling saying they sent us an email via our Contact us form and we haven't replied You test these forms once a week at the very least and get an extension that saves their data to the database so you can check them even if the email doesn't get through. Email del...
Jump to post- Tue Jul 15, 2025 5:59 pm
- Replies 3
- Views 58
Re: Cron URL dose not change after Doamin name changed
I reckon so, I'll mark it [SOLVED]. Jump to post
- Mon Jul 14, 2025 7:53 pm
- Replies 5
- Views 1598
Re: Can OpenCart be repurposed for a job board instead of a store?
You've reminded me of a Jurassic Park quote: "Your scientists were so preoccupied with whether or not they could, they didn't stop to think if they should." Yes it could be. No you shouldn't do it. Use some software that's designed to be a job board like Jobberbase: https://www.jobberbase....
Jump to post- Mon Jul 14, 2025 7:52 pm
- Replies 1
- Views 30
Re: Max User Connections Error in OpenCart 3.0.4.0 with PHP 8.3 - Seeking Help
We have an article about preventing Bing etc. from spamming your site, using all the bandwidth, and potentially taking it down: https://www.antropy.co.uk/blog/how-to-r ... ary-links/
Jump to post- Fri Jul 11, 2025 7:00 pm
- Replies 19
- Views 3293
Re: How to display customers names in the review list in Admin?
I'm not SQL savvy enough. This really is such a simple thing that if it doesn't make sense, you probably shouldn't be poking around with any code at all on a live ecommerce shop. You should probably find a freelancer from the Commercial Support Forum. However, it does seem to already output the Aut...
Jump to post- Fri Jul 11, 2025 6:45 pm
- Replies 4
- Views 2650
Re: How to display customers names in the review list in Admin?
Try:
Code: Select all
SELECT * FROM `oc_review` r
JOIN `oc_customer` c
ON r.customer_id = c.customer_id;
- Thu Jul 10, 2025 7:44 pm
- Replies 4
- Views 2650
Re: Max User Connections Error in OpenCart 3.0.4.0 with PHP 8.3 - Seeking Help
You need hosting with higher limits. Jump to post
- Wed Jul 09, 2025 6:04 pm
- Replies 19
- Views 3293
Re: Error "Could not load file localisation/*.json" on checkout page
Considering the "server" is the Docker container (there's no WAF there), and the Apache web server within that container is responding to the browser (meaning nothing on my laptop is interfering with the request), I find it very unlikely to be a security/firewall issue. Are you sure the s...
Jump to post- Wed Jul 09, 2025 5:59 pm
- Replies 9
- Views 3171
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 9
- Views 3171
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 7
- Views 4820
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 7
- Views 4820
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 3298
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 7790
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 2361
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 3153
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 2764
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 5196
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 3153
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 3153