Results 1 to 5 of 5

Printable Catalog Bug?

This is a discussion on Printable Catalog Bug? within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; When I click the ascending/descending sort order buttons at the head of the columns extra forward slashes are added to ...

      
  1. #1
    Member
    Join Date
    Sep 2003
    Posts
    90
    Rep Power
    0


    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

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    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.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Member
    Join Date
    Sep 2003
    Posts
    90
    Rep Power
    0


    Default

    Thanks, I'll check it out later.

  4. #4
    Member
    Join Date
    Sep 2003
    Posts
    90
    Rep Power
    0


    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

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default

    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. Help with printable catalog
    By hrhstephen in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 09-03-2005, 04:33 PM
  2. Help With Printable Catalog
    By Makrin in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 08-25-2005, 01: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, 10:37 PM
  5. Printable Catalog HELP!!
    By Arpit in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 06-03-2003, 05:56 AM

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
  •