
Originally Posted by
countrycharm
getting close, but the product will not insert now. It shows this when trying to insert product.
this is kind of a shot in the dark but try changing around line 120 where you see:
PHP Code:
'description' => $prod_description,
to:
PHP Code:
'description' => $_POST['products_description'][1],
Bookmarks