Re: Order notes not included in customer order email
A long standing issue. https://github.com/opencart/opencart/pull/94 For your version. Near. https://github.com/opencart/opencart/blob/e709e733cb3b345c0e9d468b0a7ea0c19f98e990/upload/catalog/controller/mail/order.php#L117-L121 Add something like. if ($order_info['comment']) { $data['customer_comment'...
Jump to post- Tue Mar 11, 2025 12:01 am
- Replies 2
- Views 229
Re: telephone validation
The change should work the same in both files. Maybe there was a error in the change you made, an extension is modifying your checkout or you were testing the quest checkout.
Jump to post- Thu Mar 06, 2025 11:59 pm
- Replies 6
- Views 928
Re: Some orders with PayPal Checkout Integration V3.0.2 are marked as missing
See viewtopic.php?t=230461 for some suggestions.
Jump to post- Thu Mar 06, 2025 7:53 am
- Replies 9
- Views 1598
Re: Some orders with PayPal Checkout Integration V3.0.2 are marked as missing
Yes, sadly an error sending the order confirmation email, would cause an order to go to missing, due to OpenCart's poor error handling. Check you mail settings. Could be you email is not accepting email due to a configuration issue or detecting them as spam. You could use an online email deliverabil...
Jump to post- Thu Mar 06, 2025 4:14 am
- Replies 9
- Views 1598
Re: Migration & Restoration from backup issue
You could compare against or restore your original backup if things are worse. When trying to work out what is wrong, check both the PHP and OpenCart error logs and you web browser's developer tool.
Jump to post- Thu Mar 06, 2025 4:04 am
- Replies 7
- Views 1457
Re: Opencart 3.0.4 PHP 8.2 Paypal Checkout Integration Issues - no buttons
Could be an issue with the settings. Have you tried uninstalling and reinstalling?
Jump to post- Tue Mar 04, 2025 11:00 pm
- Replies 4
- Views 448
Re: Error with library file after upgrade from 3.0.3.9 to 3.0.4.0
No, look in admin/controller/startup/startup.php for examples.
Jump to post- Tue Mar 04, 2025 8:06 am
- Replies 6
- Views 701
Re: (SOLVED) Opencart 3.0.3.8 and system directory writing to
It's an OpenCart restriction, you can't install files to 'system', but can to 'system/config/' or 'system/library/'.
Jump to post- Mon Mar 03, 2025 6:45 pm
- Replies 3
- Views 435
Re: Opencart 3.0.4 PHP 8.2 Paypal Checkout Integration Issues - no buttons
The error is saying that paypal_data['components'] in undefined. Have you check both the OpenCart and PHP error logs? Have you contacted support for that extension?
Jump to post- Mon Mar 03, 2025 6:40 pm
- Replies 4
- Views 448
Re: Error with library file after upgrade from 3.0.3.9 to 3.0.4.0
Libraries have to be loaded. The other Libraries are probably loaded and set in the registry in the startup files.
Jump to post- Mon Mar 03, 2025 6:26 pm
- Replies 6
- Views 701
Re: How to disable cookie window
Set Cookie Policy to none in the settings.
Jump to post- Thu Feb 27, 2025 8:06 am
- Replies 4
- Views 1448
Re: Bogus Customer Registrations -- Hacker attempts
Probably just a bot. Adding some form of CAPTCHA may help. Looking at your web access logs may tell you more.
Are you using any extension that changes the customer accounts or is Reseller just a customer group?
- Wed Feb 26, 2025 6:04 pm
- Replies 5
- Views 550
Re: OpenCart 4.1.0.0 Front-End Login/Registration Shows JSON Redirect Instead of Completing
Check catalog/view/javascript/common.js is loading correctly. You can get the issue if it doesn't load or is being blocked by some other JavaScript issue.
Jump to post- Installation, Upgrade, & Config Support
- [SOLVED] OpenCart 4.1.0.0 Front-End Login/Registration Shows JSON Redirect Instead of Completing [cloudflare]
- Tue Feb 25, 2025 7:39 pm
- Replies 12
- Views 3373
Re: privent google from indexing: xxx.com/?tracking=*** AND xxx.com/?coupon=*** links
You can set the noindex in htaccess.
Code: Select all
<If "%{QUERY_STRING} =~ m#(tracking|coupon)=#i">
Header set X-Robots-Tag "noindex"
</If>
- General Support
- [SOLVED] prevent google from indexing: xxx.com/?tracking=*** AND xxx.com/?coupon=*** links
- Mon Feb 24, 2025 11:24 pm
- Replies 5
- Views 646
Re: OpenCart 4.1.0.0 Front-End Login/Registration Shows JSON Redirect Instead of Completing
Have you checked your web browser's developer console for errors?
Jump to post- Installation, Upgrade, & Config Support
- [SOLVED] OpenCart 4.1.0.0 Front-End Login/Registration Shows JSON Redirect Instead of Completing [cloudflare]
- Mon Feb 24, 2025 1:28 am
- Replies 12
- Views 3373
Re: Save Product leads to 404 page not found.
Try without any htaccess files. At least that way you will eliminate the issue being there.
You could also check your web browser's developer console for errors.
- Installation, Upgrade, & Config Support
- [SOLVED] Save Product leads to 404 page not found (user self created bug in product description)
- Sun Feb 23, 2025 12:41 am
- Replies 10
- Views 831
Re: email setting
It would be helpful to post your OpenCart version. Have you asked your host? The error suggests you mail server is not set to allow email from your domain.
Jump to post- Sat Feb 22, 2025 8:48 pm
- Replies 4
- Views 525
Re: Save Product leads to 404 page not found.
Is the page not found OpenCart generated of server generated? Opencart... I am assuming. Not a server error.. Nothing in logs. Server logs or Opencart logs.. Everything else on the site works, cart, checkout, etc.. Just cannot edit an old existing product. I can Add a new product and edit it. Seems...
Jump to post- Installation, Upgrade, & Config Support
- [SOLVED] Save Product leads to 404 page not found (user self created bug in product description)
- Sat Feb 22, 2025 8:40 pm
- Replies 10
- Views 831
Re: Save Product leads to 404 page not found.
Is the page not found OpenCart generated of server generated?
Jump to post- Installation, Upgrade, & Config Support
- [SOLVED] Save Product leads to 404 page not found (user self created bug in product description)
- Sat Feb 22, 2025 5:30 am
- Replies 10
- Views 831
Re: error after making and install a new ocmod, help
Most likely a POST without enquiry set. Maybe a bot, unless there is something causing the field to disappear from your HTML form.
Jump to post- Sat Feb 22, 2025 5:27 am
- Replies 3
- Views 326