After several modifications of PayPal's "Add to Cart" button codes and as many test runs; I can't get PayPal to collect the customer's shipping address! I even recreated the add to cart button and selected the option that says "Yes-require shipping" and still the code created is the same as the option, "No shipping needed"!
Also, I wanted the option, "allow customer to include a comment"; but that doesn't happen either!
This code is created whether I select "require shipping" or not:
<input type="hidden" name="no_shipping" value="2">
When I select the option to allow customer to leave a comment; it leaves this code out, but doesn't provide a comment box:
<input type="hidden" name="no_note" value="1">
PayPal just uses the billing address for the shipping address AND then provides a small "change" link for the shipping address!
What do I have to do to get PayPal to request the shipping address and to provide the comment box?
Advice is certainly appreciated!
Also, I wanted the option, "allow customer to include a comment"; but that doesn't happen either!
This code is created whether I select "require shipping" or not:
<input type="hidden" name="no_shipping" value="2">
When I select the option to allow customer to leave a comment; it leaves this code out, but doesn't provide a comment box:
<input type="hidden" name="no_note" value="1">
PayPal just uses the billing address for the shipping address AND then provides a small "change" link for the shipping address!
What do I have to do to get PayPal to request the shipping address and to provide the comment box?
Advice is certainly appreciated!
Comment