Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 5 of 5

Thread: Printable Catalog Bug?

  1. #1
    warrenthewindmill
    Guest


    Default Printable Catalog Bug?

    When I click the ascending/descending sort order buttons at the head of the columns extra forward slashes are added to the URL. Next time you try and page forward or back you get an error as the URL cannot be found.
    Code:
    catalog_products_with_images.php could not be found.  Check the name and try again
    Any ideas how I stop it adding the slashes and messing up the URL?

  2. #2
    osCMax Developer


    Printable Catalog Bug?


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    Default

    warrenthewindmill, it is not a bug.


    It is a config error. Fix your config. Printable catalog does not do that on any sites that I tested it on and you can look at the test store here:

    http://64.191.34.201/~ms2max/ms2max/

    That is an unmodified MS2-MAX 1.5.2 install. If yours is not working like that, your configure.php file is set up wrong.

  3. #3
    warrenthewindmill
    Guest


    Default

    Thanks, I'll check it out later.

  4. #4
    warrenthewindmill
    Guest


    Default

    You were right of course.
    I realise this is a tiny detail but I spotted a spelling mistake! The alt text on the up and downsort buttons

    In languages english

    Code:
    // CATALOG_PRODUCTS_WITH_IMAGES_mod
      define('BOX_CATALOG_PRODUCTS_WITH_IMAGES', 'Printable Catalog');
      define('IMAGE_BUTTON_UPSORT', 'Sort Asending');
      define('IMAGE_BUTTON_DOWNSORT', 'Sort Desending');
    should be

    Code:
    // CATALOG_PRODUCTS_WITH_IMAGES_mod
      define('BOX_CATALOG_PRODUCTS_WITH_IMAGES', 'Printable Catalog');
      define('IMAGE_BUTTON_UPSORT', 'Sort Ascending');
      define('IMAGE_BUTTON_DOWNSORT', 'Sort Descending');

  5. #5
    osCMax Developer


    Printable Catalog Bug?


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    Default


Similar Threads

  1. Help with printable catalog
    By hrhstephen in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 09-03-2005, 03:33 PM
  2. Help With Printable Catalog
    By Makrin in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 08-25-2005, 12:00 PM
  3. printable catalog template
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 01-11-2005, 12:53 PM
  4. Need help with printable catalog
    By crujones in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 09-13-2003, 09:37 PM
  5. Printable Catalog HELP!!
    By Arpit in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 06-03-2003, 04:56 AM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •