Page 1 of 1

Simple: Products custom field

Posted: Wed Nov 05, 2008 9:14 pm
by areimann
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

Re: Simple: Products custom field

Posted: Thu Nov 13, 2008 3:26 am
by areimann
really?  no one?

Re: Simple: Products custom field

Posted: Thu Nov 13, 2008 8:01 am
by alby
areimann wrote: really?  no one?
Tips:

use {get_template_vars} and if you have Array,Object for var ... use {$var|print_r}

Alby