Re: Bootstrapping opencart to a custom file for a cron job
Just write it up as a normal OpenCart extension, with a new route like extension/module/mycrontask. And for security purposes, restrict it to only allow execution when the request has come from the server's IP-address, not from the public.
Jump to post- Tue Feb 11, 2025 6:33 pm
- Replies 3
- Views 158
Re: [Free] Ajax Live Search not working with 3.0.4.0
Please read the forum rules, and then try again with some more details. At the very least, you could have provided the error messages from the server and OpenCart error logs, and give us your website URL.
Jump to post- Tue Feb 11, 2025 6:25 pm
- Replies 3
- Views 229
Re: Combo boxes are gone
You are not using the OC default theme. But you use a number of unspecified 3rd party extensions.
You are simply not providing sufficient details for anybody to help you here. Please read the forum rules.
- Mon Feb 10, 2025 8:24 pm
- Replies 4
- Views 146
Re: Unleashed Software Extension - Export Products not working
Ask the extension author for help!
Jump to post- Fri Feb 07, 2025 3:47 am
- Replies 2
- Views 154
Re: Vape Liquid UK - www.vapeliquiduk.com
While it's a nice looking website, people should really give up smoking or vaping!
Jump to post- Fri Feb 07, 2025 3:45 am
- Replies 2
- Views 9453
Re: Problem extension Smartbill
Is there any reason you won't contact the extension author? This does not appear to be an issue caused by OpenCart.
BTW.: You should upgrade to OC 3.0.4.0, it has a number of bugfixes, and better PHP 8 support.
- Extensions Support
- [SOLVED] Problem extension Smartbill > Constant FILTER_SANITIZE_STRING is deprecated
- Thu Feb 06, 2025 12:36 am
- Replies 17
- Views 1347
Re: Restored web site no longer updating new products on home page.
@ikonicdev: Please don't use generic AI posts, the OP needs genuine support.
Jump to post- Wed Feb 05, 2025 9:05 pm
- Replies 13
- Views 1878
Re: Built In AI Content Generator
And the next step in this "development" will be auto generated products, payment / shipping terms. Finally that AI/KI will ship the products automatically to the customer. Oh, what a wonderful world .. we do not need to work anymore - just add AI/KI and your day is made! Some people reall...
Jump to post- Wed Feb 05, 2025 6:27 pm
- Replies 3
- Views 2638
Re: Product Option Special Price
If you have only one option just for the purpose of having a special price, then why don't you define your product without that option and use the regular special price feature. You can edit the latter in the admin bakend at the product edit page on the 'Specials' tab.
Jump to post- Wed Feb 05, 2025 6:19 pm
- Replies 2
- Views 139
Re: Bug Warning: Trying to access array offset on value of type null in /.../public_html/catalog/controller/account/orde
First of all, there is no 4.1.0 version, I thin you mean 4.1.0.0?
Also, how exactly did you transfer the old data to 4.1.0.0?
There error message indicates that there is a missing payment method name for one of your orders.
- Bug Reports
- Bug Warning: Trying to access array offset on value of type null in /.../public_html/catalog/controller/account/order.ph
- Wed Feb 05, 2025 6:06 am
- Replies 2
- Views 332
Re: Restored web site no longer updating new products on home page.
In PHPMyAdmin run this query:IT-Me-Up.co.uk wrote: ↑Mon Feb 03, 2025 9:31 pmI've tried to delete all the componets of the home page layout and add them back but the lastest product section still shows old items.
Code: Select all
SELECT * FROM `oc_product`
ORDER BY `oc_product`.`date_added` DESC
- Tue Feb 04, 2025 12:40 am
- Replies 13
- Views 1878
Re: Restored web site no longer updating new products on home page.
Hi, Yes I have cleared the Storage/Cache and tried to re-import products but the home page does not change. Re-importing products won't restore the home page. The Home Page contents is usually made up of HTML modules, see the design > layouts for the home page for more details which ones it uses, a...
Jump to post- Mon Feb 03, 2025 8:50 pm
- Replies 13
- Views 1878
Re: DB error upgrading from 3.0.3.1 to 3.0.40 - WHERE `key` = 'config_timezone' AND store_id = '0'' at line 1
Invalid DB_PREFIX, it shouldn't contain '!' . See you config.php and admin/config.php.
Jump to post- Installation, Upgrade, & Config Support
- DB error upgrading from 3.0.3.1 to 3.0.40 - WHERE `key` = 'config_timezone' AND store_id = '0'' at line 1
- Sun Feb 02, 2025 5:33 pm
- Replies 2
- Views 1732
Re: Unable to add new attributes or change existing attributes in products-OC4.0.2.2
For a live website, you should use OC 3.0.4.0. OC 4.0.2.2 has been superceded by OC 4.1.0.0, which you could use for testing, but it still has some bugs which will hopefully be fixed in the upcoming OC 4.1.0.1.
Jump to post- Fri Jan 31, 2025 8:41 pm
- Replies 4
- Views 389
Re: How to find confirmation page
I assume you are talking about this extension: Revolut extension (https://www.opencart.com/index.php?rout ... n_id=42689)
This extension uses the standard OpenCart success page.
Just bear in mind it's for OpenCart 3, not OpenCart 4!
- Thu Jan 30, 2025 11:04 pm
- Replies 5
- Views 2150
Re: 4.1.0.0 ROUTING
So what did you find? Could you share your solution here so others can benefit from it, too, on this forum?
Jump to post- Thu Jan 30, 2025 12:46 am
- Replies 3
- Views 1215
Re: 4.1.0.0 ROUTING
Can someone share some light:) My custom file is under: ROOT\extension\modulename\catalog\controller\account\file.php takes me to page not found: namespace namespace Opencart\Catalog\Controller\Extension\Modulename\Account; tried various routes: 4.1.0.0/index.php?route=extension/modulename/controll...
Jump to post- Thu Jan 30, 2025 12:10 am
- Replies 3
- Views 1215
Re: Authorize.net (AIM) Card Owner Name (OC 3.0.4.0)
Well, it is possible that the billing address or billing name from the OpenCart checkout might not be the same as the one used for the payment gateway, but the email addresses (if required by the payment gateway amongst other details) always has to be the same one as the used on the OpenCart end. It...
Jump to post- Wed Jan 29, 2025 9:13 pm
- Replies 9
- Views 1307
Re: Not receiving order email anymore
Are you using SMTP settings, of PHP Mail? Also, you shouldn't use OC 4.0.2.3 for a live site, it simply has too many bugs, many of them are fixed in the OC 4.1.0.0, but even there, some are still being addressed for the upcoming 4.1.0.1 release. The OC 3.0.4.0 still is the most stable release for li...
Jump to post- Wed Jan 29, 2025 9:05 pm
- Replies 5
- Views 786
Re: Authorize.net (AIM) Card Owner Name (OC 3.0.4.0)
Do you use Authorize.Net (AIM) or Authorize.Net (SIM) ? Does it use an IFRAME for entering the card details? Or does it redirect to its payment gateway to enter the card and name details?
Jump to post- Wed Jan 29, 2025 6:25 am
- Replies 9
- Views 1307