首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

通过Google Checkout付费后怎么返回小弟我的网站

2012-02-27 
通过Google Checkout付费后如何返回我的网站?我在我的网站点击Google Checkout按钮后进入Google Checkout

通过Google Checkout付费后如何返回我的网站?
我在我的网站点击Google Checkout按钮后进入Google Checkout付费,付完费后,我该如何返回我的网站呢?

请不吝赐教?

我用的是PHP 5.0。

[解决办法]
1) <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.edit-cart-url" value="http://www.example.com/edit "> 
  
by passing this field you can give link to edit your cart before checkout. 
  
2) <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.continue-shopping-url" value="http://www.example.com/continue "> 
  
with this you can give link to your site after the transaction irrespectively of transaction result. 

热点排行