Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
No sadly I haven't. I can't reproduct the problem myself on my servers to test anything, so it make's it much harder to find a solution.
I think that because of this, the problem is random and probably based on settings in your server's php.ini file. I have asked developers better than me and we all seem to be stumped on this.
The variale info is there and obviously fine (judging by from var_dump). Something is happening when it's being sent to facebook.
Perhaps you could try encoding the data;
find line 104 where you see:
and add a new line under it that looks like;PHP Code:$prod_description = $_POST['products_description'][$_SESSION['languages_id']];
I'm sorry I can't be more help on this.PHP Code:$prod_description = urlencode($prod_description);
Also, thanks for helping out on the forum!
Jamie Taylor
Htmyell Web Design and Development
I tried this and it almost works. Here what the description looks like when posting to facebook.
All In One Media Center
Price: $275.90
%3Cp%3E%3Cspan+style%3D%5C%22font-size%3A+small%3B%5C%22%3E%3Cstrong%3E%3Cfont+color%3D%5C%22%23000000%5C%22%3ECol orful+++entertainment+credenza+puts+a+full+function+media+center+anywhere+you+
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
So instead of:
Try:PHP Code:$prod_description = urlencode($prod_description);
PHP Code:$prod_description = strip_tags($prod_description);
Jamie Taylor
Htmyell Web Design and Development
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Jamielift you nailed it. This code works great. The description is now sent to facebook.
Thank you for your on going effort to solve this problem. Does autoTwitter suppose to send the description to, if it is I have the same problem there. You can post you answer over there if you will. Thank You again.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation