You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Pages: 1
Hello,
I would like to edit the text on my Checkout Page under the Payment Information sub-header > Card Type* — I just need to add a snippet of text to "Select the type of credit card you wish to use." I'm sure this is right in front of my face, but I can't find where to go. Can anyone give me thread please?
Thanks so much, in advance!
Offline
look in your "Porcessing Gateways" form display code field where you should see something like
// +-- // | Create the DISPLAY fields for the form. // +-- $olpform['fields']['DISPLAY'][] = array('type' => 'SELECTCUSTOM', 'params' => array('name' => 'x_card_type', 'required' => 1, 'display' => 'Card Type', 'desc' => 'Select the type of credit card you wish to use.', 'options' => $accepted_cards));
John
Offline
Perfect! Thanks so much!
Offline
Pages: 1