Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Our customer ask if they can see what creditcard was payed with on an order.
They are using Epay as provider.
I was wondering if its already being saved or if you know that epays sends the data along to the recall site.
Here im thinking about the card type (visa, dk, master card and such)
Hi Rasmus
In XLST you have order/transaction/paymentCardType and in C# you have order.TransactionPaymentCardType
Kind regardsAnders
Awesome Anders
Great to hear - sorry for calling you Claus - Has been fixed now :)
Haha :) there is a little claus in all of us :)
hmm its not that easy :)
i can see in my HTML that paymentcardtype is placed here
$order/currency/country/orderStatus/shipping/payment/transaction[@paymentCardType]
When i do a print out using copy-of on $order thats where its placed. Its just not working.
Got it working :)
<xsl:value-of select="$order//transaction/@paymentCardType"/>
Another question do you where i can find out what numbers are which card types ?
I cannot find it on your site or epays site.
Hi Rasmus,
I would guess that it is this list http://tech.epay.dk/Specification_85.html#paymenttype
At least that is the list I used to configuer allowed card types.
/Carsten
Arh awesome !
Was searching and browsing like a mad man for it ! :)bookmarked
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
(Epay) Is it possible to save to an order what kind of credit card was payed with
Our customer ask if they can see what creditcard was payed with on an order.
They are using Epay as provider.
I was wondering if its already being saved or if you know that epays sends the data along to the recall site.
Here im thinking about the card type (visa, dk, master card and such)
Hi Rasmus
In XLST you have order/transaction/paymentCardType and in C# you have order.TransactionPaymentCardType
Kind regards
Anders
Awesome Anders
Great to hear - sorry for calling you Claus - Has been fixed now :)
Haha :) there is a little claus in all of us :)
hmm its not that easy :)
i can see in my HTML that paymentcardtype is placed here
$order/currency/country/orderStatus/shipping/payment/transaction[@paymentCardType]
When i do a print out using copy-of on $order thats where its placed. Its just not working.
Got it working :)
<xsl:value-of select="$order//transaction/@paymentCardType"/>
Another question do you where i can find out what numbers are which card types ?
I cannot find it on your site or epays site.
Hi Rasmus,
I would guess that it is this list http://tech.epay.dk/Specification_85.html#paymenttype
At least that is the list I used to configuer allowed card types.
/Carsten
Arh awesome !
Was searching and browsing like a mad man for it ! :)bookmarked
is working on a reply...