Directbuy
for osCommerce Online Merchant v2.2
English:
With directbuy.php, a customer can add up to 20 products (or more) at the same time to his shopping cart through a form.
The customer only needs to know the products id and the quantity he wants to buy.
This is especially for Dealers/People who don't want fancy product images etc.
It works with MS1 and MS2.
--------------------------------------------------------------
Deutsch:
Directbuy.php erlaubt es dem Kunden 20 Artikel (oder mehr) in sein Warenkorb zulegen, das alles funktioniert durch ein Formular auf einer Seite.
Gedacht ist es für Händler die nur die Artikelnummer und den Anzahl eingeben wollen.
Es funktioniert mit MS1 und MS2.
--------------------------------------------------------------
Readme's are in english and german.
Legend: 
Download

Report
just added to the zip the german file i forget in previous package
1.22 by azer
added :
- option to define if you want one or two column , my product have long names and so 2 column deforms-stretch my website
- changed the name "direct buy" by "Express Cart" better to my sense , you can change it as you want :-)
- packaged german language from 1.21 version
still todo :
- check if some code has t obe moved to apllication top like karstenley from package 28 Sep 2005 did it ( in this version it s not the case, i upgraded from Directbuy v1.21b)
- grey the product taht have attirbutes so customer can see them
- don't show the product that are inside categories disabled by enable-disable categorie
just a simple modification in directbuy.php:
The DB query used to populate listbox was copied out out the loop, it's now execute once.. before: 20 !
Complete package with :
- Boxe
- French and English translation.
- Correction of a sql security fix (by pitt).
Now you can see module & name of the products.
I added the german language file - and the action was written into the application_top.php
This is usefull, because all shopping actions take place there. Also: If you decide to show the shopping-cart after adding something - this will work now.
------------
German:
Ich habe das hinzufügen der Produkte in die Application_top verlegt, so dass nun auch ein redirect nach korrekt ausgefüllter Formularbestellung möglich ist. Ausserdem wieder eine deutsche Sprachdatei dazu gefügt und fehlende Text Definitionen ergänzt.
OK, This is *really* zip file. I uploaded the wrong file before.
Sorry for that.
Just a little update of querie in directbuy.php (to hide model of hide products) and i add french language in the package.
Good Contributions but needs product options drop down. If you have products that have size color and so, this Contributions will not work as of now.
------------------------------------
How is this different from v1.0?
------------------------------------
This version supports ENGLISH ONLY.
The sql queries and related scripting were primarily in German. This has been changed to English to make it easier to understand (for us English-speakers!)
The text input boxes were a potential problem. If the customer typed in a product name/number that did not exist in the database then the shopping cart was in error. It saw a product there, but no price or name. This version uses pull down menus instead of text boxes. They pull all existing products from the database. That eliminates the possibility of customer error.
English:
With directbuy.php, a customer can add up to 20 products (or more) at the same time to his shopping cart through a form.
The customer only needs to know the products id and the quantity he wants to buy.
This is especially for Dealers/People who don't want fancy product images etc.
It works with MS1 and MS2.
--------------------------------------------------------------
Deutsch:
Directbuy.php erlaubt es dem Kunden 20 Artikel (oder mehr) in sein Warenkorb zulegen, das alles funktioniert durch ein Formular auf einer Seite.
Gedacht ist es für Händler die nur die Artikelnummer und den Anzahl eingeben wollen.
Es funktioniert mit MS1 und MS2.
--------------------------------------------------------------
Readme's are in english and german.