Hi Rod,
Have you find solution to why it showing broken images instead of text??
source file show something like this
Code:
<td align="right" class="ot-shipping-Text"> (<table border=0><tr><td nowrap><img src="includes/templates/template_default/images/icons/ozpost_fastway_logo.jpg" alt="FastWay Couriers" title=" FastWay Couriers " width="14" height="16" /> <img src="includes/templates/template_default/images/icons/oz</td>
and when I look in includes/modules/shipping/ozpost.php
line 585
Code:
$carrier = "<table border=0><tr><td nowrap>".$carrier ;
line 595
Code:
$methods[] = array('id' => "$quote->id", 'title' => "$carrier $description $estimateddays $details", 'cost' => ($cost / $aus_rate),'txtCarrier' => $txtCarrier,'txtMethod' => "$quote->description");
so seem like instead of just insert only text into the database "shipping_method" field under "order" table, it trying to insert html coding as well.
I can't find where is the actually coding that doing the inserting of the shipping_method into the database though.
I tried turning image to non in ozpost admin... and hopefully this will fix the problem for now but this also make the checkout and estimate page to show as text, and it not really good looking and more difficult for customer to read.
regards,
Kieran
Bookmarks