Statistics: Posted by Cristián Lávaque — August 8th, 2011, 4:19 pm
Statistics: Posted by ricarod — August 8th, 2011, 3:22 pm
echo c_ws_plugin__s2member_pro_authnet_form::sc_authnet_form($attributes);
Statistics: Posted by Cristián Lávaque — August 8th, 2011, 3:14 pm
<?php
$attributes = array(
"level" => "1",
"ccaps " => "",
"desc" => "PRODUCT DESCRIPTION.",
"ps" => "authnet",
"cc" => "USD",
"custom" => "SITE",
"tp" => "0",
"tt" => "D",
"ra" => "1.99",
"rp" => "1",
"rt" => "L",
"rr" => "BN",
"accept" => "paypal,visa,mastercard,amex,discover",
"accept_via_authnet" => "authnet"
);
echo ws_plugin__s2member_pro_authnet_form($attributes);
?>
Statistics: Posted by ricarod — August 8th, 2011, 8:13 am
Statistics: Posted by ricarod — August 7th, 2011, 6:12 pm
echo ws_plugin__s2member_pro_paypal_form($attributes);
<?php
$attributes = array(
"level" => "1",
"ccaps " => "",
"desc" => "Description and pricing details here.",
"ps" => "paypal",
"cc" => "USD",
"custom" => "www.example.com",
"tp" => "0",
"tt" => "D",
"ra" => "0.01",
"rp" => "1",
"rt" => "M",
"rr" => "1",
"accept" => "paypal,visa,mastercard,amex,discover,maestro,solo",
"accept_via_paypal" => "paypal"
);
echo ws_plugin__s2member_pro_paypal_form($attributes);
?>
Statistics: Posted by Jason Caldwell — July 18th, 2010, 12:25 am