[b]Issue 1[/b]
I am trying to show the unit price. What is the best way to do this? I have the quantity field available in php using custom theme.
This is what I have in a custom wooprice calculator theme:
INSTANT QUOTE: get_price_html(); ?>
Unit Cost:$0.00 (cost here)
[b]Issue 2a[/b]
I have a blue print with dimensions, color, and quantity.
If “Full Color” is specified, I need to dynamically update the price but it is not a calculation but rather a static number. I’m not using spreadsheets.
For example:
12 x 18, B&W = $1.25
12 x 18, Color = $4
[b]Issue 2b[/b]
If quantity is more than 100, then the dimension price should change (override).