I have looked through a lot of of examples out there and I think I might be over thinking this.
I have a products, and I added a custom field call "ppm" and the values will range from 0-99.
How do I call the value of ppm when displaying the details?
Page Per Minute: {$entry-> ppm} (bad example, but i think that will give you the idea).
thanks in advance
Simple: Products custom field
Re: Simple: Products custom field
really? no one?
Re: Simple: Products custom field
Tips:areimann wrote: really? no one?
use {get_template_vars} and if you have Array,Object for var ... use {$var|print_r}
Alby