-- url of the page with the problem -- : local
-- HikaShop version -- : 2.5.0 Starter
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5.3
-- Error-message(debug-mod must be tuned on) -- : see below
Hi,
I'm on a new project with the Starter edition, downloaded yesterday.
Emerald and its integration are involved as it's about subscriptions, but nothing customized, even on Protostar, still. The only "oddity" is maybe that initially I had Business installed, but before doing anything I installed Starter over it.
Error reporting set to "maximum" during development.
Everything fine until purchase is done = checkout is finished (shipping = manual, payment = bank transfer).
Then it's throwing this message above the "thank you":
Notice: Undefined property: stdClass::$order_number in (local_path)/administrator/components/com_hikashop/classes/order.php on line 1342
and this message above the body of only the order confirmation email:
Notice: Undefined property: stdClass::$order_number in (local_path)/media/com_hikashop/mail/order_status_notification.preload.php on line 44
FYI, the order number, e.g. "B1", is in its field in the database and shows up properly in emails and else. No error in the order creation emails or else. The subscription has been activated, etc.
Is it it just a notice which can be ignored, or is there reason to worry?
If you want, I can get you more details on configuration, of course.
Thanks for a brief note.