Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Add SKU to order table
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

webboy
VP-CART New User

Australia
52 Posts

Posted - February 03 2010 :  15:57:13  Show Profile  Reply with Quote
How can i add the SKU to the ordered items table.
If anyone can point me to the routine that does the insert i'll be good to go.

Thanks

Built for the future

webboy
VP-CART New User

Australia
52 Posts

Posted - February 05 2010 :  16:56:25  Show Profile  Reply with Quote
quote:
Originally posted by webboy

How can i add the SKU to the ordered items table.
If anyone can point me to the routine that does the insert i'll be good to go.

Thanks

Built for the future



Version 6.5
shopformatorder.asp

line 155
' strSQL = "select * FROM oitems where orderid = " & Orders("orderid")
TO	  
strSQL = "SELECT oitems.*, products.ccode FROM oitems INNER JOIN products ON oitems.catalogid = products.catalogid WHERE oitems.orderid=" & Orders("orderid")

line 313
itemname= items("itemname") 
To
itemname= items("itemname")  & " {" & items("ccode") &"}"


hth

Built for the future
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