+ Reply to Thread
Results 1 to 4 of 4

Thread: How can I cancel Category Level 1 on listing Grids

  1. #1
    Senior Member
    Join Date
    Nov 2016
    Posts
    109

    How can I cancel Category Level 1 on listing Grids

    I want to see category level 1 on listing grids. Cars,Audi,50 dont want to see "Cars"
    Screenshot_2.jpg

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    You should remove it from browse form of your category (primary or parent)

  3. #3
    You can do it via code. Open file: ftp://includes>>classes>>rlCommon.class.php
    find the method: adaptValue

    find code in case 'select':
    PHP Code:
    Only registered members can view the code
    and replace to:
    PHP Code:
    Only registered members can view the code
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Senior Member
    Join Date
    Nov 2016
    Posts
    109
    Hi Viktor

    It is working well, Thank you

+ Reply to Thread