25 days are over, 25% discount is over.
svn path=/trunk/; revision=11262
This commit is contained in:
@@ -36,14 +36,13 @@ if (not $query->param("url")) {
|
|||||||
if (not $name =~ /^_/ and $value) {
|
if (not $name =~ /^_/ and $value) {
|
||||||
print MAIL "$name: $value\n";
|
print MAIL "$name: $value\n";
|
||||||
my $price = $query->param("_$name");
|
my $price = $query->param("_$name");
|
||||||
if ($name ne "shipping") {
|
# if ($name ne "shipping") {
|
||||||
$price = $price * 0.75;
|
# $price = $price * 0.75;
|
||||||
}
|
# }
|
||||||
$amount += $value * $price;
|
$amount += $value * $price;
|
||||||
# $amount += $value * $query->param("_$name");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print MAIL "discount: 25\n";
|
# print MAIL "discount: 25\n";
|
||||||
$amount = sprintf "%.2f", $amount;
|
$amount = sprintf "%.2f", $amount;
|
||||||
print MAIL "Total amount: $amount\n";
|
print MAIL "Total amount: $amount\n";
|
||||||
close MAIL;
|
close MAIL;
|
||||||
|
@@ -8,11 +8,6 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>FSFE Εμπόρευμα</h1>
|
<h1>FSFE Εμπόρευμα</h1>
|
||||||
|
|
||||||
<p><b>25 χρόνια GNU = 25% έκπτωση για 25 ημέρες.</b> Για τον εορτασμό της 25ης
|
|
||||||
επετείου του προγράμματος GNU το FSFE θα προσφέρει μια έκπτωση 25% σε
|
|
||||||
εμπόρευμα από τις 23 Σεπτεμβρίου μέχρι τις 17 Οκτωβρίου. Παρακαλούμε
|
|
||||||
σημειώστε ότι αυτή η έκπτωση δεν ισχύει για τα μεταφορικά.</p>
|
|
||||||
|
|
||||||
<form action="/cgi-bin/weborder.pl" method="post">
|
<form action="/cgi-bin/weborder.pl" method="post">
|
||||||
<h2>Μπλουζάκια</h2>
|
<h2>Μπλουζάκια</h2>
|
||||||
|
|
||||||
|
@@ -8,11 +8,6 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>FSFE Merchandise</h1>
|
<h1>FSFE Merchandise</h1>
|
||||||
|
|
||||||
<p><b>25 years GNU = 25% discount for 25 days.</b> To celebrate the 25th
|
|
||||||
anniversary of the GNU project FSFE will be offering a 25% discount on
|
|
||||||
merchandise from the 23th September until the 17th October. Please note
|
|
||||||
that this discount does not apply to shipping costs.</p>
|
|
||||||
|
|
||||||
<form action="/cgi-bin/weborder.pl" method="post">
|
<form action="/cgi-bin/weborder.pl" method="post">
|
||||||
<h2>T-Shirts</h2>
|
<h2>T-Shirts</h2>
|
||||||
|
|
||||||
|
@@ -8,8 +8,6 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>La boutique de la FSFE</h1>
|
<h1>La boutique de la FSFE</h1>
|
||||||
|
|
||||||
<p><b>25 années de GNU = 25% de remise pendant 25 jours.</b> Afin de fêter le 25ème anniversaire du projet GNU, la FSFE offre 25% de remise sur les objets de sa boutique, du 23 septembre au 17 octobre. Veuillez noter que cette remise ne s'applique pas aux frais de port.</p>
|
|
||||||
|
|
||||||
<form action="/cgi-bin/weborder.pl" method="post">
|
<form action="/cgi-bin/weborder.pl" method="post">
|
||||||
<h2>T-Shirts homme</h2>
|
<h2>T-Shirts homme</h2>
|
||||||
|
|
||||||
|
@@ -8,14 +8,6 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>FSFE koopwaar</h1>
|
<h1>FSFE koopwaar</h1>
|
||||||
|
|
||||||
<p>
|
|
||||||
<b>25 jaar GNU = 25% vermindering gedurende 25 dagen.</b> Om de
|
|
||||||
25ste verjaardag van het GNU-project te vieren, geeft de FSFE
|
|
||||||
van 23 september tot 17 oktober 25% vermindering op haar
|
|
||||||
koopwaar. Opgelet, deze vermindering geldt niet voor de
|
|
||||||
verzendingskosten.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<form action="/cgi-bin/weborder.pl" method="post">
|
<form action="/cgi-bin/weborder.pl" method="post">
|
||||||
<h2>T-Shirts</h2>
|
<h2>T-Shirts</h2>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user