我已经为Paypal网站付款标准设置了我的POST变量,它工作正常,但我收到的电子邮件宣布新订单(我没有使用IPN)并没有告诉我客户是否支付标准包裹运费或优先级 - 他们在我的网站上选择。 Paypal收集客户的送货地址,并将其包含在“送货地址”字段中。
我在电子邮件中看到“送货详情”字段,该字段为空白。我有什么办法把运输方法放在那个领域吗?什么变量会输入“运输详情”?我将发货选项放在“自定义”字段中,但它只出现在我的网络帐户中。如果我可以使用电子邮件中的“送货详细信息”字段,那将更方便。
$("#purchase").on("click",function(){
var shippingChoice = $("#SelRate option:selected").text();
var ppInfo = '<form id="send" target="_self" action="https://www.paypal.com/cgi-bin/webscr" method="post">' // target = _self
... // additional input
+ '<input type="hidden" name="tax_cart" value="'+ s_tax +'">' //s_tax
+ '<input type="hidden" name="handling_cart" value="'+ s_ship +'">' // total shipping cost
+ '<input type="hidden" name="shipping_method" value="'+ shippingChoice+'">' // Shipping Method
+ '<input type="hidden" name="custom" value="'+ shippingChoice+'">' // Shipping Method
+ '<input type="hidden" name="cn" value="Insert a greeting message for DROP SHIP mailing.">' // Include Greeting msg
+ '<input type="submit" value="PayPal">'
+ '</div></form>';
});
买方
Txxxx Jxxxxxxxxx
tjxxxxxx@hotmail.com
送货地址 - 已确认
Txxxx Jxxxxxxxxx
109 Skyline Trail
Exxxxx,CA 90206
美国
商家说明
贺卡:生日快乐,Jeri。我们想你。汤姆&amp;苏
送货明细
您尚未添加任何送货详情