Hi guys,
I am getting the following error message on the checkout page. It all works but i cannot stand a error.
TypeError: jQuery(...).vm2front is not a function
jQuery(this).vm2front("stopVmLoading");
Any ideas?
I am using my own written template. (i dont have a live URL atm)
Kind regards,
Meton
<script id="vm.checkoutFormSubmit_js" type="text/javascript">//<![CDATA[
jQuery(document).ready(function($) {
jQuery(this).vm2front("stopVmLoading");
jQuery("#checkoutFormSubmit").bind("click dblclick", function(e){
jQuery(this).vm2front("startVmLoading");
e.preventDefault();
Did you ever figure this out? I have the same problem...
Quote from: Meton on July 19, 2015, 23:53:34 PM
Hi guys,
I am getting the following error message on the checkout page. It all works but i cannot stand a error.
TypeError: jQuery(...).vm2front is not a function
jQuery(this).vm2front("stopVmLoading");
Any ideas?
I am using my own written template. (i dont have a live URL atm)
Kind regards,
Meton
<script id="vm.checkoutFormSubmit_js" type="text/javascript">//<![CDATA[
jQuery(document).ready(function($) {
jQuery(this).vm2front("stopVmLoading");
jQuery("#checkoutFormSubmit").bind("click dblclick", function(e){
jQuery(this).vm2front("startVmLoading");
e.preventDefault();
Did you solve this buddy? I am also facing the same problem. Pls share with us if you have figured it out. Would appreciate your help!
thx
http://forum.virtuemart.net/index.php?topic=79799.0
assume your template is out of date.. not loading vmsite.js?