Re: OpenCart 3.0.4.1 released
Hi
Thank you for the update and for your ongoing work on OpenCart! Keep up the great work!
Thanks
- Sat May 17, 2025 3:46 pm
- Replies 4
- Views 5251
Re: Email customers with order number A to B asking them to review product(s)
Hi
Please try the demo of my "Automatic Purchase Review Invitation" extension:
https://www.opencart.com/index.php?rout ... n_id=41790
It work for the new orders. You can also import old orders but it imports all completed orders (not only certain orders).
- Commercial Support
- SOLVED - Email customers with order number A to B asking them to review product(s)
- Sun Aug 25, 2024 9:35 pm
- Replies 9
- Views 1903
Re: Image Manager remembers last location
Hi
Please try the demo of my "Elfinder - Pro Image Manager" extension:
https://www.opencart.com/index.php?rout ... n_id=32343
- Sun Aug 25, 2024 9:32 pm
- Replies 6
- Views 1083
Re: How to upload multiple files from customer
Hi
I have an extension which is a replacement for the default file upload option and allows multiple uploads:
https://www.opencart.com/index.php?rout ... n_id=32368
- Wed Aug 14, 2024 7:50 pm
- Replies 5
- Views 1504
Re: Maintenance or offline before login
Hi
I also have a Private shop extension which does not allow visit for not logged customers:
https://www.opencart.com/index.php?rout ... n_id=44595
- Thu May 02, 2024 2:19 pm
- Replies 8
- Views 577
Re: Downloadable files
Hi I have an extension that may help you. You can upload your files directly on your server (without using OpenCart admin panel), Then this extension will detect new files and create a new download for each file automatically: Download Auto-Creator https://www.opencart.com/index.php?route=marketplac...
Jump to post- Mon Apr 01, 2024 8:58 pm
- Replies 7
- Views 603
Re: Hide Store / stock behind a login
Hi
Sorry, What is the "multi site option available"? I didn't understand what you meant.
- Fri Mar 01, 2024 11:56 pm
- Replies 12
- Views 1759
Re: Hide Store / stock behind a login
Hi
I have a "Private Shop" extension, But not ready for OpenCart 4 yet:
https://www.opencart.com/index.php?rout ... n_id=44595
- Sun Feb 18, 2024 5:25 pm
- Replies 12
- Views 1759
Re: Developer Support
Hi I as a developer usually ask the customer to send admin and FTP access (or any other way to access the files). When they do not want to give access for any reason, I provide support through AnyDesk. Sometimes they send zip files from their site or template, which I install in my own localhost and...
Jump to post- Tue Feb 13, 2024 7:38 pm
- Replies 9
- Views 5051
Re: Load controller of a plugin in an other controller file
You can do it like this:
Code: Select all
$this->load->controller('extension/module/membership/process', $order_info);
- Mon Jan 29, 2024 4:19 pm
- Replies 2
- Views 902
Re: File formats allowed for digital download
Hi
Purchased downloads appear in the customer account when his order status matches a complete order status. Please check the order status.
- Tue Jan 23, 2024 1:37 pm
- Replies 3
- Views 1000
Re: File formats allowed for digital download
Hi
Please see: admin panel / system / settings / edit store, There you will find two fields for allowed file extensions and allowed mime types.
- Tue Jan 23, 2024 3:28 am
- Replies 3
- Views 1000
Re: Make a checkout URL with specific product in cart e.g. ***route=checkout/checkout/?product_id={id}
Hi
Try this link please:
Code: Select all
http://digitcart.ir/demo/oc/en/3020/4/index.php?route=extension/module/add_to_cart&product_id=30&option[226]=15&redirect=cart&coupon=2222
- General Support
- Make a checkout URL with specific product in cart e.g. ***route=checkout/checkout/?product_id={id}
- Fri Jan 12, 2024 6:17 pm
- Replies 7
- Views 26500
Re: Make a checkout URL with specific product in cart e.g. ***route=checkout/checkout/?product_id={id}
Hi
I have a paid extension that can do that:
Add To Cart By URL link
https://www.opencart.com/index.php?rout ... n_id=36520
- General Support
- Make a checkout URL with specific product in cart e.g. ***route=checkout/checkout/?product_id={id}
- Fri Jan 12, 2024 12:29 am
- Replies 7
- Views 26500
Re: Normally our products come with no warranty, But how to add Product warranty options for extra fee.
Thank you. I have done that. I still have one more issue. When someone select with warranty option how to display the new price instantly instead of the checkout. You are welcome. In this case you will need a Live price extension, There are free and paid live price extensions on the Marketplace. I ...
Jump to post- Extensions Support
- Normally our products come with no warranty, But how to add Product warranty options for extra fee.
- Tue Dec 19, 2023 1:02 am
- Replies 4
- Views 840
Re: Normally our products come with no warranty, But how to add Product warranty options for extra fee.
Hi
You can use the product options.
Create your option in the admin panel / catalog / options first.
Then add the option to your product in the product form / options tab.
- Extensions Support
- Normally our products come with no warranty, But how to add Product warranty options for extra fee.
- Sun Dec 17, 2023 5:27 pm
- Replies 4
- Views 840
Re: Add to Cart button without caption
Hi
Maybe you have a CSS code which is causing this issue, Something like this:
Code: Select all
.btn {font-size: 0;}
- Sun Dec 17, 2023 5:25 pm
- Replies 4
- Views 733
Re: Almost Ready to go live
Hi
You will need to update the paths in config.php and admin/config.php
- Fri Dec 15, 2023 7:02 pm
- Replies 2
- Views 1195
Re: Is there an email template?
Hi
Look at this file:
catalog\view\template\mail\order_invoice.twig
- Fri Dec 15, 2023 4:56 pm
- Replies 1
- Views 426
Re: Looking for Bulk Add to cart extension
Hi
I replied to your PM.
In case you need any help, You can click on the "Get Support" button on the extension page.
Thanks
- Sat Dec 09, 2023 3:26 am
- Replies 8
- Views 1143