Skip to main content

Vendor 0$ unpaid

More
11 years 5 months ago #199130 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! :) :)

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #199136 by Jerome
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
Code:
$shopConfig = hikamarket::config(false); $invoice_statuses = explode(',', $shopConfig->get('invoice_order_statuses','confirmed,shipped'));
By
Code:
$config = hikamarket::config(); $shopConfig = hikamarket::config(false); $invoice_statuses = explode(',', $config->get('valid_order_statuses', 'confirmed,shipped'));
It should fix your issue.

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.

More
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! :cheer: :cheer: :cheer:

Please Log in or Create an account to join the conversation.

Moderators: Obsidev
Time to create page: 0.207 seconds
Powered by Kunena Forum