我有一個PayPal按鈕問題 當我按下它讓我付款頁面 但產品名稱 沒有希伯來語按鈕 你可以看到圖片問題在希伯來語PayPal按鈕不正確的文本
我還添加了網頁的代碼
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>bookstore</title>
</head>
<body>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" accept-charset="utf-8">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="ספר בישול">
<input type="hidden" name="item_number" value="K8003">
<input type="hidden" name="amount" value="2.99">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="button_subtype" value="products">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="tax_rate" value="17.000">
<input type="hidden" name="shipping" value="1.00">
<input type="hidden" name="add" value="1">
<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_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_US/i/scr/pixel.gif" width="1" height="1">
</form>
</body>
</html>
感謝的人誰可以幫助
圖片鏈接http://oi46.tinypic.com/amtwl1.jpg – user2046045 2013-02-20 08:36:59
在這裏看到完整的代碼http://snipt.org/zfxh0 – user2046045 2013-02-20 08:42:29