duanfen2349 2016-09-30 18:25
浏览 43

我的回音$ total_price没有显示在Paypal支付表格上 - 如何将购物车的总价格与paypal立即购买表格相关联

I am building a site with a simple paypal payment form

I want the paypal form to take the $total_price of my cart items from my cart page. Here is my code so far:

notice I have changed _xclick in the standard code to _cart..

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="me@mybusiness.com">
<input type="hidden" name="amount" value="<?php echo $total_price; ?>">

<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>

However, when I click on buy now, paypal loads up but instead of displaying a price it asks the user to input price per item! I want it to be taking the total price from my cart page. My cart is a PHP cookies cart.

I read it may be something to do with non-hosted buttons, that may prevent my echo $total_price not to work.

Note: I have changed the button do a non-hosted paypal button but now it says Notice: Undefined variable: total_price in... so is still not working, infact now I have this warning I didn't have before.

Thanks for any help!

  • 写回答

1条回答 默认 最新

  • duanlumei5941 2016-10-11 16:39
    关注

    I had the same issue. In my case there was a "$" on the value in the amount input. Removing it and only sending the numeric value fixed it.

    评论

报告相同问题?

悬赏问题

  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 Revit2020下载问题
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
  • ¥15 单片机无法进入HAL_TIM_PWM_PulseFinishedCallback回调函数
  • ¥15 Oracle中如何从clob类型截取特定字符串后面的字符
  • ¥15 想通过pywinauto自动电机应用程序按钮,但是找不到应用程序按钮信息
  • ¥15 如何在炒股软件中,爬到我想看的日k线
  • ¥15 seatunnel 怎么配置Elasticsearch