News:

Support the VirtueMart project and become a member

Main Menu

Problem with pop up add to cart

Started by AnthonyVanRagen, December 12, 2012, 22:30:23 PM

Previous topic - Next topic

AnthonyVanRagen

hi guys!
I have a problem with my virtuemart 2.0.14
just make a website in joomla 2.5 the site is: http://iesc.com.mx/store, pop up here on the "add to cart" works correctly and made a backup with Akeeba and uploaded to the next domain: http://purificadoresyfiltrosagua.com/joomla/ not work here and pop up and direct commands "Show cart" i do not understand the problem?

bytelord

Hello,

Not identical, you have some javascript conflicts:

SyntaxError: missing variable name
[Break On This Error]    

var start_index96 = 1,2,3;

cb=gapi.loaded_0 (line 45, col 26)
   
Please specify a ShareThis Publisher Key
For help, contact support@sharethis.com

I think related to your template but not sure exactly, disable any caching or js compression you are making. User firebug to examine it.

Use firebug to examine your site code and styling .. also for checking js conflicts ...
http://forum.virtuemart.net/index.php?topic=102850.0

Javascript conflicts:
http://dev.virtuemart.net/projects/virtuemart/wiki/General_JS-Problems_with_templates_and_jQuery
http://dev.virtuemart.net/projects/virtuemart/wiki/JavascriptCSS_Template_Overrides_and_Avoiding_Conflicts_between_Libraries

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

AnthonyVanRagen

I have disabled all caching and js from the modules and template
but the problem persist and i no have idea what is the problem, but
is a copy exactly from the first website and  this pop up works correctly
and no have publisher key from the ShareThis
another idea?
i have checked with the firebug, but I'm not an expert in detecting problems with firebug

bytelord

Hello,

I am still getting some js conflicts:
SyntaxError: missing variable name
[Break On This Error]    

var start_index96 = 1,2,3;

cb=gapi.loaded_0 (line 45, col 26)
   

Please try without template overrides and start disabling your modules to define which one may cause that js conflict.

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

AnthonyVanRagen

i have disable my template and use the joomla template
and only use the virtuemart product, and use the button "add to cart" and nothing
I found an error in the console Javascript, facebox.js file in line 69

"line 69(function($) {
!Unhandled Error: Undefined variable: jQuery!
line 70  $.facebox = function(data, klass) {
    $.facebox.loading()"

this error is detected in my template and joomla template but in the first website no detected this error, the strange thing is that it is an identical copy with Akeeba

bytelord

Unload facebox.js from your header template file ...
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!