+ Reply to Thread
Results 1 to 3 of 3

Thread: Listing title builder, categories

  1. #1

    Listing title builder, categories

    Hello Flynax team,

    Let me start from Listing title builder,
    i have set :


    Its set as "Primary category"

    So i think all my listing will sows like : "make"->"model"->"title"

    Yes its right, but not all.

    Looking at "Mercedes-Benz"->"E 220" category :


    I need to show -> "Mercedes-Benz, E 200, {title}"
    Where i miss?

    Going forward,
    Looking at other subcategories.
    Here is "Mercedes-Benz"->"Sprinter"

    Its ok,

    I think if category ends with digits, flynax dont recognizing it.


    I am using category import/export plugin.
    If i enter Url : {domain}/autos/mercedes-benz/e-220.html, flynax redirects me to listing with ID=220.

    After that i change in database:
    {prefix}_categories->Path = "mercedes-benz/e-220"
    to
    {prefix}_categories->Path = "mercedes-benz/e_220"

    Now i can enter this category, without redirect,
    but cannot show in title "Mercedes-Benz, E 220"

    Any ideas ?

    Regards,
    Alex

  2. #2
    Found this!
    If someone using category import/export plugin,
    may be in database "{prefix}_categories" field "Parent_keys" is empty after import.
    Insert some values and make/model will be shown.

    Level field also not set correctly,
    here is query:
    UPDATE `{prefix}_categories` SET `Level`= 1 WHERE `Level` = 0 AND `Path` LIKE '%/%';

    Hope if is helps someone.
    Last edited by Alex U; April 9, 2020 at 06:06 PM.

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

    Unfortunately, the plugin is not adjusted yet to the latest script versions

    but we hope it will happen soon

    as for categories structure you can refresh it via Common > Refresh > Rearrange category levels

+ Reply to Thread