Search found 59 matches

Search found 59 matches

Re: Invoice numbering now showing as symbols when printing invoices

This branch... https://github.com/opencart/opencart/tree/3.0.x.x_Maintenance/ So would to keep my Open cart up to date and resolve any issues, I would update files from here. Upload - resolved language issue - its just that it is 75 changes to make. Can you confirm these changes will fix my issue o...

Jump to post
  • Thu Mar 11, 2021 2:34 am
  • Replies 10
  • Views 727
Re: Invoice numbering now showing as symbols when printing invoices

Issue already fixed on the master branch and on the maintenance branch. Apologies, never used github before. These are the relevant changes I must make to my install? https://github.com/opencart/opencart/commit/e10bb73b6b04171daddea2449abbd69795035222 Are these 6x changes relevant to my install: Ve...

Jump to post
  • Wed Mar 10, 2021 8:32 pm
  • Replies 10
  • Views 727
Re: Invoice numbering now showing as symbols when printing invoices

:ponder: A clue ... In catalog/controller/account/order.php file, find: $this->document->setTitle($this->language->get('text_order')); replace with: $this->document->setTitle(sprintf($this->language->get('text_order'), $order_id)); Then, find: 'text' => $this->language->get('text_order'), replace w...

Jump to post
  • Tue Mar 09, 2021 6:38 pm
  • Replies 10
  • Views 727
Re: Invoice numbering now showing as symbols when printing invoices

