It is possible to alter the fields that are displayed and the order of the display in the Shop Configuration.
Xproductfields |
This is the listing of fields from the products table to display (seepage 220for a listing of fields in the products table). Enter them in the order you want them to display. Default is cname,cdescription,Quantity,cprice.
Note: Quantity is a special word and it is the only field not in the database. It tells VPCART to provide a quantity field for the customer to enter the quantity of items they wish to purchase.
Note: The database field names should all be entered in lower case characters. |
Xproductcaptions |
This is a list of captions to use for the columns specified in the variable above (it should have the same number of entries as the list above). These can be references to variables from the languages table or actual words. Default is LangProductName, LangProductDescription, LangProductQuantity, LangProductPrice |