Hi! I'm pretty new in umbraco, and want to implement a Coupon Code function (Not generating coupon codes, adding allready existing.).
So it works like this; We get an .csv file, with about 5-10k codes (We have different codes from different companies). Someone uploades the .csv file we recieved to the backend umbraco system, the server executes a script which seperates the codes, and adds a field "used" (so the system knows which is used, and which is not).
Could someone describe a good solution for this in umbraco? I was thinking a document type for CouponCodes with a .csv upload field, with a "singleCode" document type as child. But how would i then make it automaticly create the child "code" nodes, from the CouponCode.csv property?
Just ask if something is unclear here, and thanks! :-)
Coupon code implementation (with allready existing codes)
Hi! I'm pretty new in umbraco, and want to implement a Coupon Code function (Not generating coupon codes, adding allready existing.).
So it works like this; We get an .csv file, with about 5-10k codes (We have different codes from different companies). Someone uploades the .csv file we recieved to the backend umbraco system, the server executes a script which seperates the codes, and adds a field "used" (so the system knows which is used, and which is not).
Could someone describe a good solution for this in umbraco?
I was thinking a document type for CouponCodes with a .csv upload field, with a "singleCode" document type as child. But how would i then make it automaticly create the child "code" nodes, from the CouponCode.csv property?
Just ask if something is unclear here, and thanks! :-)
is working on a reply...