WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Custom gateways
- AuthorPosts
- 24 July, 2015 at 12:33 pm #11200
Can we get some documentation how to make a custom payment gateway ?
24 July, 2015 at 3:48 pm #11205the next version will have a skeleton gateway included in the add-on directory
24 July, 2015 at 4:10 pm #11212When will be thet? I need it ASAP ?
24 July, 2015 at 4:25 pm #11214as a quick fix , download it here :
https://www.wp-pizza.com/wp-content/uploads/2015/07/wppizza-gateway-mygateway.zipunzip and replace ALL instances of “mygateway” in all files and edit the rest as required such as the dummy vars in gateway_process_payment and the response handling (gateway_handle_response) etc
24 July, 2015 at 4:26 pm #11215for the time being:
wppizza-gateway-mygateway.zip
basic skeleton gateway to implement your own gateway credit card implementation according to your gateway API
unzip and replace filenames and instances of “mygateway” as required and place into your plugins directory
read the comments in the files, update/edit/changes as necessary
currently only documented for hosted payment pages (i.e redirection to gateway for payment) – ajax overlay docs will follow in due course
although gateway implementation may change in the future , i will still cater for this way of implementaion if at all possible
- AuthorPosts
- The topic ‘Custom gateways’ is closed to new replies.