1

Redirect to Login page after clicking to Add to Cart button

When client clicks on Add to Cart, he or she will be automatically redirect to the Login Page.

for Page redirection i got this Tools::redirect('index.php?controller=authentication?back=my-account');

But i'm searching to past this code in some controller please help me out or is there any solutions is there in prestashop

4

2 回答 2

1

转到管理面板并按照以下步骤操作:

  1. 模块 -> 购物车块 -> 配置 -> 禁用 ajax 添加到购物车
  2. 偏好 -> 产品 -> 将产品添加到购物车后设置到购物车摘要
  3. 首选项 -> 订单 -> 将订单流程类型设置为“一页结账”
于 2014-02-03T02:41:03.107 回答
0

使用此答案中的模块: https ://stackoverflow.com/a/14497847/1903705

并用您的重定向替换 hookActionCartSave 的内容。

您应该添加一些其他检查(已经登录等)。

于 2013-02-02T10:39:10.007 回答