Catalog products PDF reports

Catalog products PDF reports 2.05

Catalog products PDF reports 2.05 Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 312
  • Released: Jun 12, 2007

Catalog products PDF reports 2.05 Description

 This script is designed to display your products with pictures, their full description and prices in a PDF format. Products are sorted by their categories.

Catalog products PDF reports 2.05 Keywords

Catalog products PDF reports Bookmark

Hyperlink code:
Hyperlink for Forum code:

Catalog products PDF reports 2.05 Script Download Notice

Top 4 Download periodically updates information of Catalog products PDF reports 2.05 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Catalog products PDF reports 2.05 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Catalog Anywhere w categories

This is a little change to original contribution CATALOG ANYWHERE by Patrick Veverka.You can show products from certain category or subcategory in random order anywhere outside your osc directory. ...

Add a Printable Catalog

Displays products with pictures and their full description in a printable format. ...

Infobox with many products

... are instructions for the installation process.Require modifications on catalog/includes/boxes/specials.phpcatalog/includes/boxes/whats_new.phpcatalog/includes/functions/general.php (one function needs to be replaced) ...

Fix for admin catalog delete products issue

All categories and products are deleted after deleting a category or product.Cause: ... "categories_id" is set to 0 which is the catalog's root location.Fix: I wrote a simple check to make sure you can never delete the entire catalog in one action. ($categories_id can never equal 0)** FILE: catalog/admin/categories.php** FIND code beginning with...case 'delete_category_confirm':if (isset($HTTP_POST_VARS['categories_id'])) {$categories_id = ...

Quantity Box in New Products List

... Contribution creates you a Box/Field in the New Products List, (catalog/products_new.php) So the customer can put the quantity he likes to order direct into cart. ...