- Posts: 125
- Thank you received: 1
Vendor 0$ unpaid
- Konstantin1996
-
Topic Author
- Offline
Less
More
11 years 5 months ago #199130
by Konstantin1996
Vendor 0$ unpaid was created by Konstantin1996
-- HikaMarket version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.0
I have a issue with the vendors section. The table shows me that i have 0$(AED) unpaid to the vendor even though there is money that needs to be paid to the vendor. The valid status is set to confirmed. Even after confirmation it shows 0$ unpaid.
But i can still press "Pay" button. Please help, very important for my shop!
Ive attached screenshots for more info
Thank you guys as always!
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.0
I have a issue with the vendors section. The table shows me that i have 0$(AED) unpaid to the vendor even though there is money that needs to be paid to the vendor. The valid status is set to confirmed. Even after confirmation it shows 0$ unpaid.
But i can still press "Pay" button. Please help, very important for my shop!
Ive attached screenshots for more info
Thank you guys as always!
Please Log in or Create an account to join the conversation.
11 years 5 months ago #199136
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 Vendor 0$ unpaid
Hi,
Please be careful when you give us details about your versions because HIkaMarket 2.4.0 does not exist.
In the file "administrator/components/com_hikamarket/views/vendor/view.html.php" please replace
By
It should fix your issue.
Regards,
Please be careful when you give us details about your versions because HIkaMarket 2.4.0 does not exist.
In the file "administrator/components/com_hikamarket/views/vendor/view.html.php" please replace
Code:
$shopConfig = hikamarket::config(false);
$invoice_statuses = explode(',', $shopConfig->get('invoice_order_statuses','confirmed,shipped'));
Code:
$config = hikamarket::config();
$shopConfig = hikamarket::config(false);
$invoice_statuses = explode(',', $config->get('valid_order_statuses', 'confirmed,shipped'));
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.
- Konstantin1996
-
Topic Author
- Offline
Less
More
- Posts: 125
- Thank you received: 1
11 years 5 months ago #199197
by Konstantin1996
Replied by Konstantin1996 on topic Vendor 0$ unpaid
Oh sorry mistook the HikaMarket version with the HikaShop version!
Thank you! Best support team!
Thank you! Best support team!
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.207 seconds