Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)

    AddToAny is the ORIGINAL sharing platform service. It is superior to the AddThis sharing platform service for a few reasons:
    • No need to create a separate account JUST to track social analytics. AddToAny automatically integrates with Google Analytics, and integrates with other analytics software as well. If you are using AddToAny on a page that uses Google Analytics, the statistics roll in on their own.
    • AddToAny is now and always has been free. There will be no crippling of services to push a commercial product when using AddToAny
    • Completely customizable

    This module is a simple implementation of AddToAny. Using the customization guide you can do a lot more with the AddToAny API.. Eventually I will build out an admin configuration menu and provide more customization options (including vertical sharing buttons) from within the Zen Cart admin.

    Addon Page: https://www.zen-cart.com/downloads.php?do=file&id=2010


    When approved I will update this thread. Github repo is here if ya want this now: https://github.com/DivaVocals/zen_AddToAny
    Last edited by swguy; 6 Jul 2015 at 12:11 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)

    Quote Originally Posted by DivaVocals View Post
    AddToAny is the ORIGINAL sharing platform service. It is superior to the AddThis sharing platform service for a few reasons:
    • No need to create a separate account JUST to track social analytics. AddToAny automatically integrates with Google Analytics, and integrates with other analytics software as well. If you are using AddToAny on a page that uses Google Analytics, the statistics roll in on their own.
    • AddToAny is now and always has been free. There will be no crippling of services to push a commercial product when using AddToAny
    • Completely customizable

    This module is a simple implementation of AddToAny. Using the customization guide you can do a lot more with the AddToAny API.. Eventually I will build out an admin configuration menu and provide more customization options (including vertical sharing buttons) from within the Zen Cart admin.

    Addon Page: https://www.zen-cart.com/downloads.php?do=file&id=2010


    When approved I will update this thread. Github repo is here if ya want this now: https://github.com/DivaVocals/zen_AddToAny
    This is now available for download!!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)

    Quote Originally Posted by DivaVocals View Post
    This is now available for download!!
    Very cool plugin, I used this in my Responsive Sheffield Blue v 2.0 and will be using this in all templates as I update them ;0

    Thanks,

    Anne

  4. #4
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)

    Quote Originally Posted by picaflor-azul View Post
    Very cool plugin, I used this in my Responsive Sheffield Blue v 2.0 and will be using this in all templates as I update them ;0

    Thanks,

    Anne
    Nice!!!I didn't know my little baby had "made the cut".. Color me flattered/honored!!!

    As soon as I get more time I wanna expand it to add a few more things.. (just a few. trying to keep it simple )
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #5
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)

    Quote Originally Posted by DivaVocals View Post
    Nice!!!I didn't know my little baby had "made the cut".. Color me flattered/honored!!!

    As soon as I get more time I wanna expand it to add a few more things.. (just a few. trying to keep it simple )
    Lol This is much better than the other one (you know which one) and I had been looking for an alternative, so the timing was perfect.

    Thanks,

    Anne

  6. #6
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)

    Quote Originally Posted by picaflor-azul View Post
    Lol This is much better than the other one (you know which one) and I had been looking for an alternative, so the timing was perfect.

    Thanks,

    Anne
    Agreed!!! and the built in integration with Google Analytics made it perfect for my client's needs.. Glad ya like it..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #7
    Join Date
    Mar 2012
    Posts
    132
    Plugin Contributions
    0

    Default Re: Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)

    I am currently running zen cart 1.5.0 and installed this plugin as instructed. I have currently only 1 language in use which is not english so I copied language files to that folder. But product page don't show add to any button and Logs shows no errors and also google dev tools shows no errrors related to this I can think of.

    I noticed that on this line:
    Code:
    define('TEXT_PRODUCT_ADD_TO_ANY_ICON', zen_image(DIR_WS_TEMPLATE_IMAGES . 'add-to-any/add-to-any-4.gif', 'Share')); // for an image or comment out to use another
    Is a reference to DIR_WS_TEMPLATE_IMAGES but my configuration file does not contain any reference to it. Should I add DIR_WS_TEMPLATE_IMAGES to also /includes/configure.php file?

  8. #8
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,739
    Plugin Contributions
    0

    Default Re: Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)

    No you should NOT add DIR_WS_TEMPLATE_IMAGES to the /includes/configure.php file

    it is generated in /includes/init_includes/init_templates.php

    Code:
    define('DIR_WS_TEMPLATE_IMAGES', DIR_WS_TEMPLATE . 'images/');
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #9
    Join Date
    Mar 2012
    Posts
    132
    Plugin Contributions
    0

    Default Re: Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)

    Yep, thanks for the info. I noticed that too. So the problem must lie somewhere else. Any ideas why nothing shows up? Perhaps some thing with language files?

 

 

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1071
    Last Post: 4 Feb 2024, 04:28 PM
  2. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 107
    Last Post: 13 Jan 2019, 12:32 PM
  3. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  4. Replies: 68
    Last Post: 29 Jul 2013, 06:33 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR