- This topic has 3 replies, 3 voices, and was last updated 13 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Removing "Shipped To" info from paypal screen
Hello,
Since I’m selling an online course that is not shipped to the customer, I wanted to see about removing the message on the paypal that says it’s been shipped to the customers billing address after payment. I’m concerned that this will confuse some customers since the product is not shipped.
I called paypal and they said that the coding behind the paypal button needs to be altered to make this change. They said that since the paypal button is not their own, I can not do it through paypal. Is there a .php file in the estore plugin perhaps that I can edit regarding this?
Thank you.
You just need to add “no_shipping” variable to the submitted form and set the value to 1. By default eStore uses the default settings of PayPal for shipping which is “prompt for an address, but do not require one”.
Are you using the buy now button or the shopping cart checkout?
What is the best way to add these HTML form hidden variables? Is there a way we can enter it within the Plugin Settings or do we need to hack the HTML?
If you tell me what you are trying to achieve then I should be able to tell you where to make the modification.
Also, take a look at the following tweak which may be helpful for you: