Hello, I recently made my VirtueMart component work on my webpage.
It looks great in FireFox and it also works with the internetbrowser on my HTC smartphone.
However there is a bug or something - its not working with my internet explorer.
When I add items to my cart in my webshop, it doesnt show at all.
if I manually go to the cart the items are not there at all. Only thing I can see is the shipping fee.
Any ideas what to do?
Annette :-*
A bit more information as guessing does nobody any good.
First, your site url?
Which versions of Joomla & VirtueMart?
Which Joomla template?
And which version(s) of IE have you tried?
Hello Jenkinhill - Thank you for getting back to me.
url: http://www.kagekælling.dk
Joomla is 2.5 and VirtueMart is 2.0.2
The Joomlatemplate is a custom one that i paied to get.
IE= 9.0.8112.16421
Regards Annette
A junk browser than needs to banned anyway!
Looks like a JavaScript issue, the first error IE gives is
@font-face failed OpenType embedding permission check. Permission must be Installable. Papyrus.TTF
And then it stops, does not run any more code through the debugger. That make it a template problem I guess.
try changing permissions of /cashe to 777
Jenkinhill.. is that something that is fixable?
imagoel, you will have to ask the template developer as the font code is nothing to do with VirtueMart.
I have now tested it with a default template - same issue :)
font face work in explorer only with .eot format (not ttf)
you can try to convert you file http://www.google.it/search?q=ttf+to+eof+online&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:it:official&client=firefox-a (http://www.google.it/search?q=ttf+to+eof+online&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:it:official&client=firefox-a)
maybe you solve..
bye,
thezak
use Google fonts or typekit.com. Using ttf fonts can cause problems on iPads as well.