Problem whit Paypal in Checkout

13.12.2012 11:08
#1
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Problem whit Paypal in Checkout

Hi, the buying process does not work with paypal. Don´t go to the next step


Joomla: 2.5.4
JoomShopping: 3.7.2
Website Url: http://www.webandbusiness.es
 
13.12.2012 11:12
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Problem whit Paypal in Checkout

error?

 
13.12.2012 22:51
#3
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Aw: Problem whit Paypal in Checkout

Button don´t go to the next step.


Last change: 13.12.2012 22:52
 
14.12.2012 08:23
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Problem whit Paypal in Checkout

not loaded javascript joomshopping

 
14.12.2012 09:48
#5
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Aw: Problem whit Paypal in Checkout

This is my configuration
Aw: Problem whit Paypal in Checkout

 
14.12.2012 10:13
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Problem whit Paypal in Checkout

Try not gzip javascript

Your code

function check_pm_paypal(){
('payment_form').submit();
}


Need

function check_pm_paypal(){
$_('payment_form').submit();
}

 
14.12.2012 11:58
#7
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Aw: Problem whit Paypal in Checkout

What is the file to modify?payments.php,checkout.php.I search this code in those files but i don´t found.

 
14.12.2012 12:08
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Problem whit Paypal in Checkout

components/com_jshopping/payments/pm_paypal/paymentform.php

 
14.12.2012 14:01
#9
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Aw: Problem whit Paypal in Checkout

Hi,the code was fine, but still I changed. The first time to run, but now it fails again. I also fail with the credit card. Where I have to modify it to also javascript gzip.Don´t found it.

 
14.12.2012 14:23
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Problem whit Paypal in Checkout

template configuration

 
14.12.2012 14:58
#11
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Aw: Problem whit Paypal in Checkout

Dont work!!!My template is btarise JAT Framework

 
14.12.2012 15:06
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Problem whit Paypal in Checkout

Your code
function check_pm_paypal(){
('payment_form').submit();
}
Need
function check_pm_paypal(){
$_('payment_form').submit();
}


try use standart template.
try use disable not standart plugins.

 
14.12.2012 23:57
#13
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Aw: Problem whit Paypal in Checkout

Hi, I changed the code as you have said, I have used this template in other sites and has not given me problems. I have page just about to open and I can not change it now. There must be some solution. I appreciate the help.
Aw: Problem whit Paypal in Checkout

 
15.12.2012 11:09
#14
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Problem whit Paypal in Checkout

Try change

$_('payment_form').submit();

to

jQuery('#payment_form').submit();

 
16.12.2012 11:34
#15
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Aw: Problem whit Paypal in Checkout

Perfect!!!!Paypal Works!!!Now I have the same problem whit debit card.I changed the code as code paypal.
Aw: Problem whit Paypal in Checkout

 
16.12.2012 11:37
#16
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Aw: Problem whit Paypal in Checkout

After paying in paypal and redirect to my page, send an error. Payments are received and registados in administration but get this error to the client and can lead to confusion. How I can fix it?
Aw: Problem whit Paypal in Checkout

 
16.12.2012 12:00
#17
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Problem whit Paypal in Checkout

http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/7/4514.html?lang=en


Last change: 16.12.2012 12:00
 
16.12.2012 13:27
#18
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Aw: Problem whit Paypal in Checkout

Perfect!!! work fine!!!Thanks

Now I need fix problem whit debit card payment.

Regards

 
20.12.2012 13:32
#19
designwebpro2
Joomshopping forum user no avatar
Name: design
12.12.2011
Posts: 78
Quote
Aw: Problem whit Paypal in Checkout

designwebpro2 - 16.12.2012 13:27

Now I need fix problem whit debit card payment.



 
20.12.2012 16:46
#20
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Problem whit Paypal in Checkout

jQuery('#payment_form').submit();

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.