First of all would like to say thanks for creating this mod.
One question though I am using the AutoFacebook Lite version and as asked by a couple of people already in this thread. How do you modify it so that the gross price is posted to your Facebook account instead of the net price? As per this fellows post.

Originally Posted by
Hobby Link
Hi Jamie.
Installation V2 on 1.3.8a works a charm.
Quick question - what do I need to tweak in the code for the price to be quoted INCLUDING tax on facebook? Currently quotes excluding tax which is a bit backwards for the Aussie market. I can see it creating confusion!
I saw this reply.

Originally Posted by
jamielife
I'm not too familiar with all the zencart tax stuff but I would imagine find:
PHP Code:
$price = $products_price;
around line 101 of your update_product.php file and change it to:
PHP Code:
$price = $_POST['products_price_gross'];
I think that should do it.
But this does not work as all I get is a blank white page when I insert the product.
So I tried using :
PHP Code:
$price = $products_price_gross;
And this seemed to partially work. As in the blank white page did not come up and at the top of the admin page it said "Facebook was successfully updated!" However when I go to my Facebook page the product is listed perefectly but there is no price listed. As in only the $ symbol is showing with no price after it.
So does anyone know how I can correct this issue?
Any assistance will be greatly appreciated.
Thanks.
Bookmarks