Search found 900 matches

Search found 900 matches

Re: Hide Store / stock behind a login

​Hi

Sorry, What is the "multi site option available"? I didn't understand what you meant.

Jump to post
  • Fri Mar 01, 2024 11:56 pm
  • Replies 12
  • Views 1141
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

Jump to post
  • Sun Feb 18, 2024 5:25 pm
  • Replies 12
  • Views 1141
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 1207
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);
But you also need to modify the process function to accept an array as a parameter.

Jump to post
  • Mon Jan 29, 2024 4:19 pm
  • Replies 2
  • Views 310
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.

Jump to post
  • Tue Jan 23, 2024 1:37 pm
  • Replies 3
  • Views 743
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.

Jump to post
  • Tue Jan 23, 2024 3:28 am
  • Replies 3
  • Views 743
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

Jump to post
  • Fri Jan 12, 2024 6:17 pm
  • Replies 7
  • Views 1217
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
  • Tue Dec 19, 2023 1:02 am
  • Replies 4
  • Views 481
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.

Jump to post
  • Sun Dec 17, 2023 5:27 pm
  • Replies 4
  • Views 481
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;}
Please share a link to your website.

Jump to post
  • Sun Dec 17, 2023 5:25 pm
  • Replies 4
  • Views 488
Re: Almost Ready to go live

Hi
You will need to update the paths in config.php and admin/config.php

Jump to post
  • Fri Dec 15, 2023 7:02 pm
  • Replies 2
  • Views 806
Re: Is there an email template?

Hi
Look at this file:
catalog\view\template\mail\order_invoice.twig

Jump to post
  • Fri Dec 15, 2023 4:56 pm
  • Replies 1
  • Views 285
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

Jump to post
  • Sat Dec 09, 2023 3:26 am
  • Replies 8
  • Views 762
Re: Looking for Bulk Add to cart extension

Hi 1. No, But it can be modified to show quantities of each Option. 2. This is only a helper for add to cart button. All other steps are done by OpenCart. 3. Yes, As I mentioned in point 2, The rest of proccesses like checkout and stock deduction will remain untouched and will be done by OpenCart it...

Jump to post
  • Fri Dec 08, 2023 11:43 pm
  • Replies 8
  • Views 762
Re: Looking for Bulk Add to cart extension

Hi
Please check my "Quantity for options" live demo. Is it what you want?
https://www.opencart.com/index.php?rout ... n_id=33737

Jump to post
  • Fri Dec 08, 2023 10:17 pm
  • Replies 8
  • Views 762
Re: Uploading

Hi
I published this commercial extension for this purpose today:
Download Auto-Creator
https://www.opencart.com/index.php?rout ... n_id=45677

Jump to post
  • Wed Dec 06, 2023 7:48 pm
  • Replies 6
  • Views 505
Re: How to change success.php controller with before trigger handler?

Hi This is what I use to replace the default success controller with my own controller: Admin: $this->model_setting_event->addEvent('my_module', 'catalog/controller/checkout/success/before', 'extension/module/my_module/changeRoute'); Catalog public function changeRoute(&$route = '', &$data =...

Jump to post
  • Tue Dec 05, 2023 5:34 pm
  • Replies 11
  • Views 1252
Re: How to set Post code as required field?

Hi
Admin panel / system / localisation / countries / edit a country / Postcode Required

Jump to post
  • Sat Oct 28, 2023 5:15 pm
  • Replies 2
  • Views 239
Re: I Need OC developer!

3) I need a module like "Featured Categories" similar to featured products.
Hi
https://www.opencart.com/index.php?rout ... n_id=35113

Jump to post
  • Thu Oct 05, 2023 5:48 pm
  • Replies 8
  • Views 1129

Search found 900 matches