Hi.
In Virtuemart 2.0.10 to enter the details of a product are the following errors:
1) (see figure):
product->customfieldsSorted['ontop'])) { $this->position='ontop'; echo
$this->loadTemplate('customfields'); } // Product Custom ontop end ?>
Why is this and how to solve it?
2) The distribution of price information is wrong (see figure). Should be:
Rating: Not yet rated (or separate line).
The floor price should not be repeated or should be on a separate line.
Sale price should be:
Price: $ 116,000.00
The sale price and the amount must be separated by a space.
Sale price and sale price without taxes must be on a separate line.
The amount of the sale price without taxes (100,000.00) should not be separated from the word and the sign.
How to resolve these errors?