Checkout Area Payment Card Area

Can someone please tell me how to move the cvv info to just above card holders name? I have attached a pdf to explain more.

Thanks for your help,

MsKitti

checkout_card_info_area.pdf

Depends on what template is being used. Edit the template specified in the configure tab of the payment method. They are usually in design/themes/[your theme]/templates/views/orders/components/payments directory.

Can someone please tell me how to move the cvv info to just above card holders name? I have attached a pdf to explain more.

Thanks for your help,

MsKitti

Hello!

You can see the template name in payment settings: http://joxi.ru/krDqXbwF07qNDm

For example, if it is default cc.tpl template, you need to edit the design/themes/YOUR_THEME/templates/views/orders/components/payments/cc.tpl file. There you will find the block that displays CVV field:

{__("cvv2")}
{__("what_is_cvv2")}
{__("visa_card_discover")}

{__("credit_card_info")}

{__("american_express")}

{__("american_express_info")}