
Originally Posted by
countrycharm
Jamie thank you for updating the module works great except one thing. I can not get it to pull the item description for some reason. It will just post the item name, price, picture and link but no description. Any help would be appreciated. Thank you.
Hmmm, try changing line 104 to:
PHP Code:
$prod_description = implode(" ", $_POST['products_description']);