
Originally Posted by
MCS_Computers
Was the issue with "Must provide source or customer" ever fixed because I have the same issue, it allows a customer to make 1 purchase but then comes up with this error after that. I spoke with Stripe who basically said go back to the author as there is some code missing which then went over my head to be honest.
Not sure that this is a supported module really so make your own choices as to using it. But ....
The issue for me was that in most templates the fields that the module adds are not actually in the form. So, the <inputs> are not inside the <form> . Solving that problem solved the issue.
It is in tpl_checkout_confirmation_default.php and you probably, depending on your template want to be moving the line:
Code:
echo zen_draw_form('checkout_confirmation', $form_action_url, 'post', 'id="checkout_confirmation" onsubmit="submitonce();"');
Bookmarks