I have a question about how to handle the shipping of product. This is my desired scenario.
Say a user adds one item to their shopping cart on my page and hits the “Checkout” button, which then brings them to the paypal login page.
After they log in, is there a way to have paypal determine shipping information (total shipping cost) based on their address (zip code) and automatically add this to the total charged?
After this is done and I (the admin of website) receives an email from paypal. I should then see that they paid for product + shipping in the order.
Has anyone done this or asked this before?
Thanks!