Search found 12 matches

Page 1 of 1

Search found 12 matches

Opencart 3.0.3.6 where is call for sending email on admin status change when notify is selected

Hello, i am trying to find the code block where call is made if admin selects notify on order status update. Admin history update block calls : index.php?route=api/order/history From here function history check for order info and calls $this->model_checkout_order->addOrderHistory function addOrderHi...

Jump to post
  • Sat Apr 10, 2021 12:57 am
  • Replies 2
  • Views 672
Re: [SOLUTION] OC 3.0.3.7 Timezone Issue

There could be another issue for 3.0.3.7, i was getting api error editing admin order's and tracked it down to System->framework.php line : 84 // Sync PHP and DB time zones $db->query("SET time_zone = '" . $db->escape(date('P')) . "'"); For me it was executing "SET time_zone...

Jump to post
  • Wed Feb 10, 2021 6:14 am
  • Replies 60
  • Views 46501
Re: Help With my first event module

Hello, thanks @Sw!tch and @straightlight for taking time to answer my question. I have never used events on oc, so was not sure how to register them. Went thru quite a few tutorials, they have all the info but how to upload (bundle) ur code and install them. So i tried creating a module bu putting t...

Jump to post
  • Tue Oct 20, 2020 2:52 am
  • Replies 5
  • Views 2392
Help With my first event module

Hello, i am trying to write a simple event which triggers before product is added to cart and change model number in data based on product name. Created 2 files upload/admin/controller/extension/module/eve_model.php <?php class ControllerExtensionModuleEveModel extends Controller { private $error = ...

Jump to post
  • Sat Oct 17, 2020 5:46 am
  • Replies 5
  • Views 2392
Re: Custom URL Rewrite : Solved

Sorry for long post, going over the code found 1 place that i missed . if ($query->row['query'] && $url[0] != 'information_id' && $url[0] != 'manufacturer_id' && $url[0] != 'category_id' && $url[0] != 'download_category_id' && $url[0] != 'product_id') this was...

Jump to post
  • Wed Feb 28, 2018 6:11 am
  • Replies 1
  • Views 1451
Custom URL Rewrite

Hello, i have a custom download module that have same structure as categories. Main category and then subcategory and so on. I was trying to implement seo url for this mod. So for testing i added few links in url_alias table. Opencart Version 2.3.0.2 download_category_id=2 testdownload download_cate...

Jump to post
  • Wed Feb 28, 2018 5:42 am
  • Replies 1
  • Views 1451
Re: Tax rate for new group

We have lot of custom products, so we have to create a custom group so they are only available to select customers.

Jump to post
  • Mon Feb 12, 2018 1:53 am
  • Replies 2
  • Views 254
Tax rate for new group

Hello, when a new group is created than you have to manually assign tax rates to that group. I think this is very counterproductive, in Canada we have to set different tax rates. We have separate rate for Products and Shipping for tax purposes. So everytime new group is created have to go and and ad...

Jump to post
  • Sat Feb 10, 2018 9:32 am
  • Replies 2
  • Views 254
Re: Custom Field File Upload

Thanks, for reply. I got it working.

Jump to post
  • Sat Feb 10, 2018 9:28 am
  • Replies 3
  • Views 1437
Custom Field File Upload

Hello, i am having issue with custom field file upload. I added custom file field to customer info, i can select the file after clicking the button and it uploads the file. I get javascript confirmation that file has been successfully uploaded but database entry in custom field is empty. I checked f...

Jump to post
  • Fri Feb 09, 2018 9:12 am
  • Replies 3
  • Views 1437
Openbay disabled but links still active

Hello, i am working on my test site and found out that openbay is taking lot of time to load. I have it disabled in extensions so why its active. http://journal.local/admin/index.php?route=extension/openbay/getorderinfo&token=rpMFLOFMNbtVDhzn5cYpEPydWxcJO9oN&order_id=9867&status_id=3 VM1...

Jump to post
  • Thu Apr 06, 2017 12:31 am
  • Replies 0
  • Views 633
File Download with category

Hello all, new to opencart coming over from oscommerce. I have a question/request is there a module (Document Management ) where we can upload product related files ex: manuals, software etc grouped in categories and link the category to product so if any file is uploaded to category it shows up on ...

Jump to post
  • Sat Oct 01, 2016 5:55 am
  • Replies 3
  • Views 4213

Page 1 of 1

Search found 12 matches