In order to get the correct per item shipping to work, I have my shipping cost entered into the products_weight field and I'm using per Unit perweight as my shipping method.
However, I want to still display the correct weight of the product on the product details page.
So I have added the field of products_weight_display to be a field to display the weight (since products_weight is my Shipping & Handling price).
What do I need to modify to get this new field to display on the products detail page?
I have tried changing $products_weight to $products_weight_display where the weight is displayed. Nothing displays.



