The url for trolley images is incorrect when VM 1.1.2 is used in Joomla 1.5.8 so the images do not show.
url('/ http://www.mydomain.com/components/com_virtuemart/themes/default/images/checkout/checkout4_1.png ')
instead of
url( http://www.mydomain.com/components/com_virtuemart/themes/default/images/checkout/checkout4_1.png )
Using PHP 5.2.6 - anyone else see this?
See also http://forum.virtuemart.net/index.php?topic=48010.msg154528#msg154528
There are more images issues related to checkout:
For instance if I edit checkout templates to show product thumbs in cart, the last one, confirmation page outputs an error:
Undefined index: product_thumb_image in /home/httpd/vhosts/pcadviser.ro/httpdocs/components/com_virtuemart/themes/default/templates/basket/ro_basket_b2c.html.php on line 34
BUT, for all other checkout pages, product thumb work...
Server running php 4.4.4, I gues this is the reason...
Another images problem that I see important: in order confirmation email, most of email providers (Yahoo, Google) see vendor_image as a spam or somethin..."Images are not displayed."
Danny
Confirmed the lost trolley image here .
Seems something wrong with the sef plugin in the joomla 1.5.8, comment out the 2 lines abt. the background image, then the checkout image would appear again.
See http://forum.joomla.org/viewtopic.php?f=430&p=1484676 - there is a quick fix for this, but may impact those who use SEF.