Hello!
i have a document "carte de visite" that works like a charm, with a database file uploaded by user.
My issue is at the cart proceed : i cannot chose a quantity, cause she is defined by the number of entry in the DB.
So, if my client need 200ex of each entry, he has to duplicate them in his DB... not very easy.
I tried other way that works good : in the DB, i put a column named "quantity" where i fill a number.
I use this var to complete the field "number of copy" of the "page layout" in PSM.
My DB is like that (simplified):
nom |prenom |quantité
roche |tom |200
gallego |gerald |400
It works in PSMW, the preview and the generated file/print give me 600 pieces of "cartes de visite".
But the quantity in the cart still 2. NOK for price obviously...
an idea?
Thanks!
Tom