Delete Declined Products

  • Posts: 306
  • Thank you received: 42
  • Hikamarket Multivendor Hikashop Business
5 years 11 months ago #291904

-- HikaShop version -- : 3.4.0
-- HikaMarket version -- : 2.1.1
-- Joomla version -- : 3.8.7
-- PHP version -- : 7.1.14

Hi

I am looking for a way to easily delete products that have been marked as 'Declined'. I thought about using Mass Actions but can't find how the product is marked as declined, any ideas?

Thanks
Trevor

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
5 years 11 months ago #291922

Hello,

The decline feature do not do anything special to the product ; it is just there to allow you to send an email to explain why the product cannot be approved. But you might want to allow the vendor to edit its product to change what is incorrect. That's why the decline do not delete the product.
But in the "products to approve" interface , it is possible to re-enable the "delete" button instead of the "decline" one.
We need feedback to be aware of what would be interesting for these elements in HikaMarket so don't hesitate to share usage and workflows !

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: 306
  • Thank you received: 42
  • Hikamarket Multivendor Hikashop Business
5 years 11 months ago #291953

Thanks Jerome

I have passed your reply on to the store administrator.

regards
Trevor

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

  • Posts: 306
  • Thank you received: 42
  • Hikamarket Multivendor Hikashop Business
5 years 11 months ago #291984

Could you remind me how to disable the 'decline' button and re-enable the 'delete' button please?

Thanks
Trevor

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
5 years 10 months ago #291985

Hello,

In file "administrator/components/com_hikamarket/views/productmarket/view.html/php" replace

	'delete' => array(
		'name' => 'deleteList',
		'display' => $manage && !hikamarket::level(1)
	),
By
	'delete' => array(
		'name' => 'deleteList',
		'display' => $manage
	),
So you will have the "decline" and "delete" buttons in HikaMarket multi-vendor.

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: 306
  • Thank you received: 42
  • Hikamarket Multivendor Hikashop Business
5 years 10 months ago #291998

Thanks Jerome, a good fix.

regards
Trevor

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

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