Get the Value of the Cheapest Option for an Ubercart Product
By adam on Thu, 02/09/2012 - 10:41This is just a quick code example. Imaging you have an Ubercart attribute that has several options and you'd like to show an "As low as $X.XX" price on the frontend. Here's a simple solution. Note that if you wanted the lowest price across ALL attributes you could loop through each attribute too (instead of just looking at attributes[1]).

