It is not showing price or discription on Facebook. Any one know how to fix this?
It is not showing price or discription on Facebook. Any one know how to fix this?
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:
to:PHP Code:$price = $products_price;
As for the discription, I'm not sure. Are there any special characters in the discription?PHP Code:$price = $_POST["products_price"];
Maybe try changing line 147 where you see:
to:PHP Code:$prod_description = implode(" ", $_POST['products_description']);
Let me know if that helpsPHP Code:$prod_description = $sql_data_array["products_description"];
Jamie Taylor
Htmyell Web Design and Development
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?
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.
Jamie Taylor
Htmyell Web Design and Development
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!
Well thanks, I'm glad you liked it :)
Jamie Taylor
Htmyell Web Design and Development
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