Re: Hide zero shipping cost in email
Hello everyone, help with the solution of the issue with the display of shipping costs. I have free shipping with zero cost and I have hidden the display of shipping costs through a modifier in Opencart 3.0.3.7 <add position="replace"><![CDATA[{% if quote.cost > 0.00 %}{{ quote.text }}{% ...
Jump to post- Sun Jan 22, 2023 5:54 am
- Replies 1
- Views 168
Re: Function to compare price of products with the same model
public function getProductsAndComparePrice($model) { $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "product p LEFT JOIN " . DB_PREFIX . "product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN " . DB_PREFIX . "product_special ps ON (p.product_...
Jump to post- Sun Jan 22, 2023 5:51 am
- Replies 5
- Views 275
Re: Usercode to register account in shop 3.0.3.8
I am setting up at new shop and would like to add a registration code for new users that is trying to make an account in the shop. It should be a requierd field with a preset "password" to get access to the shop. This shop is not going to be public, its for contract customers. How can I d...
Jump to post- Tue Jan 10, 2023 9:12 am
- Replies 5
- Views 364
Re: Special access during maintenance?
Is there a way I can give people access to the site while in maintenance mode? Or some other type of workaround to blocking general access to the site and giving specific people access by ways of registering them or a direct url? ....without giving them admin access. And without putting a bunch of ...
Jump to post- Tue Jan 10, 2023 9:07 am
- Replies 8
- Views 394
Re: Contact form doesn't work
Since these error messages originates from a PHPMailer extension, contact the extension developer to resolve this issue. I do not install 3rd party PHPMailer extension, but https://github.com/PHPMailer/PHPMailer/tree/v6.7.1/src It is still a third party you're using regardless where you download it...
Jump to post- Tue Jan 10, 2023 9:06 am
- Replies 21
- Views 1482
Re: Looking for a solution
I was hoping for a more vague answer :) System->Localisation->Stock Statuses This was my original request. From your reply, you cannot change this. Looking to change a product status when is in stock from "Stock: In Stock" to "Stock: UK/EU Stock" Order desk request: https://www....
Jump to post- Mon Jan 09, 2023 5:55 am
- Replies 9
- Views 489
Re: Shipping/Billing - select if company
Double-post about Journal Framework: viewtopic.php?t=230401 .
Jump to post- Mon Jan 09, 2023 5:51 am
- Replies 7
- Views 416
Re: Remove voucher/Coupon from cart
I meant after you apply the coupon code to your cart you should have an option to remove coupon from cart. https://forum.opencart.com/viewtopic.php?p=730410#p730410 or: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=11658 . The extension can be easily converted...
Jump to post- Mon Jan 09, 2023 4:28 am
- Replies 8
- Views 462
Re: Remove voucher/Coupon from cart
Disable from Extensions->Extensions->Order Totals I meant after you apply the coupon code to your cart you should have an option to remove coupon from cart. https://forum.opencart.com/viewtopic.php?p=730410#p730410 or: https://www.opencart.com/index.php?route=marketplace/extension/info&extensio...
Jump to post- Mon Jan 09, 2023 4:16 am
- Replies 8
- Views 462
Re: Need SEO module compatible withe Journal3
Contact their order / sales desk. Jump to post
- Mon Jan 09, 2023 2:17 am
- Replies 5
- Views 316
Re: Need SEO module compatible withe Journal3
Order Desk request. However, also take note the Journal Framework is not supported on the forum.
Jump to post- Sun Jan 08, 2023 10:42 am
- Replies 5
- Views 316
Re: Update to opencart-3.0.x.x_Maintenance and PHP 8.1.13 in Windows 10
I was forced into this upgrade because my ISP IONOS withdrew support for PHP 7.4 from their windows environment. I have tried every Opencart 3.x release that supports PHP8 and over, but cant get any of them to work without loads of error messages that I haven't been able to suppress. I have now giv...
Jump to post- Installation, Upgrade, & Config Support
- Update to opencart-3.0.x.x_Maintenance and PHP 8.1.13 in Windows 10
- Sun Jan 08, 2023 10:39 am
- Replies 15
- Views 1186
Re: Contact form doesn't work
Still get these error from server: --------------------------------------------------- [Fri Jan 06 12:02:11.874379 2023] [fcgid:warn] [pid 418625:tid 118441288636160] (104)Connection reset by peer: [client 104.173.230.15:60504] mod_fcgid: error reading data from FastCGI server, referer: https://www...
Jump to post- Sun Jan 08, 2023 10:37 am
- Replies 21
- Views 1482
Re: OpenCart 3.0.3.8 Bugreports
But does this module also live update stock on product page? if you select an option with no stock should display "out of stock" and viceversa. The problematic by considering this is the 1 hour interval where customers are adding a product that might be the last one in stock vs. the next ...
Jump to post- Sun Jan 08, 2023 10:36 am
- Replies 32
- Views 12564
Re: when the @ sign is entered, the page just reloads
OC version. What a terrible explanation.
Jump to post- Thu Jan 05, 2023 7:50 pm
- Replies 8
- Views 306
Re: Upgrade uses 'old' config names, while dbase uses new versions
Something doesn't fit quite right with this fix ...
Jump to post- Installation, Upgrade, & Config Support
- Upgrade uses 'old' config names, while dbase uses new versions
- Thu Jan 05, 2023 2:12 am
- Replies 18
- Views 1655
Re: Opencart Version 2.3.0.2 and PHP 7.4 or higher
I tried searching for any topics on this but when I enter this query I am told I can only use 5 words. Nothing I tried got around this. My hoster (GoDaddy) has delete PHP 7.2 as an option. When I try PHP 7.4 I get a bunch of junk on the home page. Is there a fix to run 7.4? I plan on upgrading to a...
Jump to post- Thu Jan 05, 2023 2:11 am
- Replies 1
- Views 605
Re: Admin Product Name Search Filter issues still the same as in OC 3.x
This extension's description states to use OCMod whereas OC v4.x releases don't. Contact the extension developer for more information.
Jump to post- Wed Jan 04, 2023 8:29 am
- Replies 3
- Views 246
Re: Deleting Manufacturers\Brand Names
Hi, Does anyone know in what field in the SQL the Manufacturers names are stored? As I've just discovered the Manufacturers name isn't deleted when you delete a Product. Thanks in advance. That's because manufacturers should not be deleted when deleting products which means it has the right functio...
Jump to post- Wed Jan 04, 2023 7:55 am
- Replies 4
- Views 198