I am hoping there is a function in the uc_member_pricing module that will allow me to pass in a node id and get the discounted price returned. Right now I am trying to do things manually and am getting strange prices for product kits and some products return a price of 0 (probably my mistake).

Again, is there a function that I can call that will return the discounted price?

Comments

gone404’s picture

I am trying to list dealer prices in a view using a views custom PHP field. I have access to the node id.

gone404’s picture

I ended up using this #710982: Possible Get Price Hook.