EC 购物流程发现一个问题~~请高手修改一下

2016-07-07 15:02 来源:www.chinab4c.com 作者:ecshop专家



我在开发的时候发现,在购物车填写完成收货地址的时候,提交 总会跳转到flow.php?step=checkout这个地址里面。 我在找到文件c**ignee.lbi 和 flow.dwt
<!-- {foreach from=$c**ignee_list item=c**ignee key=sn} -->
<form action="flow.php" method="post" name="theForm" id="theForm">
<!-- #BeginLibraryItem "/Library/c**ignee.lbi" --><!-- #EndLibraryItem -->
</form>
<!-- {/foreach} -->
c**ignee.lbi
<input type="submit" name="Submit" class="bnt_blue_2" value="{$lang.shipping_address}" />
<input type="hidden" name="step" value="c**ignee" />
<input type="hidden" name="act" value="checkout" />
<input name="address_id" type="hidden" value="{$c**ignee.address_id}" />

就是不知道在什么地方控制了,这个表单提交后跳转flow.php?step=checkout我把唯一一个为checkout的值 <input type="hidden" name="act" value="checkout" />给修改都没有反应。也不知道在什么地方转换的明明这里的是step = c**ignee 提交的, 可是到了flow.php的时候就已经转成step=checkout 。。。这两天头有点晕,这个问题解决不了,请高手指点一下。。。。O(∩_∩)O谢谢



回答:
自己顶贴啦。。。跪求高手啦

卡壳了……被卡在这。。。。

求高手帮忙看看

你自己看清楚flow.php里面....是通过header跳转到checkout里面的

哎,丢大了~~~~