-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.4.29
I have just loaded Hikashop 2.3.5 onto a new site and have noticed that at the bottom of the product page under the description '; is displayed. It seems to be coming from product/show.php Lines 136-138:
<input type="hidden" name="hikashop_price_product" value="<?php echo $this->element->product_id; ?>" />
<input type="hidden" id="hikashop_price_product_<?php echo $this->element->product_id; ?>" value="<?php echo $priceUsed; ?>" />
<input type="hidden" id="hikashop_price_product_with_options_<?php echo $this->element->product_id; ?>" value="<?php echo $priceUsed; ?>" />';
Removing '; from the end of line 138 seems to fix the problem.
I compared the code with the previous version and it looks like some changes have been made in this area.
regards
Trevor