If you go to modules/payment/paypal.php
about line 178 you will see a commented out line that says:
HTML Code:
zen_draw_hidden_field('no_shipping', MODULE_PAYMENT_PAYPAL_ADDRESS_REQUIRED) .
simply uncomment it and change it to:
HTML Code:
zen_draw_hidden_field('no_shipping', '1') .
and PayPal will no longer ask for shipping.
@Merlinpa1969
As you can see I'm new here so take what I have to say however you want. I have scanned over the forums trying to learn Zen Cart. I constantly have come away with the impression that the forums are not very friendly. I've finally realized that it is your posts that are making the forum an unfriendly place compared to other projects I have worked with. Almost everytime I see you post something it is negative or saying something like "That's impossible". Often the solutions are real simple but you tend to shut down all conversation with your posts and sidetrack the discussions on whether or not something is possible or not. With programming, just about anything is possible, you just need to know what it is you are doing. Most people coming to these forums don't realize that. I'm not sure if you program or not, but you may want to consider trying to change the tone of your messages. I'm not trying to offend you, just trying to share some insight from a person who is new to Zen Cart, but knows a little about programming.