2Checkout |
![]() ![]() ![]() |
Redirects form applicants to 2Checkout checkout page. Required arguments - first 4 variables. SID - is your 2CO's vendor id (SID) You can set as many products as you wish. Product_price and product _quantity are optional parameters, if not specified product price will be set by 2CheckOut system to default value, and product quantity will be set to 1. You can leave the space between commas empty to omit optional parameters. Syntax: tco_checkout = SID, total, unique_number, product1_id, product1_quantity, product1_price, product2_id, product2_quantity, product2_price, ... Example: tco_checkout = 1234567, 139.90, {#%UNIQUE_REFERENCE#}, my_product1, 2, 69.95
|