VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Nayeh on May 23, 2013, 07:54:42 AM

Title: Add to cart confirmation not showing up
Post by: Nayeh on May 23, 2013, 07:54:42 AM
Hi there

When I click the Add to Cart button on my site I don't get the confirmation popup.

I am using a modified custom template which I know is the problem, as it works with Beez5.

What is it that I need to add to my website that it doesn't have in order for this to work?

Also - another issue:

I have an image carousel going on at the top of my template. It's a simple extension that scrolls through some images.  This works fine on all pages until I go into anything other than a standard page - i.e. the VM modules.

When I click on the main product listings page it is fine, but when I go to view product details, checkout, cart, or anything like that it seems to break my header - i.e. it shows ALL of the images in the scroller below each other instead of using the module.

Any ideas would be appreciated.

I am on Joomla! 2.5 VM2 and the addon for the image header is called Simple Spotlight.

My website is http://tenillerogers.cloudaccess.net and the shop is under the VMWine menu item.
Title: Re: Add to cart confirmation not showing up
Post by: Connecting on July 17, 2013, 12:06:24 PM
Hi Forum,

When I click the Add to Cart button on my site I don't get the confirmation pop-up anymore! Happend after VM upgrade 2.0.20b -> 2.0.22

My webshop:  www.cp-papierwaren.nl  (http://www.cp-papierwaren.nl) I have enabled the checkbox in "Display modal pop-up upon 'Add to cart'

Please Help!

Best regards,

Carel
Title: Re: Add to cart confirmation not showing up
Post by: chris_pap87 on July 17, 2013, 12:22:06 PM
Quote from: Connecting on July 17, 2013, 12:06:24 PM
Hi Forum,

When I click the Add to Cart button on my site I don't get the confirmation pop-up anymore! Happend after VM upgrade 2.0.20b -> 2.0.22

My webshop:  www.cp-papierwaren.nl  (http://www.cp-papierwaren.nl) I have enabled the checkbox in "Display modal pop-up upon 'Add to cart'

Please Help!

Best regards,

Carel

The same happened to me... How can we change it to have the popup window again??
Title: Re: Add to cart confirmation not showing up
Post by: jenkinhill on July 20, 2013, 10:39:33 AM
@Connecting you have a JavaScript conflict with other js files from your template or other image modules preventing fancybox from opening:
Object doesn't support property or method 'fancybox'

See what the "Use Fancybox " switch in Configuration/Templates does for this issue.
Title: Re: Add to cart confirmation not showing up
Post by: Connecting on July 21, 2013, 11:30:54 AM
Hi Jenkin Hill,

Thank u for thinking with me. I have enabled the fancybox. Now a customer jumps directly to a empty chart! Can u see witch templemate is conflicting?

Thank u,

Carel Prins
Title: Re: Add to cart confirmation not showing up
Post by: jenkinhill on July 21, 2013, 12:01:33 PM
I'd suspect one of these as they seem to be image/popup related:

  <script src="/templates/bt_bazaar/helpers/assets/js/bt_fade_img.js" type="text/javascript"></script>
  <script src="/templates/bt_bazaar/helpers/assets/js/bt_popup.js" type="text/javascript"></script>
Title: Re: Add to cart confirmation not showing up
Post by: Connecting on July 22, 2013, 15:42:21 PM
Have u any suggestion how I resolve this? Im a newbie in this ...
Title: Re: Add to cart confirmation not showing up
Post by: jenkinhill on July 22, 2013, 16:07:02 PM
If the JS is coming from a moule the disabling the module stops the JS file fromloading. More difficult if it is built into the template - probably best then to ask the template supplier.
Title: Re: Add to cart confirmation not showing up
Post by: Connecting on July 22, 2013, 16:44:57 PM
Thanks Jenkinn, im gonna ask the builder from the template...