Jump to content

Recommended Posts

bonjour

voilà quand je veux partager un produit sur pinterest via le module socialsharing la pop-up s'ouvre mais après avoir cliquer sur le bouton pit in j'ai le message suivant

Oups...

Nous rencontrons des difficultés pour communiquer avec 1.1.1.2. Veuillez réessayer ultérieurement !

avez vous rencontré ce problème avec vous réussi a le corriger

PS : J'ai essayé avec firefox chrome ie rien a faire

merci d'avance pour votre aide

Link to comment
Share on other sites

  • 1 month later...

J'ai trouver la solution :

 

Remplacer cela  :

{if $PS_SC_PINTEREST}
<button type="button" class="btn-pinterest" onClick="socialsharing_pinterest_click();">
<span>Pinterest</span>
<!-- <img src="{$link->getMediaLink("`$module_dir`img/pinterest.gif")}" alt="Pinterest" /> -->
</button>
{/if}

 

Par Ca
 

{if $PS_SC_PINTEREST}
{assign var="product_image_id" value=$product->getCover($product->id)}
<button type="button" class="btn btn-default btn-pinterest" onclick="socialsharing_pinterest_click('{$link->getImageLink($product->link_rewrite, $product_image_id['id_image'], 'thickbox_default')}');">
<i class="icon-pinterest"></i> {l s="Pinterest" mod='socialsharing'}
<!-- <img src="{$link->getMediaLink("`$module_dir`img/pinterest.gif")}" alt="Pinterest" /> -->
</button>
{/if}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...