I have installed the Paymate module with Zen Cart version 1.3.9h.

When going through the checkout process selecting the Paymate option, the form on the Paymate site has an incorrect email address and order number.

This is the code I can see but am not well versed enough to locate it. I can see the order number value= needs to be changed but am not sure where to find the file and what to change it to. As for the email address, I haven't a clue.

<form name="checkout_confirmation" action="https://www.paymate.com/PayMate/ExpressPayment?mid=username&return=http://www.***.co.nz/index.php?main_page=checkout_process" method="post" id="checkout_confirmation" onsubmit="submitonce();"><input type="hidden" name="mid" value="getpickled" /><input type="hidden" name="ref" value="1296793786" /><input type="hidden" name="pmt_sender_email" value="***@clear.net.nz" /><input type="hidden" name="pmt_contact_firstname" value="Jo" /><input type="hidden" name="pmt_contact_surname" value="Lewin" /><input type="hidden" name="regindi_address1" value="3 *** St" /><input type="hidden" name="regindi_address2" /><input type="hidden" name="regindi_sub" value="***" /><input type="hidden" name="regindi_state" value="***" /><input type="hidden" name="PMT_CONTACT_PHONE" value="09***" /><input type="hidden" name="pmt_country" value="NZ" /><input type="hidden" name="currency" value="NZD" /><input type="hidden" name="currency_editable" value="N" /><input type="hidden" name="regindi_pcode" value="0900" /><input type="hidden" name="amt" value="4" /><input type="hidden" name="amt_editable" value="N" /><input type="hidden" name="popup" value="false" /><input type="hidden" name="notify" value="place holder for notify url" /><input type="hidden" name="back" value="http://www.***.co.nz/index.php?main_page=checkout_confirmation<input type=&quot;hidden&quot; name=&quot;return&quot; value=&quot;http://www.**.co.nz/index.php?main_p..._process&quot; />" /><div class="buttonRow forward"><input type="image" src="includes/templates/template_default/buttons/english/button_confirm_order.gif" alt="Confirm Order" title=" Confirm Order " name="btn_submit" id="btn_submit" /></div>
</form>

Could anyone please offer some guidance?

Jo