Hi David
In vsadmin/includes.php you'll find these two lines
$GLOBALS['detailpagelayout']='navigation,productimage,productname,instock,description,reviewstarslarge,manufacturer,sku,custom1,quantitypricing,listprice,price,currency,options,quantity,addtocart,previousnext,emailfriend,custom2,reviews';
$GLOBALS['productpagelayout']='productimage, productname, reviewstars, listprice, instock, price';
The first defines the elements and position for the detail page, the second for the products page. so for example if you want to add the quantity, product id and buy button that would be
$GLOBALS['productpagelayout']='productimage, productname, productid,reviewstars, listprice, instock, price,quantity,addtocart';
A full list of elements is available here https://www.ecommercetemplates.com/help/css-layouts.asp#productorder
Andy
Please feel free to review / rate our software