简体   繁体   English

为什么我的Joomla网站给我一个PayPal捐赠按钮错误?

[英]Why is my Joomla site giving me a PayPal donation button error?

I built a site for a nonprofit, using Joomla 2.5.17, and a template from JoomlaShine. 我使用Joomla 2.5.17和JoomlaShine的模板为非营利组织构建了一个网站。

I'm getting an error on the PayPal donation link (see image): "PayPal cannot process this transaction because of a problem with the seller's website. Please contact the seller directly to resolve this problem." 我在PayPal捐赠链接上看到一个错误(参见图片): “ PayPal由于卖家网站存在问题而无法处理此交易。请直接与卖家联系以解决此问题。”

I'm using PayPal code that was created from my account in the PayPal API/code generator. 我正在使用从我的帐户在PayPal API /代码生成器中创建的PayPal代码。

I've tried every trick I've found on forums, incl. 我尝试了在论坛上发现的所有技巧,包括。 StackOverflow and PayPal's - nothing is working. StackOverflow和PayPal-没有任何作用。 It looks like very simple code; 看起来很简单的代码; and it's been a week of hair-tearing frustration. 这是令人毛骨悚然的挫败感的一周。

My level: Beginner; 我的水平:初学者; lousy at coding; 编码不好 please be kind... I'm trying to help a nonprofit. 请客气...我正在努力帮助非营利组织。

Page where code exists: http://sledfund.org/index.php/modal-width-600-height-400-donate-to-sled-modal 存在代码的页面: http : //sledfund.org/index.php/modal-width-600-height-400-donate-to-sled-modal

Code I'm using: 我正在使用的代码:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" 
target="paypal">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden"   name="hosted_button_id" value="PMJUGLKQWEXPJ" />
<input type="image" name="submit" 
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
alt="PayPal - The safer, easier way to pay online!" />
<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" 
alt="" width="1"  height="1" border="0" />
</form>

We also had an issue with a donate module which we were embedding in some articles. 我们在一些文章中嵌入的捐赠模块也存在问题。 I assume that because you have the donate button in an article that it is actually a module and you are using {loadposition xxx} to embed it. 我假设是因为您的文章中有捐赠按钮,它实际上是一个模块,并且您正在使用{loadposition xxx}来嵌入它。 Open the article in the Article Manager above above loadposition , add the following: 在上方loadposition的“文章管理器”中打开文章,添加以下内容:

{emailcloak=off}

I'm not sure if this will fix your specific problem but worth giving it a try. 我不确定这是否可以解决您的特定问题,但值得尝试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM