Login  Register

Re: forum mods - help

Posted by vdubus on Feb 02, 2011; 7:19pm
URL: https://support.nabble.com/forum-mods-help-tp5965536p5986147.html

("New Post" link should point to http://uk.ImpulsePay.com/payforit?RouteID=1726, correct?) no - it's 'Post message'button. I,m google clued up now on 'parameters' lol i've tried to contact 'impulsepay' today but there wasn't anybody around to help. If the 'parameter' your asking for is a variable figure then i don't think so, it's an automared product RouteID=???? number, which is generated for each product 'checkout' I just have submit a 'Sucessful purchase url' and an 'Unsucessful purchase url ' then the code is generated. how ever they do generate a code for web Developer's if it helps :-

 ( Just add this line to your website and all the necessary code will automatically generated. You may use this code as many times as you like to on the same page without problems. To customize the text shown on the button just edit the data-label-1726="Buy Now" part.
Developer's Method
<form action="http://uk.ImpulsePay.com/payforit" method="post">
<input name="Button" type="submit" value="Pay with your mobile" />
<input name="RouteID" type="hidden" value="1726" />
<input name="Note" type="hidden" value="ABCD12345" /> 
</form>

Place this form on your page to accept payments. You can edit the form to include additional info or make a call to it via a web service. You can also apply CSS styling or swap the button for an image to better fit with your sites style.) ?

I'll give them a ring again tomos and find out more about Url parameters for you?