What is on line 311 of your file? 311 $data['results'] = sprintf($this->language->get('text_pagination'), ($product_total) ? (($page - 1) * $limit) + 1 : 0, ((($page - 1) * $limit) > ($product_total - $limit)) ? $product_total : ((($page - 1) * $limit) + $limit), $product_total, ceil($product_total...

Jump to post
  • Tue Mar 02, 2021 10:55 pm
  • Replies 10
  • Views 727
Invoice numbering now showing as symbols when printing invoices

Opencart Version 3.0.3.7 The order numbers are numbered correctly, but when generating invoices for printing the invoice numbers are showing as "#%s", instead of the order number. This numbering is at the top left of the invoice. This happens whether printing single or multiple invoices fo...

Jump to post
  • Tue Mar 02, 2021 5:10 pm
  • Replies 10
  • Views 727
Re: Upgrade to Version 3.0.3.7 - Errors reported

Cue4cheap wrote:
Sat Feb 27, 2021 7:23 pm
viewtopic.php?f=202&t=222651

You REALLY should not do upgrades on a live site.
Mike
That sorted it. Thank you.

Jump to post
  • Sat Feb 27, 2021 10:16 pm
  • Replies 3
  • Views 577
Upgrade to Version 3.0.3.7 - Errors reported

Updated to last version and have these errors? Opencart error log: Notice: Undefined property: Proxy::deleteApiSessionBySessonId in /home/customer/www/kenwoodchefrestore.co.uk/public_html/sbapemdv/ocartdata/storage/modification/admin/controller/sale/order.php on line 12 Notice: date_default_timezone...

Jump to post
  • Sat Feb 27, 2021 6:43 pm
  • Replies 3
  • Views 577
Re: Orders: Selecting and Printing Multiple Invoices

That works, great thank you!

How can I stop the 'Orders' webpage rolling over to invoices which happens the same time a new webpage is created for the invoice generation?
I keep having to click back to Orders every time.
Or can this be registered as a glitch for the next update please?

Jump to post
  • Thu Feb 11, 2021 5:40 pm
  • Replies 12
  • Views 2545
Orders: Selecting and Printing Multiple Invoices

OC3 Version 3.0.3.6 Home > Orders: Top line selection box click select - does not allow for printing multiple invoices. The Print Shipping List and Print Invoice is “greyed out’ when All is selected. Individual selected clicks does allow for multiple printing but it is time consuming. Anyway to allo...

Jump to post
  • Tue Feb 02, 2021 9:21 pm
  • Replies 12
  • Views 2545
Change Text Customer sees on Checkout page

OC3 version 3.0.3.6
I wish to change the text what the customer sees on checkout at Step 4: Delivery Method



"Add Comments About Your Order" - I wish to add / change this line of text.



Which system file must I look for to edit this text please?



Many thanks!

Jump to post
  • Tue Feb 02, 2021 8:13 pm
  • Replies 3
  • Views 684
Re: Getting reported error in OpenCart 3

I am still getting this OC3 error after the change. 2021-01-27 5:52:35 - PHP Warning: Division by zero in /home/customer/www/kenwoodchefrestore.co.uk/public_html/shop/catalog/controller/product/manufacturer.php on line 311 311 $data['results'] = sprintf($this->language->get('text_pagination'), ($pro...

Jump to post
  • Wed Jan 27, 2021 11:25 pm
  • Replies 6
  • Views 842
Re: Getting reported error in OpenCart 3

Thank you but I have no idea, I cant apply the logic? If I look at: upload/catalog/controller/product/manufacturer.php if (isset($this->request->get['page'])) { $page = $this->request->get['page']; $page = (int)$this->request->get['page']; } else { $page = 1; How would I apply this to my code please...

Jump to post
  • Tue Jan 26, 2021 5:53 pm
  • Replies 6
  • Views 842
Getting reported error in OpenCart 3

Please can someone help on this OC3 error. Version 3.0.3.6 2021-01-25 13:33:31 - PHP Warning: Division by zero in /home/customer/www/kenwoodchefrestore.co.uk/public_html/shop/catalog/controller/product/manufacturer.php on line 311 311 $data['results'] = sprintf($this->language->get('text_pagination'...

Jump to post
  • Mon Jan 25, 2021 10:50 pm
  • Replies 6
  • Views 842
Re: Payment Extension Install Produces HTTP Error 500

Thank you everyone for your help and advice.

Yes there are upgrades since my Download, so my Download was out of date.
There are newer files for OC 3: files_3.0.0.0-3.0.3.5 and files_3.0.3.5+

I have repurchased the extension vat free now!
With them to install.

Jump to post
  • Thu Jan 21, 2021 7:27 pm
  • Replies 19
  • Views 2233
Re: Payment Extension Install Produces HTTP Error 500

These are the updates since my Download on 20.11.2019 Sadly I never downloaded the updates. Have a look at the recent changes we've made over the last year: Version Modifications Published 3.0.127 Update supported languages. Oct 30, 2020 3:21:56 PM 3.0.126 Improve the error handling for the BIC and ...

Jump to post
  • Wed Jan 20, 2021 11:01 pm
  • Replies 19
  • Views 2233
Re: Payment Extension Install Produces HTTP Error 500

The software I purchased had all versions of OC so I have tried to install for OC version 3. Does YOUR version, the one you have, cover 3.0.3.6 Maybe you need an updated version or some file changes You DON'T have access to your server logs ?? Yes I believe your are right. I have v3.0.93 2 The last...

Jump to post
  • Wed Jan 20, 2021 10:35 pm
  • Replies 19
  • Views 2233
Re: Payment Extension Install Produces HTTP Error 500

The least you can do is to provide details from your server's error log which will have more details about the Internal Error 500. My hosting company say there are no server errors for this issue. If I uninstall and re-install the extension it does not flag up any errors in the Opencart error log e...

Jump to post
  • Wed Jan 20, 2021 9:02 pm
  • Replies 19
  • Views 2233
Re: Payment Extension Install Produces HTTP Error 500

This is a paid extension and if your license has expired, then you indeed need to renew it. Why anybody here should help you for free just because you don't want to renew the license? Sorry, but no. No my license has not expired. Why did you assume this? The software is bought and paid for. Their s...

Jump to post
  • Wed Jan 20, 2021 8:22 pm
  • Replies 19
  • Views 2233
Payment Extension Install Produces HTTP Error 500

First Data Payment extension not installing fully. I upgraded from OC 1.5 to OC 3.0.3.6 and tried to install my payments module. The software I purchased had all versions of OC so I have tried to install for OC version 3. I just receive a 500 error for the main file. Extension List > Modules > First...

Jump to post
  • Wed Jan 20, 2021 7:45 pm
  • Replies 19
  • Views 2233

Search found 59 matches