Description: Comparison shopping is difficult when some prices are shown in Thousand and others are shown by the case or roll.
Process Overview:
Calculate the price:
- Calculate the Pkgs per Thousand:
- 1000 / Count per roll or case. So 200 per case means 1000 / 200 or 5 cases per Thousand. 300 per case means 1000 / 300 or 3.3333 cases per thousand
- Calculate Thousand Price:
- If Unit is CS or RL: Thousand price = Unit Price * Pkgs per thousand
- If Unit is th: this is the thousand price no calculation needed.
- Calculate the Package (RL or CS) price:
- If unit is CS or RL no calculation needed display unit price.
- If unit is th: Pkg Price = Unit Price / Pkgs per thousand.
Display Hover:
- Put both prices on the hover in a 2 x 2 table.