Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

after update no [%orderNumber%]
(1 viewing) (1) Guest
Support forum for customers who have purchased this product. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: after update no [%orderNumber%]

after update no [%orderNumber%] 11 years, 6 months ago #33599

after the latest update [%orderNumber%] isn't working
The topic has been locked.

Re: after update no [%orderNumber%] 11 years, 6 months ago #33658

yes agreed - i now have two empty brackets in my order emails with no order number in them !
The topic has been locked.

Re: after update no [%orderNumber%] 11 years, 6 months ago #33667

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

you can make fast fix on administrator/components/com_vminvoice/helpers/invoicehelper.php - around line 208
There is:
list ($orderNumber, $orderPass) = InvoiceGetter::getOrderNumberAndPass($orderId);

Change it to:
$orderInfoList = InvoiceGetter::getOrderNumberAndPass($orderId);
$orderNumber = $orderInfoList['order_number'];
$orderPass = $orderInfoList['order_pass'];

Tested and works fine.
ARTIO Support Team
The topic has been locked.

Re: after update no [%orderNumber%] 11 years, 6 months ago #33669

Tested, worked. Thanks
The topic has been locked.

Re: after update no [%orderNumber%] 11 years, 6 months ago #33684

yep sorted thanks
The topic has been locked.
  • Page:
  • 1
User Login Empty