• 1

Read this first!

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 have an active subscription and wish to receive 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.

Thank you!

TOPIC: Paypal Plugin for "Multiple" no longer functions

Paypal Plugin for "Multiple" no longer functions 14 years 2 months ago #10028

  • chrislim
  • chrislim's Avatar
  • 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
The administrator has disabled public write access.

Re:Paypal Plugin for "Multiple" no longer functions 14 years 2 months ago #10067

  • andreic
  • andreic's Avatar
  • NOW ONLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
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
The administrator has disabled public write access.
  • 1

Read this first!

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 have an active subscription and wish to receive 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.

Thank you!