Delete button for partner fee in order listing

  • Posts: 132
  • Thank you received: 2
8 years 5 months ago #219683

-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.3.10

Hi!

I've run into a issue that I can't seem to solve, in the overview of orders, you can see the partner fee (and Paid/not paid), but next to it, there is a "Delete/Remove" button / link, however when clicking on it, nothing happens, one would expect a image / button called "Delete" and looks like a delete button, would remove the partner fee / affiliation from the order?



I've tested on my own servers but also on the demo.hikashop.com site and here the same thing occurs.

Attachments:

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

  • Posts: 81511
  • Thank you received: 13065
  • MODERATOR
8 years 5 months ago #219687

Hi,

It's not a delete button. It's just an icon to say that the partner fee is not paid yet.
If you want to change that, change the line:
$ret .= JText::_('NOT_PAID').'<img src="'.HIKASHOP_IMAGES.'delete2.png" />';
to:
$ret .= JText::_('NOT_PAID');
in the file plugins/system/hikashopaffiliate/hikashopaffiliate.php

The following user(s) said Thank You: earmaster

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

  • Posts: 132
  • Thank you received: 2
8 years 5 months ago #219957

Oh, well, what do you know.

Thanks for the info!

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

Time to create page: 0.068 seconds
Powered by Kunena Forum