2017-02-16 91 views
0

我有點困惑,因爲儘管發送了no_note=0命令,但我無法強制PayPal允許買家在購物車中添加備註。Paypal no_note = 0不再有效

我的腳本發送驗證碼:

https://www.paypal.com/cgi-bin/webscr/?a=1&item_name_1=blahblahblah&amount_1=2&item_name_2=Donation&amount_2=0&charset=UTF-8&no_note=0&currency_code=USD&lc=gb&cmd=_cart&upload=1&[email protected]&invoice=jxZsXWfzR&rm=2

但我不能讓貝寶,讓買家輸入註釋。我確信它在幾個月前正在工作。此功能已被刪除?有沒有解決方法?

+0

由於更換新門戶(愛馬仕),有很多變量正在改變和棄用。文檔尚未完全更新,但我相信它很快就會完成。 我有和問題,如果我只提供電子郵件地址,它什麼都不做,但如果我提供了它的整個地址,但切換到舊門戶。 –

回答

1

看來no_note完全棄用: https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/#deprecated-variables

不過,這是混淆了什麼事情發生,如果此值不存在或「忽略」作爲貝寶說。我開始了支持票,如果我收到答案,我會在這裏發佈。

更新 - 收到貝寶的回覆:

「註釋功能不再在我們結束您不需要 任何參數發送到PayPal支付過程中隱藏筆記領域。」

因此,看起來現在該筆記默認情況下不會顯示出來(這也表明,不可能再向買家顯示該筆記)。

0

在PayPal的開發者頁面,他們仍然狀態:

no_note  Required Do not prompt buyers to include a note with their payments. 
         Allowable values for Subscribe buttons: 

         1 — hide the text box and the prompt 

         For Subscribe buttons, always set no_note to 1. 

no_note  Optional Do not prompt buyers to include a note with their payments. 
         Allowable values are: 

         0 — provide a text box and prompt for the note 
         1 — hide the text box and the prompt 

         The default is 0. To add a text label for the text box, such as, 
         Enter any special instructions:, use the cn variable. 

但以下被棄用:

cn   Optional Related to the no_note variable. When no_note is 0, a text box is 
         displayed at checkout for buyers who would like to include any 
         special instructions. Use the cn field to enter a custom note or 
         label for this text box, such as, Enter any special instructions: 

希望幫助

+0

感謝@kaboom,但儘管如此,我不能得到它的工作! –

0

我ve enc在他們的技術支持更新之前就已經發現了這個問題,新的佈局(他們稱之爲愛馬仕)不再支持no_note。與此同時,他們正在更新文檔。