Laddawn.com : Import Reclosable MOD YMAC

Overview:  When the user is searching for Reclosable bags (Selected Categories 201, 205, or 207) we want to give the a MOD domestic option as the Made on Demand options and a MOD Import option as the first YMAC.

 

Process:

What I’m thinking is this:

When we go get the YMAC results (ShopController.GetMODProductYMACItems) we add a condition in there checking the selected category, if it matches one of the categories mentioned above we:

  • Add a SearchField option to pass along SHOP.IMPORT as a True.
  • Call the MODProductitemService.GetByFilter
  • Return any results to the screen.

This may mean we have to add some support properties to the Model for shop results, etc.

 

Review what you think needs to be done to carry this option around with the item and get back to me.