How to add custome field or custome variable in
Transaction.GetBasket.PurchaseOrder because i want to pass "product
description" to worldpay for shopper response in email but i don't know
how to do this. Or any other way to pass Product description to worldpay
through ucommerce.
Code
Dim opProduct AsProduct opProduct = CatalogLibrary.GetProduct(oLine.Sku) oBasket.AddProduct(SiteContext.Current.CatalogContext.CurrentCatalog.PriceGroup, opProduct, 1)
How to pass description to worldpay
How to add custome field or custome variable in Transaction.GetBasket.PurchaseOrder because i want to pass "product description" to worldpay for shopper response in email but i don't know how to do this. Or any other way to pass Product description to worldpay through ucommerce.
Code
Hey
Just to make sure i understand what you want to do, you want to send more data to WorldPay?
And what version of uCommerce are you currently using?
Kind regards
Thomas Arvidsen
Really thanks for the reply and umbraco v 4.11.9 and Ucommerce 6.0.3.14141 Please Help And it is not solved right now
hi Thomas Arvidsen i have also test with paypal and it's work fine and only worlpay doesn't take "Products description" as Description.
is working on a reply...