Jump to content

Group category discount


Recommended Posts

Hi.

 

I created a command for the database:

 

INSERT INTO `ps_group_reduction` (`id_group`, `id_category`, `reduction`) VALUES
(22, 529, '0.3500'),
(22, 348, '0.3500'),
(22, 347, '0.3500'),
(22, 346, '0.3500'),
(22, 345, '0.3500'),
(22, 328, '0.3500'),
(22, 314, '0.3500');

 

This command creates a group of customers ID22 35% discount for 7 category.
Command is successful, the table will appear ps_group_reduction value of the order.

When I go to the page so the left does not work. You need to create a command for another table from left to work?

Link to comment
Share on other sites

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...