Forum Moderators: buckworks
my web designer has bailed on me so i have to maintain the running myself. i've got a few problems which i need help with:
i have cvv2 activated, but when you enter it and the order is placed, in admin when i take down all the customer's details, eveything appears except the cvv2...how do i get this to work?
also, how do i edit the e-mail the customer receives after an order is placed as it doesn't look professional.
thanks!
Hm... not sure about the first one. Have you tried asking the X-Cart team or visiting the forums to find out?
The second one is easy. For the text version of the email go to: \skin1\mail\order_invoice.tpl and edit that. For the HTML version go to \skin1\mail\html\order_invoice.tpl
Assuming of course you're using at least v4.0.12
Geesh - I'm 0 for 2. See below.
I did a little more digging. This is from the x-cart manual.
The CVV2 setting is in the config.php file.
The manual explains the CC settings this way:
Store Credit Cards
• $store_cc (default = false) If set to true, X-Cart will store Credit Card numbers in the
database. If you want to use Subscription module, set it to true.
• $store_ch (default = false) If set to true, X-Cart will store Check information in the database.
• $store_cvv2 (default = false) If set to true, X-Cart will store CVV2 in the database. Please
note: VISA International does not recommend to store CVV2 code with CC numbers
Why not store them? Security!