cart popup not displayed any more in 2.0.4 - still in 2.0.6

Started by daduke, April 11, 2012, 15:36:00 PM

Previous topic - Next topic

Studio 42

HI,
Sorry guys for the late answer,i was on Joomla Day Alger.
First Joomla 2.5.4 have change some code for multilanguage and the Ajax call don't react corectly.
For the facebox, i have done a fix but after vm2.0.6 du to this code changes for multilanguage sites.

I hope all found now a solution, or try the Last files from github.
you can get the full file pack here https://github.com/VirtueMart/virtuemart
or javascript file here https://raw.github.com/VirtueMart/virtuemart/master/components/com_virtuemart/assets/js/vmprices.js

Sincerly yours,

Patrick

Don2

Have had similar problems but I did get it working yesterday but the rest of the check out process got busted fixing that. So re-installed database backup on server cpanel to get back where I started and unchecked Display modal popup upon 'Add to cart' in checkout settings. Now it just shows two text lines in blue confirming product added to cart. The cart also updates immediately. So everything now works except for the double entry. Saw some chat yesterday about that.

VM 2.06a
J 2.5

Use external google jquery library is checked.
Unstranslated strings in english is checked
All "Activate Css Styles & Javascripts" are checked.
language Javascript Fix is unchecked.

Hope this helps someone. Frankly the layout looks ugly as sin but I feel I am making progress without pulling too much hair out. www.dreamgreen.org/new

Newb

marrius

http://forum.virtuemart.net/index.php?topic=95979.msg337889#msg337889

+



Display modal popup upon 'Add to cart'

= popup display

Because the VM Shopping Cart module have some update issue, I desabled and insted I build a menu to the cart.


Artanis

So - just to wrap evertyhing in this thread together -

As I understand, affected by this bug is only multilangual VM 2 shops.
Solution that worked for me is replacing

YourSite\components\com_virtuemart\assets\js\vmprices.js
with
https://raw.github.com/VirtueMart/virtuemart/master/components/com_virtuemart/assets/js/vmprices.js
Animus Project - Design Studio
Running Joomla 2.5.6, Virtuemart 2.0.6a, PHP 5.3.10

amalia

I have replaced my vmprices.js with the latest vmprices but the problem remains.

I have Virtuemart 2.0.6, Joomla 2.5.4, skylab joomla template and I have these options checked:

Display modal popup upon 'Add to cart'
Using the Virtuemart jQuery
Use external google jquery library

I tried to disable each one of them but nothing changes.

Any ideas?
Thanks :)

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/


Minh BlackRed

I'm using 207E
Does anyone know why the cart popup does not display after I try to add a product to cart?
It worked before but one day, it does not
Add a product -> display cart page


[attachment cleanup by admin]
VM Responsive
shop.littledevil-tuning.com

Minh BlackRed

Sorry, I got it in Configuration > Checkout settings
Display modal popup upon 'Add to cart': YES
VM Responsive
shop.littledevil-tuning.com

darias

Quote from: slutsker on April 21, 2012, 16:35:24 PM
ok
i had the same problem
but now it seems that everything is working!

1 -you need to download file facebox.txt attached to this thread
rename it to facebox.js and place in components\com_virtuemart\assets\js

2 - go to VM admin - Preferences - Order preferencies

Display modal popup upon 'Add to cart' check it

3 - try to reload page

p.s.
if it still not working - try to rename your js folder of your template and disable js using modules
if lead to working cart popup - problem in conflict with template or modules js files


(how do disable category showing while VM search - read it)

Works for me!!! Thanks

Only I need to add more code in facebox.js for do works the button "ask about the product"

In line 82 add this

$('a.ask-a-question').click( function(){
$.facebox({
iframe: '/25/tienda-on-line/climatizacion/plastic-ladder-16-1-2-3-4-5-6-92012-06-26-00-22-19-11-12-13-detail?task=askquestion&tmpl=component',
rev: 'iframe|550|550'
});
return false ;
});



works for me...

Maggern

Remove

<?php /** @todo Handle the manufacturer view */ ?>
   <input type="hidden" name="virtuemart_manufacturer_id" value="<?php echo $this->product->virtuemart_manufacturer_id ?>" />

from default_addtocart.php and the 406 (Not acceptable) will go away in product details add to cart.

Somehow the virtuemart_manufacturer_id-call is not accepted by server.

Joomla 2.5.
VM 2.0.8c

adriespo

FYI I had this problem and I found there was a conflict with the jquery library loaded by a module I installed. The module is mod_animate_hover.

So carefully search for any jquery js file in yours modules' folders.

AlexJ

Quote from: adriespo on July 13, 2012, 12:49:19 PM
FYI I had this problem and I found there was a conflict with the jquery library loaded by a module I installed. The module is mod_animate_hover.

So carefully search for any jquery js file in yours modules' folders.


Thx adriespo!  ;D After a lot of searching i found your post and that it's jQuery Dropdown Login that causes my jQuery issue.
http://www.joomlaos.de/Joomla_1.6_Downloads/Joomla_1.6_Module/jQuery_Dropdown_Login.html

I would really like to keep this module, so where is the collision between the jQuery scripts and how do we resolve it?
Virtuemart 2.0.8e
Joomla! 2.5.6

Zoralina

I'm using the 2.0.8.
I deactivated the module "CN Photos". Now it works :-))
Maybe this can help somebody

Zoralina

simplyClear

Hi AlexJ,

-----------------------
Thx adriespo!  ;D After a lot of searching i found your post and that it's jQuery Dropdown Login that causes my jQuery issue.
http://www.joomlaos.de/Joomla_1.6_Downloads/Joomla_1.6_Module/jQuery_Dropdown_Login.html

I would really like to keep this module, so where is the collision between the jQuery scripts and how do we resolve it?
----------------------

You can try this plugin to solve your problem:
http://extensions.joomla.org/extensions/core-enhancements/performance/jquery-scripts/18327

hope this help you.