Pinterest release some new codes that break this mod. I have an update but newer codes also broken. The count bubble is broken. I have a trouble ticket out with Pinterest developers.
Pinterest release some new codes that break this mod. I have an update but newer codes also broken. The count bubble is broken. I have a trouble ticket out with Pinterest developers.
http://www.sidewalkstyles.com Comfort Footwear, Accessories and More.
creinold SBA with Dynamic Drop Downs latest Alpha release: http://www.sidewalkstyles.com/creino...art_V1.5.0.zip
Read through this entire thread. First off, thank you very much for your patience and efforts on this plugin.
Secondly, did you ever figure out why the images don't load?
Thanks
It doesn't pull my images or load my description either
Im running v1.5.0
Not working on our systems...
Pinit mod... maybe time to binit... and start again.![]()
I have tried and tried but have been unable to get this mod working properly. But thankfully, Numinex has come thru and there mod works great. Can be downloaded here:
https://www.numinix.com/zen-cart-mod...d2920d83b40eb8
www.grapediscounts.com
Zen Version 1.3.9f, Mods: Click-Show-Hide Menu, IH3, Editable SB, Recently Viewed SB, Froogle, EZ-Pop
I figured this out... was pulling the image from the wrong directory... added /images/ to it...
Code:<!--Bof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) --><div id="pinterest"><a href="http://pinterest.com/pin/create/button/?url=<?php echo zen_href_link(FILENAME_PRODUCT_INFO); ?>&media=<?php echo HTTP_SERVER . DIR_WS_CATALOG . '/images/' . $products_image; ?>&description=<?php echo stripslashes(strip_tags($products_description)); ?>" class="pin-it-button" count-layout="horizontal">Pin It</a></div> <!--eof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
further improved in case a product had an overly long description:
Code:<div id="pinterest"><a href="http://pinterest.com/pin/create/button/?url=<?php echo zen_href_link(FILENAME_PRODUCT_INFO); ?>&media=<?php echo HTTP_SERVER . DIR_WS_CATALOG . '/images/' . $products_image; ?>&description=<?php echo stripslashes(strip_tags(substr($products_description,0,500))); ?>" class="pin-it-button" count-layout="vertical">Pin It</a></div>
its too complicated, and will change some former setting also slow down the speed open site. just insert this code in the tpl_product_info_display.php
<!--Bof creinold Pinterest .) -->
<div id="pinterest"><a href="http://pinterest.com/pin/create/button/?url=<?php echo zen_href_link(FILENAME_PRODUCT_INFO); ?>&media=<?php echo HTTP_SERVER . DIR_WS_CATALOG . $products_image_medium; ?>&description=<?php echo stripslashes($products_description); ?>" class="pin-it-button" count-layout="horizontal">Pin It</a></div>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<!--eof creinold Pinterest .) -->
then it will run good. just like this: http://www.mart07.com/europe-style-l...t-p-13244.html
Got this mod installed and working ... but it's adding two "Pin It" buttons to some products. I thought it might have something to do with HTML in the item description. But all our products have that and it only adds the additional button on certain items.
We are using 1.3.9h.
Any help would be appreciated.
Single "Pin It" Button:
http://curlygirlstore.com/index.php?...roducts_id=298
Two "Pin It" Buttons:
http://curlygirlstore.com/index.php?...roducts_id=299
I fixed this! I went in and acted like I was going to edit the item, didn't make any changes and the previewed/saved it ... and the additional "Pin It" button disappeared. Strange.
Bookmarks