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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Simphunny

    Simphony C# Add Discount to individual Menu Item and not whole check

    This code worked. You have to check "3 - This is an Item Discount" checkbox in the "General" tab of the Config UI for the discounts to be applied to each menu item instead of the whole check private void ApplyItemDiscountToMenuItem(int menuItemDetailLink) { const int DiscountId = 123...
  2. Simphunny

    Simphony C# Add Discount to individual Menu Item and not whole check

    Hi, I am able to add a discount to an individual check menu item by using the Simphony REST api "Post a new round to a check" POST {basePath}/checks/{checkRef}/round "menuItems": [ { "menuItemId": 123, "definitionSequence": 1, "name": "Item...

Part and Inventory Search

Back
Top