Hello,

I have searched the forums and wasn't able to find an exact answer to what I needed. I did find the option to add a single text field to the product though. I used that and edited it to allow me to add three new fields to the products. It works 90%

I have it so that I can enter the values through the admin and it shows up on the listing page for the category. See this link below and you will notice the first product has a 'shank' 'diameter" and 'flute value"....this part works great

http://vermontindexable.com/indexabl...091feed993a3c6

BUT, i am unable to get those values to show up on the product display page. I can ONLY get the value for the very first one to show up BUT I have the exact same code for the second one. Any ideas?

Here is my code that is in tpl_product_info_display.php

HTML Code:
Diameter: <?php echo ($products_short_desc4); ?>

<br>
Shank:    <?php echo ($products_short_desc); ?>

As you can see from this link the Shank value shows up but not the Diameter value--- but it does show up on the listing page? Using the same field name products_short_desc4)

http://vermontindexable.com/indexabl...091feed993a3c6

thank you in advance