Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将商品添加到购物车时,是否可以将用户重定向到不同的页面?例如,我希望他们进入输入详细信息页面,然后从这里我希望他们查看购物车。
如果有可能怎么做?
谢谢
通过将 controllers->cart.php 第 85 行的地址更改为我要重定向到的页面的位置来解决这个问题。