I am trying to us a suitable shipping method that will work to ship per item rates to just US and CAN. I would like to offer standard shipping 3 day rates(with different price based on location - east coast / west coast), I would also like to offer SELECT 1 day shipping rates to these places.
All being said, I would like to also have only a few certian products (pencils, postcardss) to ship for a cheaper price than my (per item) shipping rate.

Even if I could have the SHIPPING OPTIONS show up under the 'Available Options' table, to select shipping from a dropdown and add that to the total price within the Product_info.php page.
(Could anybody explain to me in detail how to duplicate the 'Product Attributes' module and rename all of the variables into a Shipping Table, including the correct line(s) to insert and make the 'shipping table' visable in Product_info.php)?

Any help is appreciated.