Jump to content

[SOLVED] Pinterest PinIt not finding product image


banditbirds

Recommended Posts

Hi guys!

 

I've installed a Pinterest module, but it's not finding the product image when I click the Pin It button. This is the code in the .tpl. I'm assuming I need to change how it grabs the image. Could anyone help us out?

{if isset($pin_it_button_on) && $pin_it_button_on}
<a href="http://pinterest.com/pin/create/button/?url={$product_data['url']}&media={$product_data['img']}&description={$product_data['desc']}" class="pin-it-button" count-layout="{$pin_it_button_type}">
<img border="0" src="//assets.pinterest.com/images/PinExt.png" title="{l s='Pin It' mod='pinterestfree'}" />
</a>

Thanks!!!!

 

Simon

 

Edited by banditbirds (see edit history)
Link to comment
Share on other sites

your module uses "large" imagetype, it doesnt exist in your shop, instead of "large" use "large_default"

 

or just create "large" imagetype under preferences >images tab in your back office (create it for products only, with size like 200x200) after that regenerate thumbnails

  • Like 1
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...