1
This example顯示瞭如何添加一個字段,讓客戶選擇自己的價格。但該例中的按鈕用於快速結帳。我正在嘗試將顧客選擇的價格添加到購物車?我該怎麼做呢?如何將用戶選擇的價格添加到購物車? (谷歌結賬)
,我已(谷歌應用程序引擎 - Python)的代碼添加項目到車,但不是價格;價格總是零。這是我使用的代碼:
self.response.out.write("""
$ <input type="text" name="item_price_1"/>
<div class="product">
<input type="hidden" class="product-title" value="%s">
<input type="hidden" class="product-attr-id" value="id#%s">
<div class="googlecart-add-button" tabindex="0" role="button" title="Add to cart">
</div></div>
這是沙箱腳本:
#sandbox script
self.response.out.write("""<script id='googlecart-script' type='text/javascript' src='https://checkout.google.com/seller/gsc/v2_2/cart.js?mid=1234567890' integration='jscart-wizard' post-cart-to-sandbox='true' currency='USD' productWeightUnits='LB'></script> """)