Results 1 to 10 of 695

Hybrid View

  1. #1
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    This is a great mod. Just one thing, with the new version, if I put in '£' as the currency symbol, it outputs the symbol on facebook with a question mark in a diamond shape - �

    Not sure if it is a charset issue, but I did alter that according to a guide. Any help is great, maybe other people are having the same issue. I am using GBP at the moment until I can figure it out lol.

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

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by HeathenMagic View Post
    This is a great mod. Just one thing, with the new version, if I put in '£' as the currency symbol, it outputs the symbol on facebook with a question mark in a diamond shape - �

    Not sure if it is a charset issue, but I did alter that according to a guide. Any help is great, maybe other people are having the same issue. I am using GBP at the moment until I can figure it out lol.
    Well darn, I thought I had figured it out. Unfortunately character encoding/charsets and all that isn't my area of expertise. I know when I set my charset to 'UTF-8 w/o BOM' as per the video I was able to see GBP, Euro, and the Yen. However maybe there's something else missing. What IDE are you using to change the encoding?

  3. #3
    Join Date
    Jun 2009
    Location
    Thessaloniki, Greece
    Posts
    41
    Plugin Contributions
    1

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    Well darn, I thought I had figured it out. Unfortunately character encoding/charsets and all that isn't my area of expertise. I know when I set my charset to 'UTF-8 w/o BOM' as per the video I was able to see GBP, Euro, and the Yen. However maybe there's something else missing. What IDE are you using to change the encoding?

    I had the same problem with Greek encoding so i just replaced the following line so that the Greek Description not to show.

    'link' => $prod_url,
    'caption' => 'Price: ' . $price . $cur,
    'description' => 'Click for more details',

    so i just suggest trying replacing the .$cur, with '£' so that it is like that

    'caption' => 'Price: ' . $price '£',
    My Online Store thanks to Zen Cart
    If everything else fails.... read the f@#$%ing manual :)
    And always remember before any change!!! Backup to be able to go back!

  4. #4
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Hello Jamie, and Infogate,

    Thanks for your replies. I am not sure what IDE, I am not very tech savvy. I did have a look what IDE is, but not sure if I am using them tools I found in the results. I can try Infogates solution. I did change Charset according to Dr Bytes guide (I think it was his).

    James

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

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by HeathenMagic View Post
    Hello Jamie, and Infogate,

    Thanks for your replies. I am not sure what IDE, I am not very tech savvy. I did have a look what IDE is, but not sure if I am using them tools I found in the results. I can try Infogates solution. I did change Charset according to Dr Bytes guide (I think it was his).

    James
    Basically it's what ever program you're using to open the files and make changes. You could always download the trial of webuilder if need be.

    Infogate's solution might be something to try first. It should be mentioned though, that it should actually look like:

    PHP Code:
    'caption' => 'Price: ' $price '£'

  6. #6
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    I have learnt something today Jamie, many thanks haha. I was using winmerge, but recently Beyond Compare to compare your files with mine. Thanks for telling me what it means.

  7. #7
    Join Date
    Nov 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    I have installed autofacebook and think it is working correctly. Anyways apparently this only works if you add the product yourself in admin. I have my products automatically updated daily vis inventory source. Anyways when it updates/adds new products those new products are not added to facebook because i did not manually add them. Is there a way to have this set up so that when my products are automatically added/updated on a daily basis update facebook at the same time?

 

 

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

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