Friday, 04 April 2014
  0 Replies
  3.3K Visits
0
Votes
Undo
I am having some difficulty setting up jGive

http://www.missionpossiblecruise.com/pre-relese

I have the Payment plugins enabled and the credentials setup properly, however with both paypal and paypalpro I get the following on the page.

'); techjoomla.jQuery('.warning').fadeIn('slow'); } else if (json['redirect']) { location = json['redirect']; } }, error: function(xhr, ajaxOptions, thrownError) { } }); } function jGive_RecurDonation(radio_option) { if(radio_option==0) { var pg_list = ["\n\t\n\t
Paypal\n"]; if(pg_list[0]==0) { pg_list[0]="No payment gateway configured" } techjoomla.jQuery( "div#gatewaysContent" ).html(pg_list[0]); techjoomla.jQuery('#recurring_freq_div').hide(); techjoomla.jQuery('#recurring_count_div').hide(); techjoomla.jQuery('#recurring_count').removeClass('required'); } else if(radio_option==1) { var pg_list = ["
Paypal"]; if(pg_list[0]==0) { pg_list[0]="No payment gateway configured" } techjoomla.jQuery( "div#gatewaysContent" ).html(pg_list[0]); techjoomla.jQuery('#recurring_count').addClass('required'); techjoomla.jQuery('#recurring_freq_div').show(); techjoomla.jQuery('#recurring_count_div').show(); } } function otherCity() { if(document.jGivePaymentForm.other_city_check.checked===true) { jQuery("#other_city").show(); jQuery("#hide_city").hide(); } else { jQuery("#hide_city").show(); jQuery("#other_city").hide(); } } //Populate selectd giveback amount in donation amount field var givebackDetails=0; function populateGiveback() { var giveBackid= techjoomla.jQuery('#givebacks').val(); if(giveBackid=='edit_amount') { techjoomla.jQuery('#giveback_des').text("If you select 'edit amount' then giveback will not be available for this donation"); //techjoomla.jQuery('#donation_amount').removeAttr('readOnly'); } for(index = 0; index =givebackAmount) { return true; } else { alert("If you want to buy selected giveback then minimum allowed donation amount is "+givebackAmount); return false; } } } } return true; }

Please Help!