nVelocity Payment Method
- igavemybest
- Captain (CAPT)
- Posts: 388
- Joined: Sun Apr 06, 2008 5:47 pm
nVelocity Payment Method
What should I use in nVelocity for payment method? ie, VISA, Paypal, etc. I am looking for some way to show an image for both that and for the shipment method, instead of text. Any suggestions?
Re: nVelocity Payment Method
For payment it could be something like
and shipment it could be something like
Code: Select all
#if($payment.PaymentMethodName == "name here")
//put image here
#end
Code: Select all
#if($shipment.ShipMethodName == "name here")
//put image here
#end
- igavemybest
- Captain (CAPT)
- Posts: 388
- Joined: Sun Apr 06, 2008 5:47 pm
Re: nVelocity Payment Method
mazhar, thanks, thats exactly what I needed