OK, I think I'm on to something here. I found
Code:
$product_wholesale[wi].price
in "customer/main/product_prices.tpl"
I tried putting
Code:
{$product_wholesale[3].price}
into my "customer/main/products.tpl" with the hope of getting it to return the value of the "3+" price. I also tried various combinations of that code, but the closes I got to my goal was when I used
Code:
{$product_wholesale}
the page returned "Array". OK, so I know that $product_wholesale is an array, but how do I grab one part of that array (specifically the "3 or more quantity" part)?
I'm sure that I'm close to the solution, I'm just not versed enough with Smarty to find the correct syntax.
Piper