Hello Nicolas,
Thank you for the rapid response.
I am having trouble implementing the advice.
1) I have found the file to edit -- Display->Views->product_show. I found where it says:
<span id="hikashop_product_description_main" class="hikashop_product_description_main">
<?php echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description)); ?>
</span>
and I replaced all of that with:
<span id="hikashop_product_id_main" class="hikashop_product_id_main">
<input type="hidden" name="product_id" value="<?php echo $this->element->product_id; ?>" />
</span>
but when I do that the description doesn't show up anywhere on the front end. I removed the customization and now the text shows up again below the images.
What am I missing? Sorry I have no php knowledge.
2)I open the frontend css file to customize but I can not find a class 'hikashop_category_name' Do you mean I have to create it?
When I open firebug I can see that the class already exists but I can't find where it is to edit it.
3) If you have time and or inclination -- here is the link to the page
dni-tango.com/us/store/virtual-store-test/
I was able to edit the language file.
Thank you for your help it is greatly appreciated.