News:

Looking for documentation? Take a look on our wiki

Main Menu

Need Product Availability in multiple language

Started by encreplus, April 12, 2013, 23:18:26 PM

Previous topic - Next topic

encreplus

In the product status page i need the content of the field  Availability  to be multiple language ...

I have try with this code :  COM_VIRTUEMART_AVAILABILITY_TEXT ... but the result on the front end is COM_VIRTUEMART_AVAILABILITY_TEXT ...

How can i fix this ??

Stefan

K&K media production

Is fixed for the next version.

You can make a template override for product details page and change line 222 to this:


<?php echo (file_exists(JPATH_BASE DS VmConfig::get('assets_general_path') . 'images/availability/' $this->product->product_availability)) ? JHTML::image(JURI::root() . VmConfig::get('assets_general_path') . 'images/availability/' $this->product->product_availability$this->product->product_availability, array('class' => 'availability')) : JText::_($this->product->product_availability); ?>
Get translatable custom fields:
[url="http://extensions.virtuemart.net/products/multilingual-translatable-custom-fields-detail"]http://extensions.virtuemart.net/products/multilingual-translatable-custom-fields-detail[/url]