Authorize.Net简单结帐属性?

时间:2014-03-24 16:44:35

标签: e-commerce authorize.net

有没有办法使用Authorize.net的简单结帐按钮添加颜色,大小等产品属性?如果是这样,怎么样?

<form action="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" method="post" name="PrePage" class="center">
    <input name="LinkId" value="123456" type="hidden">
    <input src="/wp-content/uploads/btn_buynow.png" type="image">
</form>

1 个答案:

答案 0 :(得分:0)

如果您想要颜色和尺寸选项,则需要为每个组合创建单独的简单结帐选项。否则,您需要使用完整的API或购物车,例如支持Authorize.Net的解决方案。