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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| 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
|
|
#3
| |||
| |||
| Thanks, I'll check it out later. |
|
#4
| |||
| |||
| 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');
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
| ||||
| ||||
|
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with printable catalog | hrhstephen | osCMax v2 Customization/Mods | 2 | 09-03-2005 04:33 PM |
| Help With Printable Catalog | Makrin | osCMax v2 Customization/Mods | 1 | 08-25-2005 01:00 PM |
| printable catalog template | Anonymous | osCMax v1.7 Discussion | 3 | 01-11-2005 12:53 PM |
| Need help with printable catalog | crujones | osCMax v1.7 Discussion | 1 | 09-13-2003 10:37 PM |
| Printable Catalog HELP!! | Arpit | osCommerce 2.2 Modification Help | 2 | 06-03-2003 05:56 AM |