social icons on category product display

  • Posts: 12
  • Thank you received: 0
11 years 6 months ago #98406

Hi,

I am setting up a hikashop website and I was wondering wether it is possible to get the social icons on the category product display.

Regards,
Danydan

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #98468

Hi,

You can try to add the code:

	$pluginsClass = hikashop_get('class.plugins');
	$plugin = $pluginsClass->getByName('content', 'hikashopsocial');
	if(!empty($plugin) && (@$plugin->published || @ $plugin->enabled)) {
		echo '{hikashop_social}';
	}
in the desired view to display the social plugin.

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

  • Posts: 12
  • Thank you received: 0
11 years 6 months ago #98565

thanks for the fast reply, I'll try it ASAP.

**************EDIT************

Seems to work perfect!

Thanks

Last edit: 11 years 6 months ago by Danydan.

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

Time to create page: 0.073 seconds
Powered by Kunena Forum