Paypal 错误:为什么它不从运费变量中获取运费值?

发布于 2024-12-08 21:51:34 字数 824 浏览 0 评论 0原文

为什么 paypal 不从这些变量表单中提取运费,

<input type="hidden" name="shipping" value="<?php echo number_format($cost_shipping,2); ?>">

或者

<input type="hidden" name="shipping_1" value="<?php echo number_format($cost_shipping,2); ?>">

除非

<input type="hidden" name="shipping" value="<?php echo number_format($cost_shipping,2); ?>">
<input type="hidden" name="shipping2" value="<?php echo number_format($cost_shipping,2); ?>">

我使用 handling_cart,否则 邮资和处理 总是在 paypal 沙箱上显示 0.00 code> 变量,

<input type="hidden" name="handling_cart" value="<?php echo number_format($cost_shipping,2); ?>">

paypal 沙箱有问题吗?

Why paypal does not pick up the shipping value from these variables form,

<input type="hidden" name="shipping" value="<?php echo number_format($cost_shipping,2); ?>">

or

<input type="hidden" name="shipping_1" value="<?php echo number_format($cost_shipping,2); ?>">

or

<input type="hidden" name="shipping" value="<?php echo number_format($cost_shipping,2); ?>">
<input type="hidden" name="shipping2" value="<?php echo number_format($cost_shipping,2); ?>">

the postage and handling always show 0.00 on the paypal sandbox unless I use handling_cart variable,

<input type="hidden" name="handling_cart" value="<?php echo number_format($cost_shipping,2); ?>">

Something wrong with the paypal sandbox??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文