magento checkout对某些客户的结算信息感到震惊

时间:2016-01-28 11:39:51

标签: magento

我们在现场工作中遇到了一个最奇怪的问题。

某些注册客户[email id],当他们输入结算地址并点击"继续"按钮,

它没有进入下一步。而不是这个,它回到上一步。

我们使用https进行结帐。这是ajax响应: enter image description here

console:enter image description here

1 个答案:

答案 0 :(得分:2)

您可能会在结帐页面上删除送货地址步骤。

但在结帐结算步骤中,您已将 var bingocol = ["a", "b", "c"]; /** * Returns a random integer between min (inclusive) and max (inclusive) * Using Math.round() will give you a non-uniform distribution! */ function getRandomIntInclusive(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; } $('#runbingo').on("click", function() { var nextcolindex = getRandomIntInclusive(0, 2); var nextletterindex = getRandomIntInclusive(0, 2); var nextrow = getRandomIntInclusive(0, 2); $('#grid').find('tr').eq(nextrow).find('td').eq(nextcolindex).html(bingocol[nextletterindex]); }); 值设置为 0 。对于此0值,您需要在送货地址步骤中获得,但它是不退出;

因此,您需要将 billing[use_for_shipping] 值设置为 1 (表示运送到同一地址)才能直接转到送货方式步骤发送到此地址