Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add multiple menu items that required condiments selection from user trough isl code - Micros 9700

Status
Not open for further replies.

nvak

Programmer
May 25, 2015
60
GR
Hello guys,

How can i add multiple times a menu item which required condiments selection from user?

Code:
FOR j = 1 TO @GST
	IF Item <> ""
	      LOADKYBDMACRO Item
	ENDIF																	
ENDFOR

When the first item added in check the isl code throw an error because the code tries to add the next menu but the same time micros has a pop up where the user has to select the condiments for the menu.

Does anyone knows any workarround?
 
Depending on how you are wanting to add things, it could be adding the next items as it loops through the For statement. What's the error it is giving you?

Also, why aren't you using Menu Item Classes and Condiments to add Condiments to a Main Item. It would be way easier to use rather than using the script.

Example:
Cheese Hamburger
Cheese Option:
Cheddar
American
Swiss
* No Choice *

Side Option:
French Fries
Coleslaw
Potato Salad
Chips
* No Choice

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top