If you would like to show the Details Button instead of the Order Button on your VPCart's shopdisplayproducts.asp page, you would have to undertake the following steps :
Step 1 : Login onto your site using an FTP client like FileZilla and locate your shopping cart's folder.
Step 2 : Open the tmp_productformat.htm file which can be found on the /templates/default/ folder.
Step 3 : Locate the following code in the tmp_productformat.htm file and open it with a code editor (either using Notepad or Notepad++) :
[formatquantity_order sub]
Line 40 :[formatbutton sub]
b) For Mobile Template Formatting :[formatquantity_order sub]
Line 116 :[formatbutton sub]
and change it to the following :[formatexdlink_mobile_detail sub]
b) For Mobile Template Formatting :[formatexdlink_mobile_detail sub]
Step 4 : Refresh your browser and test your VPCart's shopdisplayproducts.asp page and the changes should take into effect now.