Paypal PRO form issue? (resolved)

Hi there,
i make a paypal form with this shortcode:
[s2Member-Pro-PayPal-Form register=“0” level=“1” ccaps="" desc=“description” custom=“betpronostici.it” captcha=“clean” ps=“paypal” lc="" cc=“EUR” dg=“0” ns=“1” custom=“DOMAIN.COM” ta=“0” tp=“3” tt=“D” ra=“0.01” rp=“1” rt=“M” rr=“1” rrt="" rra=“2” accept=“paypal” accept_via_paypal=“paypal” coupon="" accept_coupons=“0” default_country_code="" /]

This form is for paypal express payment.

Form add fields, STATE, ZIP CODE, and NATION, but NOT STREET ADDRESS and CITY.
Now digging to pluging found the template in /includes/template/forms/paypal-checkout-form.php
At line 143 this tell me that if paypal is enable the address fields are hidden…

But forms show me STATE, ZIP and NATION fields,
Why?.

Those field are required by paypal?? or this is an issue of s2M?

Another trouble.
When i insert any data into fields, (also state zip and nation) i show the tax calculating ajax function but results always 0.
I insert the correct percentage value for tax in “tax rate calculations (proform)”

Thanks in advance

First: calm down! Adding a ton of #s and capitals to the title looks like you’re shouting! That’s not the way to get someone to help. If you do it again, I personally will certainly keep well clear.

Second, you need to provide the URL of where this form is shown. My guess is that you have a javascript problem, but I can’t be sure without seeing the page.

This is my 3th request of support. Last request i haven’t any response, Then i add a uppercase title. I PAY and i think a minimun of support is appreciated, or exists another support way for s2memeber pro?

I can provide the link in private, not public.
I can send a link in private way?

This isn’t support. You can use uppercase until you are blue in the face, but it won’t change anything. This isn’t support.

This is simply a forum of and for users of the plugin.

And the support for payment client? where is?

No idea. Why don’t you try going to where you bought the plugin from?

I have no idea where can i get support. On site a don’t find any link for support, (if you can provide me i’am happy) only Faq and Kb, or a popup message for question about sales or billing.
Plugin made by wpsharks and this forum is wpsharks subdomain and so i think this is the correct site where can i get support…maybe…

If you can talk to them about sales, you can ask them for support. Whether they will respond, I have no idea.

1 Like

i’ll try…
thanks

STATE, ZIP and NATION are fields that require ajax functions for calculatin tax (see paypal-utilities.inc.php line 267)
and them this fields are required. So template file paypal-checkout-form.php at line 140 say lies.

If you provide a Time Term (tt attribute on shortcode) or rr = BN (another shortcode attribute), tax calculation return zero, because c_ws_plugin__s2member_pro_paypal_utilities::paypal_cost calculate TODAY price.

bye