Facebook ,Google + , Twitter dans fiche produit

  • Posts: 2605
  • Thank you received: 65
  • Hikashop Business
12 years 2 months ago #39798

Bonjour

est ce qu'il y aune maniere simple d'introduire les Facebook ,Google + , Twitter correspondants dans fiche produit ?

merci

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

  • Posts: 23
  • Thank you received: 0
12 years 2 months ago #39828

Oui, en activant la plugin "Hikashop Social Networks".

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

  • Posts: 2605
  • Thank you received: 65
  • Hikashop Business
12 years 2 months ago #39829

merci mais dans ce plugin on ne peut pas mettre de liens vers le facebook google + ou twitter du proprio du site (a part un facebook ID)
comment fait on ?

Last edit: 12 years 2 months ago by erickb.

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

  • Posts: 81564
  • Thank you received: 13072
  • MODERATOR
12 years 2 months ago #39996

Le plugin social networks permet d'afficher des buttons "j'aime" pour les différents réseaux sociaux.
Il ne permet pas de rajouter de lien vers ces réseaux.
Pour cela, une option est d'utiliser le champs URL de vos produits pour spécifier une URL pour chacun. Pour quelque chose de global à vos produits, le plus simple est d'éditer le fichier show_default de la vue product pour rajouter vos liens directement.

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

  • Posts: 2605
  • Thank you received: 65
  • Hikashop Business
12 years 2 months ago #40005

merci

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

  • Posts: 37
  • Thank you received: 1
11 years 3 months ago #83896

Hi,

Happy new year 2013 to all!

I'd like to get the social buttons displayed at the bottom of the product page, and not at the top of it.

How can I do that easily??
(at the moment, the only 2 display layout options are: 'Left' or 'Right').

Thanks in adavnce!
Best
D

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

  • Posts: 2334
  • Thank you received: 403
11 years 3 months ago #84335

Hi there,

It's quite easy to do so but you have to take a look at the code :)
Find the file you are using to display your product (it may be show_default, show_tabular or show_reversed) in the folder components/com_hikashop/views/product/tmpl
use the search function to find these lines:

if(!empty($plugin) && (@$plugin->published || @ $plugin->enabled)) {
	echo '{hikashop_social}';
}

just move this code to another place in this file.
I guess putting at the end of the file will be ok in your case.
If it's outside of a php tag, don't forget to add <?php and ?> at the begining and the end of the given lines ;)

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

Time to create page: 0.095 seconds
Powered by Kunena Forum