Payflow Pro Setup

In cs-cart does anyone know how to change PayFlow Pro [font=Calibri, sans-serif][size=4]to [/size][/font]Authorize Only[font=Calibri, sans-serif][size=4] instead of [/size][/font]Authorize and Capture?

[quote name='Triplets' timestamp='1406934723' post='188652']

In cs-cart does anyone know how to change PayFlow Pro [font=Calibri, sans-serif][size=4]to [/size][/font]Authorize Only[font=Calibri, sans-serif][size=4] instead of [/size][/font]Authorize and Capture?

[/quote]



Try to open the “app/payments/payflow_pro.php” file and replace:







$shipping_name[shipping]


$order_info[b_address]
$order_info[b_city]
$order_info[b_state]
$order_info[b_zipcode]
$order_info[b_country]

$order_info[email]
$order_info[phone]
$order_info[fax]



$order_info[s_address]
$order_info[s_city]
$order_info[s_state]
$order_info[s_zipcode]
$order_info[s_country]


$subtotal_discount
$order_info[total]
$payflow_order_id
$items



{$order_info['payment_info']['card_number']}
$payflow_expire
{$order_info['payment_info']['cardholder_name']}
{$order_info['payment_info']['cvv2']}








with







$shipping_name[shipping]


$order_info[b_address]
$order_info[b_city]
$order_info[b_state]
$order_info[b_zipcode]
$order_info[b_country]

$order_info[email]
$order_info[phone]
$order_info[fax]



$order_info[s_address]
$order_info[s_city]
$order_info[s_state]
$order_info[s_zipcode]
$order_info[s_country]


$subtotal_discount
$order_info[total]
$payflow_order_id
$items



{$order_info['payment_info']['card_number']}
$payflow_expire
{$order_info['payment_info']['cardholder_name']}
{$order_info['payment_info']['cvv2']}








Do not forget to test at first