Google Check-out 和促销
我已经开始对 ASP.NET Web 表单电子商务项目进行一些增强,其中一项任务是将促销代码添加到结账页面。
目前,该网站正在使用 Google Checkout(通过 .NET 示例包附带的 GCheckoutButton),问题是我找不到任何明智的方法将促销添加到 Google Checkout XML 请求中...
有人知道吗?以前这样做过,还是应该在将商品放入 Google 之前对商品应用折扣?
谢谢, 基隆
I've started working on some enhancements to an ASP.NET web forms e-commerce project, one of the tasks is to add promotion codes to the check-out page.
Currently, the site is using Google Checkout (via the GCheckoutButton that comes with the .NET sample pack), the trouble is I can't find any sensible way to add the promotion to the Google Check-out XML request...
Has anyone done this before, or should I just apply the discounts to the items before putting them into Google?
Thanks,
Kieron
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它并不完美,但添加最后一个具有负值的购物车项目和合理的描述就达到了目的。
It's not perfect, but adding the last shopping cart item with a minus value, and a sensible description did the trick.