Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 VPCart 9 Questions
 Admin view order - Product link
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Alex123
VP-CART Super User

USA
223 Posts

Posted - September 18 2019 :  15:05:12  Show Profile  Reply with Quote
Hi there,

From VPCart admin >> store >> orders, i clicked view button for an order. The products ordered were listed fine. Currently i need to search the website to browse the product ordered. Is it possible to have a link for the product, so that when i click the link it goes to the product ordered. It will ease my work.

Thanks.

support
Administrator

4679 Posts

Posted - September 18 2019 :  15:14:49  Show Profile  Visit support's Homepage  Reply with Quote
Hello,

Seems it can be achieved by a simple modification in code. You may try updating the code as follows to show product with links in admin >> view order.

File:
shopa_formatorder_subs_admin.asp under admin folder.

Line 311:
itemname= "<div class=""productname"">"&items("itemname")&"</div>"

To replace with:

dim intproductid
intproductid=items("CatalogId")
itemname= "<div class=""productname""><a href=""../shopexd.asp?id="&intproductid&""" target=''_blank''>"&items("itemname")&"</a></div>"

If the above fix doesn''t work please feel free to contact our support desk via https://helpdesk.vpcart.com/ and we are happy to assist you.

Thank you,

VPCart Customer Care Team
www.vpcart.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00