|
|
|
|
|
|
| |
|
|
|
|
if (doubleval($TPL_current_bid) == 0)
{
print $TPL_currency_value4;
}
else
{
print $TPL_currency_value2;
}
?>
if ((doubleval($TPL_buy_now) > 0) and (doubleval($TPL_current_bid) == 0))
{
?>
}
?>
|
| |
|
Aktueller
Preis: |
|
| |
|
|
|
|
|
|
Menge: |
|
|
|
print $TPL_auction_quantity; ?> |
|
|
|
|
|
|
|
|
|
print $TPL_days_difference_value ?> print $TPL_hours_difference_value ?>
print $TPL_minutes_difference_value ?> print $TPL_seconds_difference_value ?>
|
|
Verbleibende
Zeit: |
|
|
|
|
Angebot
endet: print $TPL_date_string2 ?> print $TIMEFORMAT; ?>
|
|
|
|
|
| |
Angebots
Beginn: |
|
print $TPL_date_string1; ?>
print $TIMEFORMAT; ?> |
| |
Übersicht: |
|
print $TPL_num_bids_value ?>
Gebote |
| |
Höchstbieter: |
|
print $TPL_hight_bidder_id ?>
|
| |
Artikelstandort: |
|
print $TPL_location_name_value ?> |
| |
Versand: |
|
print $TPL_shipping_value ?>
print $TPL_international_value ?>
|
| |
Zustand
der Ware: |
|
if ( $TPL_zustand_value == 0 )
{
$TPL_zustand_value = "Siehe Beschreibung";
}
if ( $TPL_zustand_value == 1 )
{
$TPL_zustand_value = "Neuwertig";
}
if ( $TPL_zustand_value == 2 )
{
$TPL_zustand_value = "Bestzustand";
}
if ( $TPL_zustand_value == 3 )
{
$TPL_zustand_value = "Leichte Gebrauchsspuren";
}
if ( $TPL_zustand_value == 4 )
{
$TPL_zustand_value = "Gebrauchsspuren";
}
if ( $TPL_zustand_value == 5 )
{
$TPL_zustand_value = "Starke Gebrauchsspuren";
}
if ( $TPL_zustand_value == 6 )
{
$TPL_zustand_value = "Defekt";
}
print $TPL_zustand_value;
?>
|
| |
Zahlung: |
|
print $TPL_payment_value ?> |
|
|
|
|
|
|