Paypal 错误:为什么它不从运费变量中获取运费值?
为什么 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论