Ошибка Paypal: почему он не получает значение доставки из переменной доставки? - PullRequest
1 голос
/ 08 октября 2011

Почему 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); ?>">

postage and handlingвсегда показывайте 0.00 в песочнице PayPal, если я не использую переменную handling_cart,

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

Что-то не так с песочницей Paypal ??

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...