VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: jenkinhill on November 17, 2008, 15:54:46 PM

Title: No checkout trolley images with Joomla 1.5.8
Post by: jenkinhill on November 17, 2008, 15:54:46 PM
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
Title: Re: No checkout trolley images with Joomla 1.5.8
Post by: korb on November 17, 2008, 16:56:22 PM
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
Title: Re: No checkout trolley images with Joomla 1.5.8
Post by: DRACULINOS on November 17, 2008, 17:31:28 PM
Confirmed the lost trolley image here .
Title: Re: No checkout trolley images with Joomla 1.5.8
Post by: hsie on November 18, 2008, 08:17:55 AM
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.
Title: Re: No checkout trolley images with Joomla 1.5.8
Post by: jenkinhill on November 18, 2008, 09:55:14 AM
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.