Mass Action Export - Price_Value and Price_Value_With_Tax

  • Posts: 44
  • Thank you received: 1
7 years 3 months ago #258416

-- url of the page with the problem -- : scarvesaustralia.com.au
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.5

Using Mass Action I generate a csv file. I only try to export the Price_Value but the Price_Value_With_Tax is always automatically selected as well, see screenshot:



How can I disable the Price_Value_With_Tax field?

Thank you

Attachments:

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

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
7 years 2 months ago #258452

Hi,

Thanks, that's a bug.

Change the code:

if(isset($value->data[$relatedTable]) && isset($value->data[$relatedTable]['price_value_with_tax'])){
to:
$checked='';
							if(isset($value->data[$relatedTable]) && !empty($value->data[$relatedTable]['price_value_with_tax'])){
in the file plugins/system/hikashopmassaction/hikashopmassaction.php and that will fix the problem.

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

Time to create page: 0.062 seconds
Powered by Kunena Forum