I can settting Description file in virtuemart products page ,
but I can't find out where is the "Additional field" in Virtuemart Products page,
please tell me where is it, thank you very much!

my virtuemart is: virtuemart.4.2.0.10905

    Hi monika9319,
    You can go to the Backend > Components > Virtuemart > Products and edit the product item then open the Custom fields tabs.

    You can use the following code to update the information.

    <table style="height: 254px; width: 1054px;">
    <tbody>
    <tr>
    <th style="width: 190px;">Brand</th>
    <td style="width: 848px;">Chanel</td>
    </tr>
    <tr>
    <th style="width: 190px;">Style General</th>
    <td  style="width: 848px;">Jacket, Soft Shell, Windbreaker, ¼ zip, Pullover</td>
    </tr>
    <tr>
    <th style="width: 190px;">Material</th>
    <td style="width: 848px;">Fleece, Polyester</td>
    </tr>
    <tr>
    <th style="width: 190px;">Pattern</th>
    <td style="width: 848px;">Solid</td>
    </tr>
    <tr>
    <th style="width: 190px;">Climate</th>
    <td style="width: 848px;">All-Weather, Cool, Indoor, Mild, Spring</td>
    </tr>
    </tbody>
    </table>
      Write a Reply...
      You need to Login to view replies.