Statistics: Posted by rlpublishing — January 3rd, 2012, 5:15 am
Yes, you can certainly build a tax configuration that considers the customer's country, even down to their postal code if you like, or even a postal code range. I'm attaching a screenshot of s2Member Pro's tax configuration section for PayPal.
(My emphasis)
... can I ask, with S2MemberPro ...
(a) Can we therefore set one product to be billed with tax, and one without if that's what's needed ?
(b) In terms of the location of the buyer, is there a way for us to determine this and to set it accordingly ? For example, is "country" on the checkout form and if so, is there a way of determining if it's in the EU (which may mean the sale would attract VAT) ?
<?php
add_action("ws_plugin__s2member_after_loaded", "s2_pro_tax_exclusions");
function s2_pro_tax_exclusions()
{
if(!is_admin() && strpos($_SERVER["REQUEST_URI"], "no-tax") !== false)
{
$GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["pro_default_tax"] = "0.0%";
$GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["pro_tax_rates"] = "";
}
}
?>
Statistics: Posted by Jason Caldwell — January 2nd, 2012, 10:24 pm
bwold wrote:
Hi all,
My client will be selling training videos online, using Specific Page access restrictions. Everything's working great, but PayPal is adding sales tax (they also sell the videos in DVD format, so the sales tax is appropriate there).
(My emphasis)Jason Caldwell wrote:
With s2Member Pro Forms, s2Member Pro allows you to configure taxes inside your WordPress Dashboard for all transaction types. With Standard PayPal "Buy Now" Buttons, taxes need to be configured inside your PayPal account instead.
Statistics: Posted by rlpublishing — January 2nd, 2012, 5:03 pm
Statistics: Posted by Jason Caldwell — December 18th, 2011, 10:45 am
Statistics: Posted by rscully — December 16th, 2011, 8:33 am
This definitely sounds like a plugin conflict, or a theme conflict. Are any Shortcodes functional? Have you tested this against the default WordPress TwentyEleven theme?divagrrl27 wrote:
(And btw, fyi, sales pages in Premise seem not to like s2Member shortcode -- I could only get buttons to work using the zillion-character html string when making a Premise sales page. I'll post a separate thread about that.)
Statistics: Posted by Jason Caldwell — November 3rd, 2011, 1:03 pm
Yes, s2Member Pro integrates with PayPal Pro, which is connected by s2Member Pro Forms. s2Member Pro gives you Shortcodes too, but they produce full registration/payment forms, instead of just Buttons; making it possible for Customers to complete checkout entirely on your site, and eliminating the need to have Customers go through PayPal when they would prefer to use a credit card on your site. Please see this video intro: http://www.s2member.com/video-pro-intro/
Or does Pro eliminate the need for button code altogether...?
Statistics: Posted by Jason Caldwell — November 3rd, 2011, 1:02 pm
Statistics: Posted by divagrrl27 — November 3rd, 2011, 12:44 pm
With s2Member Pro Forms, s2Member Pro allows you to configure taxes inside your WordPress Dashboard for all transaction types. With Standard PayPal "Buy Now" Buttons, taxes need to be configured inside your PayPal account instead. See: http://flyingcart.com/blog/how-do-i-use ... -settings/bwold wrote:
Hi all,
My client will be selling training videos online, using Specific Page access restrictions. Everything's working great, but PayPal is adding sales tax (they also sell the videos in DVD format, so the sales tax is appropriate there).
Is there a way to set the sales tax in the PayPal button? Here's the shortcode (domain changed, obviously):[s2Member-PayPal-Button ids="472" exp="4380" desc="Video #1: access for 6 months" ps="paypal" cc="USD" ns="1" custom="www.mydomain.com" ra="4.99" sp="1" image="default" output="button" /]
Thanks!
Statistics: Posted by Jason Caldwell — November 3rd, 2011, 11:13 am
Statistics: Posted by divagrrl27 — November 1st, 2011, 7:06 pm
[s2Member-PayPal-Button ids="472" exp="4380" desc="Video #1: access for 6 months" ps="paypal" cc="USD" ns="1" custom="www.mydomain.com" ra="4.99" sp="1" image="default" output="button" /]
Statistics: Posted by bwold — February 1st, 2011, 8:16 pm