VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: Garyk01 on December 22, 2012, 21:55:42 PM

Title: Notify me and connect mousewheel to jquery
Post by: Garyk01 on December 22, 2012, 21:55:42 PM
Help me please :
1) after you update the VM 2.0.16 lost the button "Notify me"
2) can't connect mouse wheel to work with fancybox
Title: Re: Re: Updated: Release 2.0.16 Final
Post by: Milbo on December 23, 2012, 11:10:39 AM
I have the notifiy me, it is not a button, but a link.
Title: Notify me and connect mousewheel to jquery
Post by: Garyk01 on December 23, 2012, 15:05:36 PM
Quote from: Garyk01 on December 22, 2012, 22:04:22 PM
Help me please :
1) after you update the VM 2.0.16 lost the button "Notify me"
2) can't connect mouse wheel to work with fancybox
1)Appeared button "Notify me" - in the file default_addtocart.php commenting on line 64 and 101. This is the right decision?

<?php
          // if (!VmConfig::get('use_as_catalog', 0) and !empty($this->product->prices['salesPrice'])) {
          ?>
         .............................................
<?php  // }


2) Cannot connect jquery.mousewhee to fancybox. How to connect?