Jump to content

后台购物车的产品怎么删除


chrilisa

Recommended Posts

问题,有的客户加了非常多的产品到购物车,我想把这些产品删除了,在后台-客户-购物车(Back Office >> Customers >> Carts)里没有删除按钮,怎么添加删除按钮,或是怎么删除这些产品

Link to comment
Share on other sites

You can add a delete option to AdminCarts very easily, which will allow you to delete carts from the BO rather than using SQL queries….

Open
admin/tabs/AdminCarts.php

Find:


$this->delete = false;

Change to:


$this->delete = true;

我要的就是这种效果,
照他说的去做,可以还是没有实现
现在客户加了二十几个产品,现在要实现这个功能以防以后加入的更多

24063_8ySLmPP79I2hozjsqxkJ_t

Link to comment
Share on other sites

  • 9 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...