Hi,
1. Override the view "product | show_tabular" and change the two references of "300" in the code by the length you want
if(!empty($this->element->product_description)){
$resume = substr(strip_tags(preg_replace('#<hr *id="system-readmore" */>.*#is','',$this->element->product_description)),0,300);
if (!empty($this->element->product_description) && strlen($this->element->product_description)>300)
$resume .= " ...<a href='#hikashop_show_tabular_description'>".JText::_('READ_MORE')."</a>";
echo JHTML::_('content.prepare',$resume);
}
2. Use the parameter "url" in the product configuration (just below the description).
3. Activate the option "Display a contact button on the product page" in the configuration
www.hikashop.com/support/support/documen...ig.html#main_product
4. Without more details about your configuration it will be difficult to say.
Right activated in the HikaShop configuration ? Translated from the product edition page in the HikaShop backend ?
Translation right published ? Having the XML in falang too ?
Regards,