Display time wishlist

  • Posts: 128
  • Thank you received: 0
9 years 8 months ago #167151

-- url of the page with the problem -- : www.mateplas.com.br
-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.3.2

Where can I configure the display time of my wishlist?
Because my Wishlist get very little time and are deleted automatically!

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

  • Posts: 12953
  • Thank you received: 1778
9 years 8 months ago #167154

Hello,
Note that wishlist aren't supposed to be automatically deleted, so did you convert your wishlist into a cart ?

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

  • Posts: 128
  • Thank you received: 0
9 years 8 months ago #167426

It has nothing to do with turning it into cart!
The following is happening:
I register the wishlist and about 15 days the list is deleted automatically!

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
9 years 8 months ago #167475

Hi,

Please edit the file "administrator/components/com_hikashop/helpers/helper.php" and replace the line

		$query = 'SELECT cart_id FROM '.hikashop_table('cart').' WHERE cart_modified < '.(time()-$period);
		$database = JFactory::getDBO();
By
		$database = JFactory::getDBO();
		$query = 'SELECT cart_id FROM '.hikashop_table('cart').' WHERE cart_type = '.$database->Quote('cart').' AND cart_modified < '.(time()-$period);
It will fix your issue
(this patch will be include in the next HikaShop release).

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.
Last edit: 9 years 8 months ago by Jerome.

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

  • Posts: 128
  • Thank you received: 0
9 years 8 months ago #167562

Okay!
I will test!
Thank you very much!

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

Time to create page: 0.078 seconds
Powered by Kunena Forum