it seams that there is a bug in ../html/com_virtuemart/productdetails/default.php that prevents product custom fields to display.
at row 283:
- Code: Select all
foreach ($this->product->customfields as $field){
should be
- Code: Select all
foreach ($this->product->customfieldsSorted[$this->position] as $field){
Could confirm this?
Just a nother question: there is a reason for width: 30% in class product-field product-field-type-<?php echo $field->field_type ?> ?
If custom fields excede few characters the page looks bad.
tx