Results 1 to 10 of 98

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Location
    Seatte, WA
    Posts
    47
    Plugin Contributions
    0

    Default Re: creinold Pinterest Button Addon

    I have spent the whole day trying to get this mod to work and I'm sure it's something simple.

    The Pinterest window pops up, but there is no image or description and the "Pin it" button is greyed out.

    I used WinMerge on the tpl_product_info_display.php files and the only difference between the mod and mine was the little bit of 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 . $products_image_medium; ?>&description=<?php echo stripslashes($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.) -->

    I replaced my jscript_main.php and meta_tags.php with the ones provided.
    I am using the Ashley Pink template from Picaflor Azul.
    Any advice will be appreciated.


    URL: www.twiddletails.com/store

  2. #2
    Join Date
    Oct 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: creinold Pinterest Button Addon

    Quote Originally Posted by twiddletails View Post
    I have spent the whole day trying to get this mod to work and I'm sure it's something simple.

    The Pinterest window pops up, but there is no image or description and the "Pin it" button is greyed out.

    I used WinMerge on the tpl_product_info_display.php files and the only difference between the mod and mine was the little bit of 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 . $products_image_medium; ?>&description=<?php echo stripslashes($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.) -->

    I replaced my jscript_main.php and meta_tags.php with the ones provided.
    I am using the Ashley Pink template from Picaflor Azul.
    Any advice will be appreciated.


    URL: www.twiddletails.com/store

    I am having this same problem. Not sure what I am missing. I believe I have installed everything correctly but no luck. I get a blank pinterest page pop up wit no image and no description or pricing info listed. Any help would be great for us. Really wanna get this going along. Thanks!

  3. #3

    Default Re: creinold Pinterest Button Addon

    Quote Originally Posted by only1platinum View Post
    I am having this same problem. Not sure what I am missing. I believe I have installed everything correctly but no luck. I get a blank pinterest page pop up wit no image and no description or pricing info listed. Any help would be great for us. Really wanna get this going along. Thanks!
    I ended up uninstalling this one (couldn't get it to work right) and I installed this one by Numinix. Here is the direct link: https://www.numinix.com/zen-cart-mod...-pin-it-button

    I haven't had any problems from the Numinix one. Hope this helps :)

  4. #4
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: creinold Pinterest Button Addon

    Hello i install creinold Pinterest works fine but not on some characters like á ã. exemple in Portugal we use câmara (its camera) and if the product have one of this characters i cant do the pint it.
    I think they are utf-8 characters. is possible to place a line of php code to help convert these characters?
    can someone help
    Tanks
    Last edited by dinix; 27 Oct 2012 at 11:47 PM.

  5. #5
    Join Date
    Sep 2012
    Posts
    18
    Plugin Contributions
    0

    Default Re: creinold Pinterest Button Addon

    First off, let me say thank you for this plug-in, it is a tremendous help to zen cart website owners.

    I'm having the following problem, however. When users are pinning something from my site, the link being generated by Pinterest is always going to

    /index.php?main_page=product_info and not to the individual page they are pinning from. Same thing happens when I personally try and pin something from my site using your addon. Any idea why this is happening?

    Thanks again for the addon

  6. #6
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: creinold Pinterest Button Addon

    Every is working but the number of times pinned? I am adding the follwing to:
    \includes\templates\My_Tempelate\templates\tpl_product_info_display.php


    <!--Bof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    <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 $products_name; ?> <?php
    // base price
    if ($show_onetime_charges_description == 'true') {
    $one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';
    } else {
    $one_time = '';
    }
    echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);
    ?>" class="pin-it-button" count-layout="horizontal">Pin It</a>
    <!--eof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->


    Can't figure this one out!
    Using Zen Cart 1.5.1

 

 

Similar Threads

  1. v139f Need help with my social icons pinterest button
    By ffdotnet in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jan 2013, 03:14 PM
  2. v150 Ultimate-SEO addon conflicting with CSS-Button addon
    By Rony in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 16 Jan 2013, 08:06 PM
  3. v139h Pinterest Pinit Button (Numinix)
    By enchanted1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Sep 2012, 02:42 PM
  4. Move my Pinterest "pin it" button
    By Terrill_Taylor in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Feb 2012, 04:06 PM
  5. adding a class to button element - CSS button addon
    By australican in forum Addon Templates
    Replies: 3
    Last Post: 26 May 2010, 08:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg