Jump to content

Edit History

kevinhartin

kevinhartin

I am looking for a developer who can build a Carrier and Payment module for my clients new Prestashop 9 site.

I am based in Samoa (UTC +13) and we have a local bank that supports online credit card payments in the local currency.  I have integrated this into a number of sites, but need to do so in Prestashop 9.  At it's most simple I think it could be implemented as an external or iframe module.  I have a simple URL that takes an OrderID and Amount and populates a bank popup.  On success it redirects to another page, which can then do the various DB updates and return to Prestashop.  You can see this in action at https://shopsamoa.ws/payments/12345/1.23 with 12345 being the OrderID and 1.23 being the Amount.  it is a sandbox test environment and I can supply various test cards.

For the carrier module, again there is a simple URL that is passed the Country and weight, which them returns either a set of options in the form of a set of radio buttons or a JSON bundle with the options.  An example can be seen at https://shopsamoa.ws/delivery/USA/2.34. with USA, Australia, New_Zealand or Fiji being the destination country and 2.34 being the weight in KG.  This URL is only a day old and is being enhanced with more freight options and destinations over the next few weeks.

As all of the code is being handled externally, I figure it is a reasonably straighforward development to implement an iFrame or External URL call, however my skills are lacking with the way such things are implemented in Prestashop.  I have tried to follow various tutorials and have tried to use the PaymentExample but both result in errors.

I look forward to someone taking up the challenge...

Regards,
Kev

kevinhartin

kevinhartin

I am looking for a developer who can build a Carrier and Payment module for my clients new Prestashop 9 site.

I am based in Samoa (UTC +13) and we have a local bank that supports online credit card payments in the local currency.  I have integrated this into a number of sites, but need to do so in Prestashop 9.  At it's most simple I think it could be implemented as an external or iframe module.  I have a simple URL that takes an OrderID and Amount and populates a bank popup.  On success it redirects to another page, which can then do the various DB updates and return to Prestashop.  You can see this in action at https://shopsamoa.ws/payments/12345/1.23 with 12345 being the OrderID and 1.23 being the Amount.  it is a sandbox test environment and I can supply various test cards.

For the carrier module, again there is a simple URL that is passed the Country and weight, which them returns either a set of options in the form of a set of radio buttons or a JSON bundle with the options.  An example can be seen at https://shopsamoa.ws/delivery/USA/2.34. with USA, Australia, New Zealand or Fiji being the destination country and 2.34 being the weight in KG.  This URL is only a day old and is being enhanced with more freight options and destinations over the next few weeks.

As all of the code is being handled externally, I figure it is a reasonably straighforward development to implement an iFrame or External URL call, however my skills are lacking with the way such things are implemented in Prestashop.  I have tried to follow various tutorials and have tried to use the PaymentExample but both result in errors.

I look forward to someone taking up the challenge...

Regards,
Kev

×
×
  • Create New...