How to reset a customer's downloads for an item?

  • Posts: 2
  • Thank you received: 0
8 years 5 months ago #244008

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1

I have a customer who purchased a digital download that was limited to two downloads per purchase. She claims that it never allowed her to download it and when I check her order in the back end it says max downloads has been reached and then a trash can icon on her statement.

How do I reset her downloads so she can attempt to download it again?

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
8 years 4 months ago #244014

Hi,

If it says that two downloads were made, it means that the person must have clicked twice on the download link. The person must have done it without realising what she was doing.

There is nothing in the interface to reset the download count for an order. You'll have to run the MySQL query below through your PHPMyAdmin:
DELETE FROM #__hikashop_download WHERE order_id = XXX;
where #__ is to be replaced with your table prefix (that you can find in the Joomla configuration) and XXX to be replaced with the ID of the order.

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

Time to create page: 0.055 seconds
Powered by Kunena Forum