VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: kavoosi127 on May 05, 2014, 02:39:51 AM

Title: update quantity in card not work
Post by: kavoosi127 on May 05, 2014, 02:39:51 AM
everything is good but update quantity in card not work!! when i click on button nothing happen!!
also save bottun for change shipment and payment method not work!!

VM 2.6 T joomla 2.5.19
and my site addres is ninimahsool.ir

plase help friends..
sorry for my bad english
Title: Re: update quantity in card not work
Post by: jenkinhill on May 05, 2014, 10:51:44 AM
Seemed to work for me in Firefox on product page but not in cart. You are not loading the required VM JavaScript files. Check settings on Configuration/Templates under "Activate Css Styles & Javascripts "
Title: Re: update quantity in card not work
Post by: kavoosi127 on May 05, 2014, 11:11:12 AM
yes
it not work on cart page..
i checked setting of JQ , even after enable use VM JQ vmprices.js not load..
any idea?
Title: Re: update quantity in card not work
Post by: jenkinhill on May 05, 2014, 11:16:12 AM
Check VM works OK on Joomla's Beez template, if so then you have to work out what the problem is with your commercial template. Almost certainly it is JavaScript related.  http://forum.virtuemart.net/index.php?topic=119638.0
Title: Re: update quantity in card not work
Post by: kavoosi127 on May 05, 2014, 11:48:56 AM
i add two line from previous VM version to new and update quantity works but submit button not work now!!

i add this tow line

<form action="<?php echo JRoute::_ ('index.php'); ?>" method="post" class="inline">
         <input type="hidden" name="option" value="com_virtuemart"/>

from previous VM ver from /components/com_virtuemart/views/cart/tmpl/default_pricelist.php line 196...to VM 2.6 default_pricelist.php  !!!