Sigplus and Custom Fields

  • Posts: 447
  • Thank you received: 20
10 years 3 months ago #202340

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4.40
-- Browser(s) name and version -- : Firefox 38.01

Hi I have a site that I would like to use Sigplus on for a gallery. If I added the code to the standard description page the gallery appears without issue. However I then created a custom field that I would like to put to the right of the mani product image. The gallery does not then load.

I have tried a text custom field in product table and a WYSIWYG without success.

Thanks

Dave

Last edit: 10 years 3 months ago by davec.

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

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
10 years 3 months ago #202360

Hi,

You want to edit the file show_block_custom_main via the menu Display>Views and change the line:

<?php echo $this->fieldsClass->show($oneExtraField,$value); ?>
to:
<?php echo JHTML::_('content.prepare',$this->fieldsClass->show($oneExtraField,$value)); ?>
That way, sigplus should be able to do its magic in custom product fields displayed on the product page.

The following user(s) said Thank You: davec

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

  • Posts: 447
  • Thank you received: 20
10 years 3 months ago #202401

Thanks for the solution, worked like a treat.

Dave B)

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

Time to create page: 0.040 seconds
Powered by Kunena Forum