Thanks — you found a silly typo in my code. It only affected Paypal buttons not using encrypted carts, so that is how I missed it. Please upgrade to SCABN 1.4.6 and it should be fixed. (Let me know if it isn’t).
As for the spacing, that may be related to the bad html I was generating because of this bug. If that doesn’t fix it, I’m pretty sure it is some css stuff in your theme as the content I’m generating just has the checkout button immediately after the table showing the shopping cart.
Thanks. Just upgraded to the new version, and I’m still having the issue. Any other thoughts
I looked more carefully and that wasn’t it. Are you using a SCABN template? If so, can you go back to the default and see if that fixes it. The problem is that the code for the Paypal button is getting html-ified — line breaks are converted to <br/>, etc and that is breaking the raw html code. Not sure why it is happening as it doesn’t for me.
Hmmm…..thanks. I’m just using the default template.
My guess is that it is some interplay with your WP theme and my plugin then. Can you try switching to a different theme (maybe 2011?). Also what version of WordPress are you using?
Ok, try 1.4.8 — not sure why different WP installs are treating things differently, but I’m now echoing out the content instead of returning it content in a function. Hopefully that will fix the sanitization it is getting.
Thank you. Where do I get 1.4.8?
Never mind. Just updated to 1.4.8 and its working perfectly. Thanks so much for your help!
Glad to here. I’ll flag 1.4.8 as stable then.