Community Add-Ons
Printable Catalog V3.0 MS2
for osCommerce Online Merchant v2.2
Printable Catalog V3.0 MS2
------------
WHAT IS IT?
------------
This will allow your clients to print a catalog from your site that will have:
image, category, name, model, upc(if you have add-on), weight, quantity, and price
with a currency selection pull down for customer convenience.
You can set the number of products listed before your page break kicks in.
You can sort by category, name, model, upc, weight, quantity, and price.
All fields will be turned on or off by the admin section:
admin->configuration->Product Listing
Turning to 0 will make sure the column for that heading does not show up.
Turning to greater than 1 will make it so the column for that heading does show up.
You can also set the number of products that are displayed per page break
look at line 243 in the catalog/catalog_products_with_images.php and adjust as needed.
PS. Donations accepted ........whats $5/$10 donation going to hurt when you can save so much $$$$ on catalog printing costs.
Printable catalog is a great add-on, but I also needed to show the product description.
Because space is limited and to avoid a messy catalog, this fix retrieves just the first 400 characters of your description, and it get's rid of all the html code, but the <br> and <b> tags just to accomodate proper formatting.
If you want to modify the character length just go to line 852.
To install, just add this file to your catalog directory, providing that you are already using this contribution.
