How to change the behaviour of the app to avoid the creation of new products.

In some circunstances, Qstomizer creates a new product in the store each time a customer personalises a product. There are 3 possible solutions to prevent the customized product to appear in the store:

  • - Change behaviour (Recommended): Activate the "Block Product Creation" option. Here you have more information
  • - Hide products: Each product created by the app has the tag "hideme". It is possible to add some code to the store to hide all the product with that tag. Here you have a step by step guide
  • - Remove products: It is possible to remove the created products after certain time automatically. Here you have a more information