- Posts: 20
- Thank you received: 1
Wishlist is showing up in free addition
- mahatmaheil
-
Topic Author
- Offline
Less
More
12 years 10 months ago #133435
by mahatmaheil
Wishlist is showing up in free addition was created by mahatmaheil
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
-- 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.
12 years 10 months ago #133446
by Xavier
Replied by Xavier on topic Wishlist is showing up in free addition
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.
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.
- mahatmaheil
-
Topic Author
- Offline
Less
More
- Posts: 20
- Thank you received: 1
12 years 10 months ago #133604
by mahatmaheil
Replied by mahatmaheil on topic Wishlist is showing up in free addition
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.
12 years 10 months ago #133659
by Xavier
Replied by Xavier on topic Wishlist is showing up in free addition
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).
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).
Code:
<?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.201 seconds