erro on vendor frontend page

  • Posts: 116
  • Thank you received: 1
9 years 6 months ago #177051

-- url of the page with the problem -- : walliser-weine.ch/shop
-- HikaShop version -- : 2.3.4
-- HikaMarket version -- : 1.4.4
-- Joomla version -- : 3.3.4
-- PHP version -- : 5.4
-- Browser(s) name and version -- : all
-- Error-message(debug-mod must be tuned on) -- : error: 1054

Hi,

When i try to change the value of the available product size, i get the attached error msg.

Thanks for your feedback.

Reards

markus

Attachments:

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

  • Posts: 26019
  • Thank you received: 4005
  • MODERATOR
9 years 6 months ago #177059

Hi,

The problem you got is related to the tags and it is something I have already prepare for the next release.
In the file "administrator/com_hikamarket/classes/product.php" please replace

if(hikamarket::acl('product_edit_tags')) {
	$tagsHelper = hikamarket::get('shop.helper.tags');
	if(!empty($tagsHelper) && $tagsHelper->isCompatible())
		$product->tags = $formData['tags'];
	else
		unset($product->tags);
}
By
unset($product->tags);
if(hikamarket::acl('product_edit_tags')) {
	$tagsHelper = hikamarket::get('shop.helper.tags');
	if(!empty($tagsHelper) && $tagsHelper->isCompatible())
		$product->tags = empty($formData['tags']) ? array() : $formData['tags'];
}
It should fix the issue.

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.
The following user(s) said Thank You: MWALTHER

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

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