Jump to content

bulk upload of cart rules


Recommended Posts

Hi Everyone,

 

I am about to run a deal with a voucher advertising site and they want to be able to provide me with a list of voucher numbers prior to the deal running.

The code will be unique for each customer and so I cant create a block cart rule - does anyone know if there is a way to do this ? each voucher will give the customer 55% discount across two products and I dont want to have to spend all day creating a unique code for each customer.

 

Thanks in advance

Allan.

Link to comment
Share on other sites

i dnon't know any other import tool, but you can try with import them to the database, with mysql query or some import tool in the database managers software, for example phpmyadmin. But in this case you have to be familiar with databases and mysql queries

Link to comment
Share on other sites

By default, PrestaShop does not support mass voucher creation (multiple codes) without a module. You can do it using database and phpmyadmin as vekia said, you need to really have experience with mysql and php.. Alternatively, you can use one code and have a limit per user. So you can make one voucher with the same code but only allow it to be used one time, or more, per customer.

Link to comment
Share on other sites

×
×
  • Create New...