dear Forumières,
When trying to create a new webshop within my joomla site, I cannot get the 'add to cart' button to work. I see no difference using chome or IE.
You can see the page here:
http://www.iledtronics.com/iledtronics.com/index.php/eshop/hd-poi-detail (http://www.iledtronics.com/iledtronics.com/index.php/eshop/hd-poi-detail)
Here is some extra information.
Database Version 5.1.66-0+squeeze1-log
PHP Version 5.3.3-7+squeeze15
Joomla! Version Joomla! 2.5.4
Virtuemart version: 2.0.20b
Does anyone know a tutorial where I could learn to solve these kind of problems? Or perhaps someone has an idea what is going on here?
Thanks in advance,
Edwin
You have a JavaScript conflict with your Joomla template. For a start you are loading 3 versions of jQuery - only one copy should be loaded. This may help: http://forum.virtuemart.net/index.php?topic=111843.0
From a user viewpoint you should reduce the size of the product image before uploading. You image size is 3,888px × 2,592px (scaled to 564px × 376px) which is about 5.2MB - so is slow to load and chews up your bandwidth!
try adding this in your joomlaroot/template/yourtempate/index.php before the closing of the head </head>
<script type="text/javascript">
$.noConflict(true);
</script>
it works for me i hope it'll work for your site too...
Goodluck