I checked Wiki but it is it not helping me.
Lets Say I have a form with 3 fileds:
Product_name
quantity
Add to cart
Submit purchase
And would like to repeat this action 10 times, At the moment what I did is this:
SET COUNTER VALUE = 1
IF COUNTER VALUE < 10 (Green arrow to "Block to execute" below)
###########Bloc to execute##############
Product_name
quantity
Add to cart
###########Bloc to execute##############
INCREMENT COUNTER OF + 1(Arrow pointed back to "SET COUNTER VALUE = 1").
But this is not working, the script get stuck at the top first block called "SET COUNTER VALUE = 1".
Could you please explain to me further how it works?I thought it would be very easy but it looks like not.
Thank you,
Ben
Lets Say I have a form with 3 fileds:
Product_name
quantity
Add to cart
Submit purchase
And would like to repeat this action 10 times, At the moment what I did is this:
SET COUNTER VALUE = 1
IF COUNTER VALUE < 10 (Green arrow to "Block to execute" below)
###########Bloc to execute##############
Product_name
quantity
Add to cart
###########Bloc to execute##############
INCREMENT COUNTER OF + 1(Arrow pointed back to "SET COUNTER VALUE = 1").
But this is not working, the script get stuck at the top first block called "SET COUNTER VALUE = 1".
Could you please explain to me further how it works?I thought it would be very easy but it looks like not.
Thank you,
Ben