can not choose method of payment

21.11.2012 23:09
#1
navid
Joomshopping forum user no avatar
Name: Navid
21.11.2012
Posts: 3
Quote
can not choose method of payment

Hi

I am getting the following error on my console when I try to choose my method of payment and I can not go to the next step.
showPaymentForm is not defined
checkPaymentForm is not defined
Unexpected end of input

here is my URL: http://jeandeperle.com


Thanks in advance for your help.


Joomla: 1.5.26
JoomShopping: 2.9.2
Website Url: jeandeperle.com
 
22.11.2012 08:03
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: can not choose method of payment

payment method?

 
22.11.2012 15:28
#3
navid
Joomshopping forum user no avatar
Name: Navid
21.11.2012
Posts: 3
Quote
Aw: can not choose method of payment

Hi There

Thanks for your reply, what I meant is that when I choose how I want to pay, for example : cash on delivery or Advance payment then if I click on "next" it is not going anywhere and on my console shows the eror I wrote above. the page is shown on the link below.
http://screencast.com/t/uV3t5k2OY

here is the url to product page http://jeandeperle.com/products/first.html and if you want to login as customer, my login id is: navid and password:123456

Thanks for the help


Website Url: http://jeandeperle.com
 
22.11.2012 16:29
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: can not choose method of payment

SyntaxError: missing } after function body
(38 out of range 37)
rokbox-config.js (row 38)
......


delete other javascript error

 
22.11.2012 18:47
#5
navid
Joomshopping forum user no avatar
Name: Navid
21.11.2012
Posts: 3
Quote
Aw: can not choose method of payment

Hi

I solved the rokbox issue but still getting this error on console:
"showPaymentForm is not defined" as soon as I get to payment page and after I click on the "next" button I am getting this error on console:
checkPaymentForm is not defined

I really appreciate your help to solve this problem.

 
22.11.2012 20:29
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: can not choose method of payment

+ errors

SyntaxError: missing ) after argument list
[Break On This Error]

(18 out of range 17)

jquery....min.js (line 18)

SyntaxError: missing } after function body
[Break On This Error]

(1133 out of range 1132)

 
01.06.2014 04:07
#7
aquaorb
Joomshopping forum user no avatar
Name: juan
09.04.2014
Posts: 16
Quote
Aw: can not choose method of payment

Hi,

I have same problem. When clicking NEXT nothing happens. Console is showing:

Uncaught ReferenceError: showPayment Form is not defined
Uncaught ReferenceError: checkPayment Form is not defined

I have the following payment Menthods: Western Union, Bankt Transfer, and Paypal.
URL is: http://aquaventuraeventos.com/aquaorb/es/productos/categorias-de-inflables/checkout/step3

Advice WebMaster

 
01.06.2014 16:49
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: can not choose method of payment

Need load
/components/com_jshopping/js/functions.js


See joomshoping configuration.

 
02.06.2014 22:41
#9
aquaorb
Joomshopping forum user no avatar
Name: juan
09.04.2014
Posts: 16
Quote
Aw: can not choose method of payment

Thank you Web Master. but what exactly do I need to do in components/com_jshopping/js/functions.js

 
03.06.2014 08:53
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: can not choose method of payment

Problem in your template

code


<!--
<link rel="stylesheet" href="http://aquaventuraeventos.com/aquaorb/components/com_jshopping/css/jquery.lightbox-0.5.css" type="text/css" />
<link rel="stylesheet" href="http://aquaventuraeventos.com/aquaorb/components/com_jshopping/css/jquery.rating.css" type="text/css" />
<script src="http://aquaventuraeventos.com/aquaorb/components/com_jshopping/js/jquery/jquery-1.6.2.min.js" type="text/javascript"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script src="http://aquaventuraeventos.com/aquaorb/components/com_jshopping/js/jquery/jquery.media.js" type="text/javascript"></script>
<script src="http://aquaventuraeventos.com/aquaorb/components/com_jshopping/js/functions.js" type="text/javascript"></script>
<script src="http://aquaventuraeventos.com/aquaorb/components/com_jshopping/js/validateForm.js" type="text/javascript"></script>
<script src="http://aquaventuraeventos.com/aquaorb/components/com_jshopping/js/jquery/jquery.lightbox-0.5.pack.js" type="text/javascript"></script>
<script src="http://aquaventuraeventos.com/aquaorb/components/com_jshopping/js/jquery/jquery.MetaData.js" type="text/javascript"></script>
<script src="http://aquaventuraeventos.com/aquaorb/components/com_jshopping/js/jquery/jquery.rating.pack.js" type="text/javascript"></script>
<script type="text/javascript">
function initJSlightBox(){
jQuery("a.lightbox").lightBox({
imageLoading: "http://aquaventuraeventos.com/aquaorb/components/com_jshopping/images/loading.gif",
imageBtnClose: "http://aquaventuraeventos.com/aquaorb/components/com_jshopping/images/close.gif",
imageBtnPrev: "http://aquaventuraeventos.com/aquaorb/components/com_jshopping/images/prev.gif",
imageBtnNext: "http://aquaventuraeventos.com/aquaorb/components/com_jshopping/images/next.gif",
imageBlank: "http://aquaventuraeventos.com/aquaorb/components/com_jshopping/images/blank.gif",
txtImage: "Image",
txtOf: "of"
});
}
jQuery(function() { initJSlightBox(); });
</script>
-->

 
03.06.2014 19:21
#11
aquaorb
Joomshopping forum user no avatar
Name: juan
09.04.2014
Posts: 16
Quote
Aw: can not choose method of payment

Hi WebMaster,

How can I get in touch with you? I dont have a programmer that can solve this problems for me So I was thinking maybe you can solve them for me. Please advice how I can reach you.

Thanks

 
03.06.2014 19:48
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: can not choose method of payment

url?
ftp?
(privat)

 
04.06.2014 08:18
#13
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: can not choose method of payment

added load functions.js

 
14.06.2014 03:17
#14
aquaorb
Joomshopping forum user no avatar
Name: juan
09.04.2014
Posts: 16
Quote
Aw: can not choose method of payment

webdesigner - 04.06.2014 08:18
added load functions.js


Thank You Web Master. It has been fixed. But i still have problems with the Zoom of the pictures. It is not working. Coulf you check it for me and advice?


Website Url: http://www.aqua-orb.com/es/productos/categorias-de-inflables/parques-acuaticos-inflables/parque-acuatico-inflable-deportivo
 
14.06.2014 17:13
#15
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: can not choose method of payment

For test - disable comppres code.

 
18.06.2014 06:54
#16
aquaorb
Joomshopping forum user no avatar
Name: juan
09.04.2014
Posts: 16
Quote
Aw: can not choose method of payment

webdesigner - 14.06.2014 17:13
For test - disable comppres code.


Webdesigner,

Thanks i have solved it. Had to Check load_jquery_lightbox

Thank you!

 
28.06.2014 08:32
#17
danicaB
Joomshopping forum user no avatar
Name: Danica
28.06.2014
Posts: 4
Quote
Aw: can not choose method of payment

Are you sure? Any mode of payment is possible. Whichever you prefer.

 


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.