Ray, thank you for responding to the problem I am having with the Recurring Payments. Here are the messages I am getting after adding the var_dump on the pp_conform.com and the confirm.php pages.
On the confirm.php page I am getting the following error message:
array(1) { [0]=> array(9) { ["billingtype"]=> string(17) "RecurringPayments" ["billingagreement"]=> string(36) "500 Crickets delivered once per week" ["billingperiod"]=> string(4) "Week" ["billingfrequency"]=> string(1) "1" ["billingamount"]=> string(5) "17.99" ["maxfailedpayments"]=> NULL ["currencycode"]=> string(3) "USD" ["response"]=> array(9) { ["TIMESTAMP"]=> string(20) "2016-06-21T04:24:02Z" ["CORRELATIONID"]=> string(13) "12f470218db3c" ["ACK"]=> string(7) "Failure" ["VERSION"]=> string(4) "54.0" ["BUILD"]=> string(8) "22386173" ["L_ERRORCODE0"]=> string(5) "11505" ["L_SHORTMESSAGE0"]=> string(46) "Start Date should be greater than current date" ["L_LONGMESSAGE0"]=> string(59) "Subscription start date should be greater than current date" ["L_SEVERITYCODE0"]=> string(5) "Error" } ["found"]=> bool(true) } }
Notice: Undefined index: PROFILEID in /home/crespo72/public_html/webassist/ecart/PP_RecurringPayments.php on line 142
Notice: Undefined index: PROFILEID in /home/crespo72/public_html/webassist/ecart/PP_RecurringPayments.php on line 142
Warning: Cannot modify header information - headers already sent by (output started at /home/crespo72/public_html/confirm.php:3) in /home/crespo72/public_html/confirm.php on line 535
And on the pp_confirm.php pages here are the error codes:
array(1) { [0]=> array(7) { ["billingtype"]=> string(17) "RecurringPayments" ["billingagreement"]=> string(36) "500 Crickets delivered once per week" ["billingperiod"]=> string(4) "Week" ["billingfrequency"]=> string(1) "1" ["billingamount"]=> string(5) "17.99" ["maxfailedpayments"]=> NULL ["currencycode"]=> string(3) "USD" } }
Notice: Undefined index: NEGOTIATEDRATES in /home/crespo72/public_html/WA_eCart/WA_eCart_UPS_PHP.php on line 139
Warning: Cannot modify header information - headers already sent by (output started at /home/crespo72/public_html/pp_confirm.php:3) in /home/crespo72/public_html/pp_confirm.php on line 432
I believe one of the main issues that I am dealing with is the fact that I want (need) to use the live UPS quote in conjunction with recurring payments. Please help me finish this last piece of the puzzle so I can complete this website.
Regards,
Robert