German Banktransfer |
| Tue, 09 Mar 2010 10:12:46 -0500 |
Hier nochmals als SQL-Dump für den einfachen Import via phpMyAdmin.
Aktuelle Version der Bankleitzahlendateien - gültig vom 08.03.2010 bis 06.06.2010 von der Deutschen Bundesbank (http://www.bundesbank.de/zahlungsverkehr/zahlungsverkehr_bankleitzahlen_download.php)
|
| |
Colissimo (French Post) |
| Tue, 09 Mar 2010 07:42:52 -0500 |
Modification des Tarifs en vigueur au 1er Mars 2010
(National, DOM, TOM et International). |
| |
Colissimo Access, Expert France, OM, Internationale (Tarifs 1/03/2010) |
| Tue, 09 Mar 2010 03:27:43 -0500 |
Nouvelle contribution Colissimo Access F, Expert F, Acces OM, Expert OM, Expert International.
Cette version a été remis a jour a partir de la version d'origine Colissimo.
- Nouveau syteme de calcule tarifaire de la poste française.
- Access F Sans signature
- Expert F avec signature
- Expert F avec recommandé R1, R2, R3
- Access OM sans signature
- Expert OM avec signature
- Expert OM avec recommandé R1, R2, R3
- Expert International
- Tarifs du 1/03/2010
Ce module fonctionne correctement sans bug, Traduit en deux langue FR et ENG + images Access et Expert en fonction de France, OM ou International.
Voire le fichier install pour la modification de l'emplacement de images icons. (pas obligatoire) |
| |
Simple White Web 2.0 Buttons |
| Mon, 08 Mar 2010 23:46:19 -0500 |
I couldn't find simple slick buttons that would work on any background, so I made my own. You can check them out at http://7T4.net. They are white, with emphasis buttons (continue, etc.) in Red Web 2.0 style. Just replace them in your includes > languages > english > images > buttons folder.
.PSD is included. :)))
If you translate them, please add to this. |
| |
MVS Shipping Cost Estimator |
| Mon, 08 Mar 2010 23:13:47 -0500 |
NOTE: This estimator will work with any osCommerce installation, not just MVS.
Fixed error code in the Ship Estimator and Products Ship Estimator. If you've been having problems with the estimator when not logged in, try this fix. |
| |
[TiM's osC Solutions] Cached image thumbnails |
| Mon, 08 Mar 2010 17:17:44 -0500 |
Same as previous release, but previous release had an error.
Full package
##### Changed #####
Bad code:
// START STS v4.4:
if (is_object($sts)) {
global $sts;
$sts->image($src); // Take image from template folder, if exists.
}
// END STS v4.4
Good code:
// START STS v4.4:
global $sts;
if (is_object($sts)) {
$sts->image($src); // Take image from template folder, if exists.
}
// END STS v4.4
|
| |
Header Tags SEO V 3.0 |
| Mon, 08 Mar 2010 12:43:14 -0500 |
This corrects errors not noted in the previous version.
This is a full version.
The support thread for Header Tags SEO is at
http://forums.oscommerce.com/index.php?showtopic=298099 |
| |
Datatrans Payment Module |
| Mon, 08 Mar 2010 06:57:18 -0500 |
Maintenance update, implement the new Datatrans level 2 security model. The url are also updated.
For the new security model, the "mhash" php module is required
|
| |
Site Map MS2-2.2 |
| Mon, 08 Mar 2010 05:43:29 -0500 |
The script shows a list of all the products in the shop. Even if the products are unavailable (products_status = 0). If we want to show only the available products, follow the instructions below.
---------[ OPEN ]---------
catalog/includes/classes/category_tree.php
---------[ FIND ]-----------
while ($products = tep_db_fetch_array($products_query))
{
---------[ AFTER ADD ]------------
if ($products['products_status'] == 1) {
---------[ AFTER FIND ]---------------
$result .= $this->child_end_string;
---------[ AFTER ADD ]-------------
}
This is only a fix to the Site Map script. This is NOT a full package. |
| |
mouse over popup images |
| Mon, 08 Mar 2010 04:24:47 -0500 |
Sorry, correct link to the demo:
http://software.oscommerceforyou.hu/ |
| |