Parsing SIGE gallery plug-in code in vendor

  • Posts: 7
  • Thank you received: 0
8 years 8 months ago #210582

-- HikaMarket version -- : 1.6.5
-- Joomla version -- : 3.4.1

Hi
I'm using SIGE image gallery plug-in and its button plug-in to insert an image gallery in the vendor Description WYSIWYG field, but the plug-in code is not parsed so it does not work.
Please can you help me with this? is there in HikaMarket any configuration to let the plug-in code parsed?

Thanks a lot for any help
Fabrizio

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

  • Posts: 26007
  • Thank you received: 4004
  • MODERATOR
8 years 8 months ago #210624

Hi,

In the HikaMarket view "vendormarket / showcontainer_default", you have to replace

	<div id="hikamarket_vendor_description" class="hikamarket_vendor_description"><?php
		echo $this->vendor->vendor_description;
	?></div>
By
	<div id="hikamarket_vendor_description" class="hikamarket_vendor_description"><?php
		echo JHTML::_('content.prepare', $this->vendor->vendor_description);
	?></div>
In order to allow the content plugins to parse their data.
I think I'll add an option in HikaMarket in order to switch the mode of the display for the vendor description.

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

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

  • Posts: 7
  • Thank you received: 0
8 years 8 months ago #210626

Thanks a Lot Jerome, it works :-)
Fabrizio

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

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