Editing [theme]/checkout/checkout_bar.tpl.php I messed around with it until I saw that the lines with :-
echo '
<table style="background: url( '. VM_THEMEURL .'images/checkout/checkout'.....
There was a space between url( and '.VM_THEMEURL .......
Removing that space did the trick for some strange reason.

1 comments:
Wow.. I was troubleshooting this one myself. I looked at that a hundred times and never would have guessed that the space was the problem.
Post a Comment