Quote Originally Posted by BillyBoyle View Post
Addendum to my last post.

would it be in this section?

// No Need to edit below here.
$prod_image = $store_url . "/images/" . $_POST['products_image'];
// $price = $products_price;
$prod_url = $store_url . '/index.php?main_page=product_info&cPath=' . $current_category_id . '&products_id=' . $products_id;
$prod_name = $_POST['products_name'][$_SESSION['languages_id']];
$prod_description = $_POST['products_description'][$_SESSION['languages_id']];
//$prod_description = implode(" ", $_POST['products_description']);

Ironically for me with the header;

// No Need to edit below here.

also edit line 135

//'caption' => 'Price: '.$cur . $price,

or you'll have an currebcy symbol with no price.