After doing quite a few searches on here regarding the PayPal buttons, I couldn't find exactly what I'm looking for. As of right now I'm using a WP theme called Origami. Overall it's been excellent...except it has these pricing grids with built in "Choose Plan" buttons that are nice, but I can't seem to figure out how to integrate the PayPal shortcodes from the button generator in with the pre-existing grids (which are also shortcode). I am pasting the entire code below so you can see what I mean.
The first FREE plan works fine since it takes you to the http registration only. But, the other two get a 404 error page. If someone has a solution that would be great. I'd prefer not to have to resort to the standard orange-yellow PayPal buttons if I don't have to. The current URL where the code below can be found in use is http://angeliclightstream.com/join-our-angelhood/ As you can see the second and third pricing columns "choose plan" buttons don't work.
- Code: Select all
[pricing_grid_third color="purple" header_text="Angel Subscriber" price="FREE" duration="year" plan_link="http://angeliclightstream.com/wp-login.php?action=register" plan_text="Choose Plan"]
<ul>
<li>Offer 1</li>
<li>Offer 2</li>
<li>Offer 3</li>
<li>Offer 4</li>
</ul>
[/pricing_grid_third]
[pricing_grid_third color="blue" header_text="Archangel Member" price="$5" duration="month" plan_link= [s2Member-PayPal-Button level="1" ccaps="" desc="Archangel Member" ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="angeliclightstream.com" ta="5.00" tp="1" tt="M" ra="5.00" rp="1" rt="M" rr="1" rrt="" rra="1" image="default" output="button" plan_text="Choose Plan"]
<ul>
<li>Offer 1</li>
<li>Offer 2</li>
<li>Offer 3</li>
<li>Offer 4</li>
</ul>
[/pricing_grid_third]
[pricing_grid_third_last color="darkpurple" header_text="Light Stream Member" price="$11" duration="month" plan_link=[s2Member-PayPal-Button level="2" ccaps="" desc="Light Stream Member" ps="paypal" 1c="" cc="USD" dg="0" ns="1" custom="angeliclightstream.com" ta="11.00" tp="1" tt="M" ra="11.00" rp="1" rt="M" rr="1" rrt="" rra="1" image="default" output="button" plan_text="Choose Plan"]
<ul>
<li>Offer 1</li>
<li>Offer 2</li>
<li>Offer 3</li>
<li>Offer 4</li>
</ul>
[/pricing_grid_third_last]
Let me know if there's anything else I can provide to get a solution.
OH, and just curious, but is anyone else having a 2-3 minute delay between registration and confirmation email arriving? Not sure what the delay is - I'm using MailChimp and it seems to be configured correctly.
Thanks!