Vendor 0$ unpaid

  • Posts: 125
  • Thank you received: 1
9 years 2 weeks ago #199130

-- 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! :) :)

Attachments:

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
9 years 2 weeks ago #199136

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

$shopConfig = hikamarket::config(false);
$invoice_statuses = explode(',', $shopConfig->get('invoice_order_statuses','confirmed,shipped'));
By
$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.

  • Posts: 125
  • Thank you received: 1
9 years 2 weeks ago #199197

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.057 seconds
Powered by Kunena Forum