Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

Paypal Plugin for "Multiple" no longer functions

Welcome, Guest
Username Password: Remember me

Paypal Plugin for "Multiple" no longer functions
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Paypal Plugin for "Multiple" no longer functions

Paypal Plugin for "Multiple" no longer functions 1 year, 11 months ago #10028

  • chrislim
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

I've used this plugin a couple times before. The syntax for the Multiple option is pretty straight forward Amount|Desciption.
It works perfectly in the past.

However on a new website, its failing.
My Syntax is simple
40|On or Before May 30
50|After May 30

When I publish or view the form I'm getting this
<input type="hidden" name="form[formId]" value="1"/></form><script type="text/javascript">
function getPrice_1()
{
price = 0;
 
products = new Array();
price += parseFloat(products[document.getElementById('paypal-106').value]);
 
document.getElementById('paypal_total_1').innerHTML = number_format( price, 2, '.', ',');
document.getElementById('paypal_total_1').value = price;
document.getElementById('Total').value = price;
}
</script><script type="text/javascript">getPrice_1();</script>
</div>
 


On a working form I get
function getPrice_2()
{
price = 0;
 
products = new Array();
products['Select:'] = '0';
products[' 5-6 Division Flag Football'] = '85.00 ';
products[' 7-8 Division Flag Football'] = '100.00 ';
products[' 9-10 Division Flag Football'] = '100.00 ';
products[' 11-12 Division Flag Football'] = '100.00 ';
price += parseFloat(products[document.getElementById('paypal-117').value]);
 
document.getElementById('paypal_total_2').innerHTML = number_format( price, 2, '.', ',');
document.getElementById('paypal_total_2').value = price;
document.getElementById('Total').value = price;
}
 


I'm thinking something is broken. Its no longer passing the options in the getPrice () function.

The "Single" option works fine. I've tried reinstalling the plugin and component, remaking the form and remaking the options. Nothing works.
TIA

Re:Paypal Plugin for "Multiple" no longer functions 1 year, 11 months ago #10067

  • andreic
  • OFFLINE
  • Moderator
  • Posts: 494
Hello,

Please try uninstalling your current version of the PayPal plugin, download the latest version of the plugin from our site and perform a new install.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team

Re:Paypal Plugin for "Multiple" no longer functions 6 hours, 1 minute ago #0

Hello,
This is an automatically generated message.
We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you wish to receive our support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here: http://www.rsjoomla.com/support-policy.html.

Thank You!
PLEASE NOTE: This topic is NOT locked and you can add replies to it. Other users are free to reply as well. This message has been generated by a bot and has no effect on the topic whatsoever.
  • Page:
  • 1
Moderators: alex, alexp, octavian, bogdanc, andreic
Time to create page: 1.30 seconds
Feedback