Search found 19 matches

Page 1 of 1

Search found 19 matches

Re: Can't apply a manufacturer coupon - OC 3.0.2.0

I've changed the code and it works flawlessly. Huge thanks! Shoot me a PM to let me know where can I donate you for a beer!

Jump to post
  • Tue Feb 22, 2022 10:21 pm
  • Replies 10
  • Views 6240
Re: Can't apply a manufacturer coupon - OC 3.0.2.0

I've edited all these files. I've been thinking, ... should I edit any other files if I'm using Journal 2.xx.x? admin/language/en-gb/marketing/coupon.php // Entry . . . $_['entry_category'] = 'Category'; $_['entry_manufacturer'] = 'Manufacturer'; . . . admin/controller/marketing/coupon.php if (isset...

Jump to post
  • Tue Feb 22, 2022 8:42 pm
  • Replies 10
  • Views 6240
Re: Can't apply a manufacturer coupon - OC 3.0.2.0

I somehow found the error I'm getting but don't really know how to solve it. PHP Fatal error: Uncaught Exception: Error: Unknown column 'manufacturer_id' in 'where clause'<br /> Error No: 1054<br /> SELECT COUNT(*) AS total FROM `me_product_to_manufacturer` WHERE `product_id` = '404' AND manufacture...

Jump to post
  • Tue Feb 22, 2022 4:16 pm
  • Replies 10
  • Views 6240
Re: Can't apply a manufacturer coupon - OC 3.0.2.0

I've noticed a PHP fatal error. Could this error do something with not applying a coupon? [09-Feb-2022 12:22:38 UTC] PHP Fatal error: Uncaught Exception: Error: Unknown column 'ca.customer_activity_id' in 'field list'<br /> Error No: 1054<br /> SELECT ca.customer_activity_id, ca.customer_id, ca.key,...

Jump to post
  • Fri Feb 18, 2022 5:21 pm
  • Replies 10
  • Views 6240
Re: Duplicate filter entries - OC 3.0.2.0

Oh I see. This is really helpful, thanks. I didn't know that the clean OC does not have those filters. I found the extension and will now try to fix this by contacting developer. Extension: Admin Orders List Payment+Shipping Method Column+Filter I'll update this post again once I solve the problem. ...

Jump to post
  • Thu Feb 10, 2022 8:43 pm
  • Replies 8
  • Views 740
Re: Duplicate filter entries - OC 3.0.2.0

The screenshots were captured from Sales --> Orders --> Filter (on the right side)

Jump to post
  • Thu Feb 10, 2022 1:45 pm
  • Replies 8
  • Views 740
Re: Duplicate filter entries - OC 3.0.2.0

No problem, what kind of details do you need?

Thanks!

Jump to post
  • Wed Feb 09, 2022 9:34 pm
  • Replies 8
  • Views 740
Re: Duplicate filter entries - OC 3.0.2.0

I see. I've tried disabling all shipping and payment methods to no avail. Is it possible that the filter displays an entry because it exists somewhere on order list? I've tried clicking a few of these entries but some just "refresh" the page (nothing happens). Could this possibly be remedi...

Jump to post
  • Wed Feb 09, 2022 8:52 pm
  • Replies 8
  • Views 740
[Solved] Duplicate filter entries - OC 3.0.2.0

Hello, I've searched high and low but can't seem to find an option in admin panel to edit filter entries. I'd like to delete duplicate entries in Sales / Orders. I'm almost sure there must be a way to do this without combing through code or am I wrong? Don't know who created these extra duplicate en...

Jump to post
  • Wed Feb 09, 2022 7:40 pm
  • Replies 8
  • Views 740
Re: Can't apply a manufacturer coupon - OC 3.0.2.0

Sorry for the late reply, I was out of office.

That is correct.
I've checked all files and still can't seem to figure it out.

Thanks!

Jump to post
  • Mon Jan 31, 2022 5:47 pm
  • Replies 10
  • Views 6240
[Solved] Can't apply a manufacturer coupon - OC 3.0.2.0

Hello, I've successfully edited files neccessary for creating, editing and deleting a coupon by manufacturer. I've inserted a few tables in my DB and I think everything should be working fine. The problem I'm having is that the coupon can't be applied to any product / manufacturer. Website gives me ...

Jump to post
  • Fri Jan 21, 2022 8:00 pm
  • Replies 10
  • Views 6240
Re: Getting a PHP notice when trying to edit a coupon - OC 3.0.2.0

I've solved the PHP notice problem by combing through the code. It appears I haven't edited all the files neccessary for the coupon to work and forgot to create a few more tables in my DB. The problem I'm facing now is that I can't apply the created manufacturer coupon to any manufacturer. I don't g...

Jump to post
  • Fri Jan 21, 2022 7:45 pm
  • Replies 7
  • Views 2565
Re: Getting a PHP notice when trying to edit a coupon - OC 3.0.2.0

Ugh, silly me. I'm running opencart on my subdomain (for testing purposes so I don't accidentaly break the live site) and I think I found the correct error log. PHP Fatal error: Uncaught Exception: Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ...

Jump to post
  • Wed Jan 19, 2022 8:55 pm
  • Replies 7
  • Views 2565
Re: Getting a PHP notice when trying to edit a coupon - OC 3.0.2.0

I'm seeing a notice and a warning PHP Notice: Undefined index: path in .../admin/controller/marketing/coupon.php on line 456 Line 456: if (isset($this->request->post['coupon_manufacturer'])) { $manufacturer = $this->request->post['coupon_manufacturer']; } elseif (isset($this->request->get['coupon_id...

Jump to post
  • Tue Jan 18, 2022 8:18 pm
  • Replies 7
  • Views 2565
Re: Getting a PHP notice when trying to edit a coupon - OC 3.0.2.0

The filepath does not include the word "storage" in it, and I'm not using a category-to-coupon mod. I edited the files by hand, including .twig files. I probably forgot to change something that allows coupon editing, I just don't know what exactly. To try and be a bit clearer, I searched f...

Jump to post
  • Tue Jan 18, 2022 5:35 pm
  • Replies 7
  • Views 2565
[Solved] Getting a PHP notice when trying to edit a coupon - OC 3.0.2.0

Hello, I've edited some files that enable me to create a coupon by manufacturer. The code works ok, I can create and delete a coupon without a problem. Also tested with applying coupons in frontend which works flawlessly. The problem I'm having is that when I try to edit the coupon I get a notice: N...

Jump to post
  • Mon Jan 17, 2022 9:39 pm
  • Replies 7
  • Views 2565
Re: How to sum all order totals in “order list” - opencart 3.0.2.0

Thanks to everyone that replied. Thanks to khnaz35 I resolved the problem following his/her suggestion. It isn't ideal but it sure beats writing a modification. Without opening another thread, can anybody direct me which files would I need to change to create coupons by manufacturer (see attached sc...

Jump to post
  • Fri Jan 14, 2022 9:35 pm
  • Replies 6
  • Views 565
[Solved] How to sum all order totals in “order list” - opencart 3.0.2.0

Hi, I’ve searched this forum for a solution but can’t seem to find it. Let me preface this by saying that I’m somewhat new to everything opencart so any help would be greatly appreciated. On to the problem: I’d like to show the summed total of all orders on order list displayed in admin —> sales —> ...

Jump to post
  • Thu Jan 13, 2022 8:43 pm
  • Replies 6
  • Views 565

Page 1 of 1

Search found 19 matches