Jump to content
  • 0

Skrypt do tworzenia kodów rabatowych


DevOtmek

Question

Hej,
potrzebuję wygenerować dużą liczbę kodów rabatowych. Napisałem sobie do tego skrypt, który zasadcznio działa, a jego główną częścią jest:

$rule = new CartRule();
$rule->id_customer = 0;
$rule->date_from = '2019-12-01 00:00:00';
$rule->date_to = '2019-12-31 23:59:59';
$rule->description = 'opis';
#
# inne parametry..
#
$rule->save();

Mój kłopot polega na tym, że chciałbym już na tym etapie dodać regułę, która wszystkie już istniejące kody, doda do pozycji "Wykluczające się zasady koszyka"

Chodzi o to, aby taki kod nie mógł łączyć się z innymi aktywnymi kodami.

Będę wdzięczny za sugestie jak to zrobić.

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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