nVelocity Payment Method

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

nVelocity Payment Method

Post by igavemybest » Fri Dec 18, 2009 12:39 pm

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: nVelocity Payment Method

Post by mazhar » Sat Dec 19, 2009 12:47 am

For payment it could be something like

Code: Select all

#if($payment.PaymentMethodName == "name here")
//put image here
#end
and shipment it could be something like

Code: Select all

#if($shipment.ShipMethodName == "name here")
//put image here
#end

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: nVelocity Payment Method

Post by igavemybest » Sun Dec 20, 2009 4:05 pm

mazhar, thanks, thats exactly what I needed

Post Reply