POST数据、Sessions和其他形式传输到另一个网站
我是一家在线商店的附属机构,我通过自己的针对特定语言的网站进行推广。
我的附属网站遇到的问题之一是,他不会将他的网站翻译成我推广的语言。这意味着,当我使用推荐代码重定向到他的网站时,访问者突然看到英文文本因为附属网站不支持访问者的语言。
我想我会复制他的整个网站(基于 Magento)并全部翻译。
但问题是我没有也无法处理实际的付款处理,因此我需要传输所有 POST 数据、会话信息以及与附属网站上的操作脚本相关的所有内容,而不向访问者显示。
这可能吗?有人能想出更好的方法来完成我在这里想做的事情吗?
谢谢,
I am an affiliate of an online store, and I promote it through my own website which is targeted for a specific language.
One of the issues i'm having with my affiliated site, is that he would not translate his website to the language I am promoting it in. Meaning, when I redirect to his website with my referral code, the visitor is suddenly seeing English text as the affiliated site is not supporting the visitor's language.
I thought I would replicate his entire website (Magento based) and translating it all.
But the problem is that I don't and can't handle the actual payment processing, so I need to transfer all POST data, Session info and everything relevant to the action script on the affiliated website without showing it to the visitor.
Is that possible? Can anyone think of a better way to accomplish what i'm trying to do here?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是一个特别简单的项目,但它是可能的。您需要创建一种转发到其他网站的付款方式,基本上就是 Paypal 的做法。您需要其他网站所有者的合作,让他允许您立即发送所有购物车/用户数据。
如果其他网站所有者向他的网站提供 API,那么这也是一个不错的选择。
希望有帮助!
谢谢,
乔
This wouldn't be a particularly simple project, but it's possible. You would need to create a payment method that forwards to the other site, basically what Paypal does. You'll need cooperation from the other site owner to have him allow you to send all the cart / user data at once.
If the other site owner offers an API to his site, that would be a good route to go down as well.
Hope that helps!
Thanks,
Joe