读书人

通过Google Checkout付费后怎么返回小

发布时间: 2012-02-27 10:00:22 作者: rapoo

通过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.

读书人网 >PHP

热点推荐