How does it handle an order of 500 total pieces where let's say 500 pcs all get the same heart print and then every 100 get a unique back print? So that's all 500 heart prints the same, 5 unique back prints of 100 each. Everything else about the Ts is identical- same style, color, ink.
For a job like this I combine the 500 fronts to get that price break to the client and then add a print location for each at 100pcs per, simple.
Inside the software you make a line for each of the 100 pcs. and then assign a heart print to the whole group and only their respective back print to each chunk of 100, a little laborious but pretty straightforward. However, my quoting software freaks if you enter identical products on separate lines (in order to assign each unique print out) and will not display quotes properly. I've made the argument that this must be fixed but wanted to be sure it's doable on other programs before demanding it.
In this case, I have to parse out all 5 T styles in above example to 5 orders and manually override pricing after referencing our price matrix. Might as well be using a damn spreadsheet at that point.