将世界各地的实例付诸实践 [英] stiching worldpay examples together

查看:104
本文介绍了将世界各地的实例付诸实践的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我现在正在与worldpay合作,我希望将几个worldpay集成示例结合在一起,我被告知这是可能的,但我个人看不到。



网站电子商务背后的基础知识,如果用户选择产品,一些额外的选项和交付地区,他们然后点击购买。这很像这个来自worldpay的示例 http:// www .worldpay.com / support / kb / bg / examples / example_0 / jr_example0.3.html ,当用户点击购买我然后要将它们发送到此页面时, http://www.worldpay.com/support/kb/bg/examples/example_0/jr_example0.5 .html ,最后将它们带到worldpay托管的结帐页面。



这可能吗?我也在哪里提交表格?如何通过已通过我的表单程序购买的东西?

解决方案

是的,这是可能的。 b

您将表单提交至 https://secure-test.worldpay。 com / wcc / purchase

将数据从一个表单传递到下一个表单

1 Set您的表单就像这样

 < form action =page2.phpmethod =POST> 

2第二页从$ _POST获取日期

  foreach($ _ POST为$ key => $ value)


Hello I am working with worldpay at the moment, I am want to stich a few of the worldpay integration examples together, I have been told it is possible but I personally cannot see how.

The basics behind the e-commerce of the site, if the users selects a product, some extra options, and delivery region, they then click buy. This is much like this example from worldpay http://www.worldpay.com/support/kb/bg/examples/example_0/jr_example0.3.html, when the user clicks purchase I then want to send them to this page, http://www.worldpay.com/support/kb/bg/examples/example_0/jr_example0.5.html then finally take them to worldpay hosted checkout page.

Is this possible? Where do I submit the forms too? How do I pass what has been purchased through my form procedures?

解决方案

Yes this is possible.

You submit the form to https://secure-test.worldpay.com/wcc/purchase

To pass data from one form to the next

1 Set your form like this

<form action="page2.php" method="POST">

2 On page two get the date from $_POST

foreach($_POST as $key => $value)

这篇关于将世界各地的实例付诸实践的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