Wishlist is showing up in free addition

  • Posts: 20
  • Thank you received: 1
10 years 5 months ago #133435

www.bestnutrition.ca www.bestnutrition.ca/index.php?option=co..._pathway=&Itemid=130
-- HikaShop version -- : x.x.x
Joomla 3.2
Wishlist button is showing up in the free edition and there is no way to turn off this feature.

-- Error-message(debug-mod must be tuned on) -- : Error_message

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

  • Posts: 13201
  • Thank you received: 2322
10 years 5 months ago #133446

Hi,

You don't seem to have the latest version of HikaShop. Many fixes have been made on this.
Thanks to download the latest package from our website and install it over your current version.
That should solve your problem.

If it don't solve it, thanks to add the config_namekey "enable_wishlist" and the config_value "0" in the table "#__hikashop_config" via your phpMyAdmin interface.

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

  • Posts: 20
  • Thank you received: 1
10 years 5 months ago #133604

Joomla says the extension is up to date. Still not working and I don't know how to use PHPMYadmin.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 5 months ago #133659

Hi,

The latest version is still 2.2.2 but there was some fixes in this version, so there is different versions of the 2.2.2.
So thanks to download the latest package from our website and install it over your current HikaShop version.

Else you can use this MySQL request in a view for example, and then go on a page where there is this view and then remove this code from the view. (to edit a view you have to go through the menu Display > Views).

<?php
	$db = JFactory::getDBO();
	$db->setQuery('REPLACE INTO '.hikashop_table('config').' ( config_namekey, config_value) VALUES( "enable_wishlist", "0" )');
	$db->query();
?>

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

Time to create page: 0.068 seconds
Powered by Kunena Forum