A few bits missing from the language file:
//item
define('L_ITEM_GIFTWRAP', 'Gift Wrap<BR>Available');
define('L_ITEM_BACKORDERED', '* You may still order this item, but it will
be backorderd.');
define('L_ITEM_UNAVAILABLE', 'This item is unavailable at this time.');
define('L_ITEM_ADD', 'Add to Basket');
define('L_ITEM_ADDWISHLIST', 'Add to Wishlist');
define('L_ITEM_OUTOFSTOCK', 'Item out of stock');
define('L_ITEM_BACKORDER', 'Backorder*');
Also add_sku change...
define('L_ADDSKU_INVENTORYISZERO', 'May be ordered when<BR>inventory is
zero?');
to...
define('L_ADDSKU_INVENTORYZERO', 'May be ordered when<BR>inventory is
zero?');
Has anyone tackled these FIXME's in item before I give it a go? It's not
properly locating images for me..
/*
** Output the item name and description.
*/
//FIXME: need printTitle()
print("<H3>". prepareText($Item["Name"]) . "</H3>\n");
if($Item["Graphic"] != "")
{
//FIXME: I'm not sure this will generate the right path to the graphic, but
//I need to work on other stuff now. When we finish the HTML and SQL
migration,
//I'll return to this issue. (leon)
$size = getimagesize($Item["Graphic"]);
$image = getImage($Item["Graphic"], $size[0], $size[1], "", 5,
"left");
//if(isset($Item["LargeGraphic"]))
if($Item["LargeGraphic"] != "")
{
printPopupLink($image, "item_details", 0,
array("item"=>$item));
}
}
Nick
----------------------
Lab2 Design-Unit
URL: http://www.lab2.com.au
e-mail: [EMAIL PROTECTED]
----------------------
_______________________________________________
FreeTrade-dev mailing list
[EMAIL PROTECTED]
http://share.whichever.com/mailman/listinfo/freetrade-dev