Quantity in order guide is not working as per the rule base where more amount of quantity is shown.Issue There is a Rule Base conditions in an order guide where based on the rule base different catalog items are added as per the quantity mentioned in the rule base.The issue is there is a rule base which is set to have the quantity as 2 but when the condition is satisfied and if we check in the checkout page for the quantity it is shown as '4' Steps to reproduce:1.Create a order guide with a variable as select box type.2.Now enter the choices for the variable as 1,2,3,4,5.3.Create the two rule base with the below conditions.First rule base condition - variable in 1,2,3,4,5. quantity - 4 Item - any catalog item. dont enter any order or at this position.Second rule base. condition - variable is 1 quantity - 2 item - any catalog item at this position - 104.Now request the order guide by clicking on try it.5.Enter the variable value as 1.6.Now go to the checkout page by filling the details where we can found that quantity as 4 instead of 2.CauseThe 'at this position' field in one of the rule bases is not mentioned so the system considers it as a top order.Then system runs that rule base in the first place, if the condition matches then that rule base will be applied.ResolutionPlease change the 'at this position' field from empty to any value which suits the requirement.Then the system picks the correct rule base as per the order which is mentioned in the record and as per the conditions.Related LinksCheck if the sys_choice table is having different value which is manipulating when the value is 1 it is setting quantity as 2.Check if there are any custom business rules which are adding the quantity.