- Posts: 13
- Thank you received: 1
Hikaserials doenst show the serials in customers control panel in serial list
- admin@sepim.gr
-
Topic Author
- Offline
Less
More
9 years 3 months ago - 9 years 3 months ago #270334
by admin@sepim.gr
Hikaserials doenst show the serials in customers control panel in serial list was created by admin@sepim.gr
-- HikaShop version -- : 3.0.1
-- HikaSerial version -- : 1.10.4
-- Joomla version -- : 3.6.5
-- PHP version -- : 5.5.9-1ubuntu4.21
Hikaserials doenst show the serials in customers control panel in serial list.When you go at the order tab in control panel then you can see your order and if you click on order number you can see the order and the serial at the bottom of the page.If you go in the serals tab of control panel no order or serial is dispalyed.
-- HikaSerial version -- : 1.10.4
-- Joomla version -- : 3.6.5
-- PHP version -- : 5.5.9-1ubuntu4.21
Hikaserials doenst show the serials in customers control panel in serial list.When you go at the order tab in control panel then you can see your order and if you click on order number you can see the order and the serial at the bottom of the page.If you go in the serals tab of control panel no order or serial is dispalyed.
Last edit: 9 years 3 months ago by Jerome.
Please Log in or Create an account to join the conversation.
9 years 3 months ago #270341
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Hikaserials doenst show the serials in customers control panel in serial list
Hello,
In the file "components/com_hikaserial/views/serials/view.html.php" please replace
By
And it should fix your issue.
If the problem persist ; we will need more details about your configuration and how we can reproduce your issue in our side.
Regards,
In the file "components/com_hikaserial/views/serials/view.html.php" please replace
Code:
$order_statuses = explode(',', $config->get('assignable_order_statuses', 'confirmed,shipped'));
if(empty($statuses) || (count($statuses) == 1 && empty($statuses[0]))) {
Code:
$order_statuses = explode(',', $config->get('assignable_order_statuses', 'confirmed,shipped'));
if(empty($order_statuses) || (count($order_statuses) == 1 && empty($order_statuses[0]))) {
If the problem persist ; we will need more details about your configuration and how we can reproduce your issue in our side.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
- admin@sepim.gr
-
Topic Author
- Offline
Less
More
- Posts: 13
- Thank you received: 1
9 years 3 months ago #270467
by admin@sepim.gr
Replied by admin@sepim.gr on topic Hikaserials doenst show the serials in customers control panel in serial list
Thanks Jerome this sollution has fixed the problem.Now all is displaying right.Thank you again.
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.290 seconds