Page 1 of 2 12 LastLast
Results 1 to 10 of 50

Hybrid View

  1. #1
    Join Date
    May 2010
    Location
    UK
    Posts
    85
    Plugin Contributions
    0

    Default Re: Numinix Pinterest Add On Support Thread

    Quote Originally Posted by swguy View Post
    BTW, this is included in the instructions:

    Patch your database by copying and pasting the contents of install.sql in the Admin Panel at Tools->Install SQL Patches. Note that the final line of install.sql is only required for Zen Cart 1.5.0 and above; if you are using Zen Cart 1.3.9, you should delete it.
    Please can you tell me if it is line 19 that I should delete if using Zencart 1.3.9h? Ive highlighted it in red at the bottom.

    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title= 'Pinterest Pin-It Button'
    LIMIT 1;
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;

    INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, 'Pinterest.com Pin-It Button', 'Set Pinterest.com Pin-It Button Options', '1', '1');
    SET @configuration_group_id=last_insert_id();
    UPDATE configuration_group SET sort_order = @configuration_group_id WHERE configuration_group_id = @configuration_group_id;

    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
    (NULL, 'Version', 'PIN_IT_BUTTON_VERSION', '1.2.1', 'Version Installed:', @configuration_group_id, 0, NOW(), NULL, NULL),
    (NULL, 'Enable Pinterest Button', 'PINTEREST_BUTTON_STATUS', 'false', 'Enable the Pinterest.com Pin It Button?', @configuration_group_id, 0, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (NULL, 'Pinterest Button Count', 'PINTEREST_BUTTON_COUNT', 'none', 'Display the count horizontally, vertically, or disable (none)', @configuration_group_id, 10, NOW(), NULL, 'zen_cfg_select_option(array(\'none\', \'vertical\', \'horizontal\'),'),
    (NULL, 'Pinterest Method', 'PINTEREST_BUTTON_METHOD', 'basic', 'Use the basic method (for single pin-it buttons per page) or the advanced method (for multiple buttons - asynchronous):', @configuration_group_id, 20, NOW(), NULL, 'zen_cfg_select_option(array(\'basic\', \'advanced\'),');

    # Register the configuration page for Admin Access Control


    Thank you.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Numinix Pinterest Add On Support Thread

    that's a comment - you want to delete the line below that line.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    May 2010
    Location
    UK
    Posts
    85
    Plugin Contributions
    0

    Default Re: Numinix Pinterest Add On Support Thread

    Thank you.
    Have it running now but it is showing right at bottom of item page. Heres an example. http://towerhousedolls.co.uk/index.p...roducts_id=661
    Is there any way I can put it up next to the 'Facebook like' button or near to the image?
    Thanks for your help.

  4. #4
    Join Date
    Dec 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Numinix Pinterest Add On Support Thread

    Would it be possible to use a medium image?

    Thanks,
    Joe

  5. #5
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Numinix Pinterest Add On Support Thread

    I too would like a slightly larger image so it does not look so tiny under my FB button but what I really would like this to do is like the pinit button that Pinterest provides...when clicked on to not only include the name and price of the product but to also include the description that is on the page.

    Right now I need to copy paste it after removeing the item you see in the image.

    Is it possible to get the description added too the pinit upload?

    http://fantasiesrealm.com/market/

  6. #6
    Join Date
    Nov 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Numinix Pinterest Add On Support Thread

    Issue: The Pinterest url that takes the user back to the originating website isn't built correctly

    I installed this plug-in with no problem. When I tested it, it pinned products correctly to Pinterest. What it doesn't do though is take me back to the product in my store when I click on the product in the Pinterest board. It takes me back to my store but gives me the message that the product can't be found.

    Further investigation on the url showed that the url built to take the user back to the product in my store isn't built correctly. Whenever there is a "&" in the url, the code concatenates "amp;" after the "&". Can someone point me in the direction of where in the plug-in/ZC code I should look to try to fix this?

    Versions I'm running:
    Zen Cart Version: 1.5.1 (installed 11/15/2013)
    Zen Lightbox 1.6.4.b (installed 12/5/2013)
    Image Handler4 4.3.2 (installed 12/11/2013)
    Pinterest2 (installed 12/29/2013)
    Last edited by yukionna; 20 Feb 2014 at 04:26 PM.

  7. #7
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Numinix Pinterest Add On Support Thread

    I had to uninstall this one in my 1.3.9h store totally and just use the pinterset button I got for the browser, from pinterest.

    I removed it because it totally stopped working and would not even show up on the browser product page at all eventually. I really liked having this button and it did work properly until it vanished.

    any ideas?

  8. #8
    Join Date
    Nov 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Numinix Pinterest Add On Support Thread

    Quote Originally Posted by DarkAngel View Post
    I had to uninstall this one in my 1.3.9h store totally and just use the pinterset button I got for the browser, from pinterest.

    I removed it because it totally stopped working and would not even show up on the browser product page at all eventually. I really liked having this button and it did work properly until it vanished.

    any ideas?
    I'm removing this plug-in as well.

  9. #9
    Join Date
    Mar 2011
    Posts
    19
    Plugin Contributions
    0

    Default Re: Numinix Pinterest Add On Support Thread

    I've got this working on my site just fine. On my site however, I have a smaller image on the product page and a larger image that appears when the smaller image is clicked. The image found when using the pin button is always the small image, whereas I would prefer the larger image to be used.

    Is there a way to tell this to use the larger image instead?

  10. #10
    Join Date
    Nov 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Numinix Pinterest Add On Support Thread

    Quote Originally Posted by DarkAngel View Post
    I too would like a slightly larger image so it does not look so tiny under my FB button but what I really would like this to do is like the pinit button that Pinterest provides...when clicked on to not only include the name and price of the product but to also include the description that is on the page.

    Right now I need to copy paste it after removeing the item you see in the image.

    Is it possible to get the description added too the pinit upload?

    http://fantasiesrealm.com/market/
    You do have some control on what text is placed in the "description" field box of the pin. Simply setup the "meta tags" for your products. This is done by editing the meta tag action for the product via admin->categories/products.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 AJAX Add to Cart [Support Thread]
    By balihr in forum All Other Contributions/Addons
    Replies: 133
    Last Post: 20 Oct 2020, 02:16 AM
  2. v150 Contact Us - Add Subject support thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 9 Jan 2019, 06:04 AM
  3. Add Shipping Telephone Support Thread
    By JTheed in forum Addon Admin Tools
    Replies: 31
    Last Post: 4 Sep 2018, 11:14 AM
  4. v139h Pinterest Pinit Button (Numinix)
    By enchanted1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Sep 2012, 02:42 PM
  5. v150 Numinix Pinterest mod
    By pityocamptes in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Apr 2012, 08:03 PM

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