Page 3 of 70 FirstFirst 123451353 ... LastLast
Results 21 to 30 of 695
  1. #21
    Join Date
    Jul 2008
    Posts
    116
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    I was also curious about what triggers the mod to make a post on FB?

    If you add products via Easy Populate will it trigger the mod?

  2. #22
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by VisExp View Post
    I have installed it and it seems to be working fine with one exception. I uploaded a test product to my website and the mod generated a post on my facebook page. The only problem is the post was generated on my personal facebook page and not on my business fan page.
    This could be due to any number of things missed in the installation.
    I would remove the Application from your fan page (you can do this from your applications page) go back and repeat the tutorial starting at step 8. (http://htmyell.com/autofacebook-for-zen-cart/)
    also
    1. make sure the $user_id in steps 11 and 18 are set to the id of your facebook fan page.
    2. make sure you add your application to your fan page (step 13)
    and
    3. that you install the application to your fan page. (steps 14-16).

    @VisExp the mod uses the facebook api and jquery to make the calls, you could (in theory) copy the code and (if needed) adjust the paths to the php folder and use it with Easy Populate if you know what vars they're using etc, however I don't know anything about Easy Populate, and if you arent sure what you're doing I wouldnt advise it.

    @deathman2006: thanks for letting us know. Glad to hear it.

  3. #23
    Join Date
    Jul 2008
    Posts
    116
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    This could be due to any number of things missed in the installation.
    I would remove the Application from your fan page (you can do this from your applications page) go back and repeat the tutorial starting at step 8. (http://htmyell.com/autofacebook-for-zen-cart/)
    also
    1. make sure the $user_id in steps 11 and 18 are set to the id of your facebook fan page.
    2. make sure you add your application to your fan page (step 13)
    and
    3. that you install the application to your fan page. (steps 14-16).

    @VisExp the mod uses the facebook api and jquery to make the calls, you could (in theory) copy the code and (if needed) adjust the paths to the php folder and use it with Easy Populate if you know what vars they're using etc, however I don't know anything about Easy Populate, and if you arent sure what you're doing I wouldnt advise it.

    @deathman2006: thanks for letting us know. Glad to hear it.
    Thanks for the reply

    I deleted the applications and started again. I figured out what I was doing wrong. A while back I had changed my FB to the name of my business instead of a number (when they offered the option of vanity URL's). I was using that name instead of the number as the user_id

    Once I changed that to the number everything worked fine.

    Thank you again for the mod and for your help with it

  4. #24
    Join Date
    Jan 2007
    Posts
    92
    Plugin Contributions
    2

    Default Re: AutoFacebook [Support]

    It is not showing price or discription on Facebook. Any one know how to fix this?

  5. #25
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    So everything else works? Products name? the image is showing up on FB? etc?

    For the price you could try changing line 144 (of update_product.php in admin/includes/modules) where you see:
    PHP Code:
    $price $products_price
    to:
    PHP Code:
    $price $_POST["products_price"]; 
    As for the discription, I'm not sure. Are there any special characters in the discription?

    Maybe try changing line 147 where you see:
    PHP Code:
    $prod_description implode(" "$_POST['products_description']); 
    to:
    PHP Code:
    $prod_description $sql_data_array["products_description"]; 
    Let me know if that helps

  6. #26
    Join Date
    Apr 2010
    Location
    London, UK
    Posts
    38
    Plugin Contributions
    1

    Default Re: AutoFacebook [Support]

    Ive tried that and it didnt work for me either
    I still dont get the price on FB

    Also going back to the problem of posts on both the business and personal fb walls, how do you make it post only on the business page?
    Clever AV Ltd
    http://www.cleveravltd.co.uk
    ZenCart 1.3.9g

  7. #27
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    Working on the price/description problem now.

    @deathman2006: it should only be posting to your business page. When testing I noticed if i didnt perform steps 13, 14, or 16 properly I would end up with mixed up personal/business pages. Also make sure you are using your business page's id for $user_id in both edited php files.

  8. #28
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Just wanted to say thanks for the very nicely put together add-on And the very complete step-by-step how-to. Worked like a charm!

  9. #29
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    Well thanks, I'm glad you liked it :)

  10. #30
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Question: One of my carts is a Zen version 1.3.6. Do you know of any reason why this add-on might not function with it?

    Thanks

 

 
Page 3 of 70 FirstFirst 123451353 ... LastLast

Similar Threads

  1. v151 autofacebook help
    By sean g in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Nov 2014, 08:52 PM
  2. AutoFacebook and Canada Post Modules
    By DJLQD in forum General Questions
    Replies: 0
    Last Post: 27 Feb 2013, 02:32 PM
  3. v139h Help please with Autofacebook - Support thread is no longer supported
    By shags38 in forum General Questions
    Replies: 0
    Last Post: 18 Jul 2012, 01:49 PM
  4. Problems with AutoFacebook
    By amanda099 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Aug 2010, 10:12 AM
  5. AutoFacebook OG 1.3.9 addon problems
    By eOstrE in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Jul 2010, 09:44 AM

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