In this Article: Show

 

Price Codes

Pricing Moulding by Category

Here is a method to qualify how a moulding is priced based on the Category field.

Tip: This is a great way to consistently price a discount line of moulding from various vendors, or add additional charges to selected moulding, or designate higher pricing for difficult to cut moulding.

Important: Make sure that the value in the Category field is an exact match to the Category used in your formula.

Price with Category by Markup

Formula example:

 If(Category = “Special Order”; Cost*6; Cost*4) 

Price with Category by Retail Price Per Foot

Formula example:

 Case(
 Cost>0 and Category = "Discount Line04"; 4;
 Cost>0 and Category = "Discount Line05"; 5
 ) 

Price with Category in Set Price field

Formula example:

 If(Category = “Special Order”; 15)