Re: AutoFacebook [Support]
From my code posted before:
In admin/includes/modules/product/collect_info.php around line 41 look for this line
PHP Code:
'master_categories_id' => ''
and change it to
PHP Code:
'master_categories_id' => '',
'facebook_add' => ''
You have left out the comma after 'master_categories_id' => ''
And again, you left out the comma here in update_products:
PHP Code:
'products_price_sorter' => zen_db_prepare_input($_POST['products_price_sorter']),
'facebook_add' => zen_db_prepare_input($_POST['facebook_add'])
When changing code you should just replace the entire snippet instead of trying to insert only the new code so you don't forget to miss the little things like commas.
Re: AutoFacebook [Support]
Thankyou very much for your help got it all working on the spare site now to see how we go on the main site.
Kind Regards
Peter
Re: AutoFacebook [Support]
I am having this same issue.. Did not see where anyone posted a solution but went to your fb page and see you have it working correctly.. Could you please share how you fixed this issue?
Thank you
Arlette
Quote:
I'm using autofacebook with zen 1.5.1
The plugin is working great except extra zeros are added to the prices like $949.00000
heres a link
https://www.facebook.com/ntsolutionsllc?ref=hl
How do I get the plugin to include the discounted price and fix the zeros or just not include the price at all?
I also want to use the autotwitter plugin how do I install both plugins?
Re: AutoFacebook [Support]
likely a dumb question - I have used a few versions of AutoFacebook so not sure which plugin has the feature which allows you to say yes update or no do not update Facebook when you add a new product or modify a new product. Any help will be appreciated. I am using v1.3.9h
cheers,
Mike
Re: AutoFacebook [Support]
Quote:
Originally Posted by
shags38
likely a dumb question - I have used a few versions of AutoFacebook so not sure which plugin has the feature which allows you to say yes update or no do not update Facebook when you add a new product or modify a new product. Any help will be appreciated. I am using v1.3.9h
cheers,
Mike
I was right - it was a dumb question - I cleared the fog in my brain and remembered that LankeeYankee had sorted this out for me previously - thanks Yankee :smile:
Re: AutoFacebook [Support]
Hi Yankee - like a few others I'd like to know how to limit the number of decimal points showing in the price when Facebook is updated - I think it is a Zen Cart thing (as against an AutoFacebook thing) as when updating a product it is showing as 4 digits after the decimal point instead of 2 in the net price window on the product page - if I remember to remove the two extra digits before hitting update it works fine but it is difficult to keep remembering that when doing a lot of product maintenance.
Any help is appreciated.
cheers,
Mike
Re: AutoFacebook [Support]
Mike - look in the downloads section for a new revision that fixes this issue. I just installed it and it works GREAT!!
Now I just want to figure out how to implement the code in this thread to put a "switch" on the product page so things are only posted if you click that switch.
Quote:
Originally Posted by
shags38
Hi Yankee - like a few others I'd like to know how to limit the number of decimal points showing in the price when Facebook is updated - I think it is a Zen Cart thing (as against an AutoFacebook thing) as when updating a product it is showing as 4 digits after the decimal point instead of 2 in the net price window on the product page - if I remember to remove the two extra digits before hitting update it works fine but it is difficult to keep remembering that when doing a lot of product maintenance.
Any help is appreciated.
cheers,
Mike
Re: AutoFacebook [Support]
Hi Judy,
Quote:
Originally Posted by
stellarweb
Mike - look in the downloads section for a new revision that fixes this issue. I just installed it and it works GREAT!!
What revision? a revision of AutoFacebook or some other plugin? can you elaborate please as I am keen to get this fixed.
Quote:
Now I just want to figure out how to implement the code in this thread to put a "switch" on the product page so things are only posted if you click that switch.
So do you need help with this or was this just a comment :) ? I have it working beautifully on the product info page, update facebook yes or no radio button.
cheers,
Mike
Re: AutoFacebook [Support]
Quote:
Originally Posted by
shags38
Hi Judy,
What revision? a revision of AutoFacebook or some other plugin? can you elaborate please as I am keen to get this fixed.
So do you need help with this or was this just a comment :) ? I have it working beautifully on the product info page, update facebook yes or no radio button.
cheers,
Mike
Mike - I downloaded the latest version of AutoFacebook that came out a few days ago that fixes the decimal point issue.
http://www.zen-cart.com/downloads.php?do=file&id=1095
It took just a few minutes to get the radio button working - very slick! I think it needs to be packaged up and added to the mod! It is definitely something the mod needs. :smile:
2 Attachment(s)
Re: AutoFacebook [Support]
Hi,
I need help.
I have used autofacebook plug-in to upload the products information to facebook, but the pictures on facebook are completely inconformity from the website. The facebook has resized the pictures a lot and the pictures looks very twisted.
facebook info:
Attachment 13350
Product info:
Attachment 13351
how to fix?