Hello, guys,
I have the following snippet of a right side rule:
modify ($gsc) {
for (int i = 0; i < $item.quantity; i++) {
}
}
which looks like is invalid syntax in some way, but it comes out with strange error report, such as '[Error: no such identifier: $item]'
Would you please assist me on how to put that loop inside that modify block?
Thank you and regards,
Martin