gvdsleen wrote:Now to solve the issue of State/province required field for Paypal payments and either leave it out or change it to company name. ---- There is no option to give street address, this is available for mastercard, why not for PayPal? If I add the street_address field in the custom fields this does not show on the form??
Please let me know if I'm missing something, but I think what you're seeing is s2Member's handling of the PayPal payment option, and it's relation to tax calculations. If you have tax rates configured, and a Customer chooses PayPal as their method of payment, s2Member MUST collect basic Billing Address details that it needs to calculate taxes properly ( based on your tax configuration ). In this scenario, s2Member may only ask for State, Country and Zipcode. The reason for this is that s2Member is not suppose to ask a Customer for anything more than is required to satisfy the transaction ( e.g. PayPal's policy on "Express" Checkout ).
All of that being said, I DO see the confusion in this regard too. The heading in that section reads " Billing Address ", so I'll see what we can do to make this clearer in a future release. In the mean time, you might be able to manipulate a custom template file to accomplish your goals.
---------------------------------------------------------------------
From our FAQ:
http://www.s2member.com/support/Is it possible to modify the PayPal® and/or Authorize.Net® Pro Form templates?- Code: Select all
Usually not necessary. But yes, if you really need to. Please check your /s2member-pro/includes/templates/forms/ directory. You can take the default templates, and place some ( or all of them ) into your own WordPress® theme directory. s2Member Pro will automatically find your custom templates there. By placing custom templates into your theme directory, you can be sure they won't get overwritten in a future upgrade. Either that, or you can just use the default templates like they are, and customize them with your own CSS rules inside the Stylesheet for your WordPress® theme ( i.e. style.css ). If you're using a PriMo Theme ( for instance, the s2Clean Theme ), check your Theme Options Panel, under: Custom CSS / Style Sheet.