Full service web hosting, great prices and support. Starts at $1.99/month!
Page 2 of 2 First 12
Results 11 to 13 of 13

Thread: Alphabetical links within categories/sub-categories

  1. #11
    akoma
    Guest


    Default Re: Alphabetical links within categories/sub-categories

    Quote Originally Posted by basnyd View Post
    Based upon another post, I believe I should be looking in the index.php for the query I need to modify that generates this page - Flag Pins : osCMax v2.0 Am I correct?

    Can someone point me to the correct query? There are several on the page and so far I haven't figured out the correct one.
    Hello , i reach your site and found that your category page is exactly what i want, ( the product name and price sort) .

    can you tell me how to do this?

  2. #12
    basnyd
    Guest


    Default Re: Alphabetical links within categories/sub-categories

    Quote Originally Posted by akoma View Post
    Hello , i reach your site and found that your category page is exactly what i want, ( the product name and price sort) .

    can you tell me how to do this?
    All of the code I modified is posted in the 05-31-2007, 06:47 PM entry of this thread. Is there something further you are looking for? I didn't program anything for the sort, so I'm not sure what turns that on.
    Last edited by basnyd; 03-18-2008 at 04:25 AM. Reason: added more to the answer

  3. #13
    osCMax Development Team

    Alphabetical links within categories/sub-categories

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    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

    pgmarshall     $ 35.00
    Rep Power
    81


    Smile Re: Alphabetical links within categories/sub-categories

    You will probably need to use the cPath= variable in the url.

    So something like:

    Code:
    $yourcheck = $_GET('cpath');
    if ( ($yourcheck = '4') || ($yourcheck = '8') || ($yourcheck = '11') ) {
    // Do your alpha sort thing
    }
    I have not tried this nor do I fully understand what you are trying to achieve but this should hopefully get you started.

    Regards,
    pgmarshall
    _______________________________

Page 2 of 2 First 12

Similar Threads

  1. Categories / Sub Categories
    By FlakyJake in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 05-24-2007, 01:39 AM
  2. Want to show categories AND sub categories in index.php!!
    By calle in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-27-2004, 11:51 AM
  3. categories links not working
    By carruthers1 in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-07-2004, 11:57 PM
  4. CATEGORIES BOX does not display categories list
    By glk in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 03-05-2004, 11:09 AM
  5. alphabetical order
    By sportster in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-24-2004, 02:10 PM

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
  •