rwenve wrote:I uploaded the bugfixes-pp-pro into the xml folder and when I tried a transaction I got this error:
PHP Exception: Undefined index: cc_start_date_month in /homepages/41/d400055205/htdocs/vqmod/vqcache/vq2-catalog_controller_payment_pp_pro.php on line 19
because its in the vqmod folder I'm not sure what I should change first.
I deleted the lines in the tpl file that actually ask for the cc start date. (in above comments) Is that throwing this error?
Well, at least you don't get the endless 'Please Wait' problem anymore, and the customer won't do double payments
One of the following files were modified by you or by one of the other VQMod XML scripts you use:
catalog/controller/payment/pp_pro.php
language/english/payment/pp_pro.php
catalog/view/theme/
your-web-theme/payment/pp_pro.tpl
Perhaps your form doesn't submit the 'cc_start_date_month' anymore, yet the controller still tries to use it.