OK, thank You. Now it is in place
My next problem: I can`t figure out how to insert the custom field text on the VirtueMart category page under the picture. I found the place and if I insert there simply some text, it is shown. But when I insert code from product detail page:
- Code: Select all
<h5><?php if (!empty($this->product->customfieldsSorted['undertitle'])) {
$this->position='undertitle';
echo $this->loadTemplate('customfields');
} ?></h5>
nothing happens
My VirtueMart version is 2.6.6 and the template is InStyle.