Giter VIP home page Giter VIP logo

Comments (9)

patrick-bigbridge avatar patrick-bigbridge commented on June 14, 2024 1

Chris, I created release 1.6.0 for this feature.

To activate it, add the url parameter category-url-type=flat

Try it out and let me know if it works as you expect.

from product-import.

chrisastley avatar chrisastley commented on June 14, 2024 1

@chrisastley can I close this?

Yes, sorry. All working as expected. Thank you.

from product-import.

patrick-bigbridge avatar patrick-bigbridge commented on June 14, 2024

I will look into this in a few days.

Thanks for the documentation improvement, Chris!

from product-import.

chrisastley avatar chrisastley commented on June 14, 2024

Hi,

As a temporary workaround I have had to comment out lines in vendor/bigbridge/product-import/Model/Resource/Resolver/CategoryImporter.php

        $urlKey = $this->nameToUrlKeyConverter->createUniqueUrlKeyFromName($categoryName, $existingUrlKeys);
        //if (count($idPath) === 2) {
            $urlPath = $urlKey;
        //} else {
        //    $parentUrlPath = $this->getParentUrlPath($parentId);
        //    $urlPath = $parentUrlPath . '/' . $urlKey;
        //}
        $targetPath = "catalog/category/view/id/" . $categoryId;

from product-import.

patrick-bigbridge avatar patrick-bigbridge commented on June 14, 2024

Hi Chris,

Thanks for the code example, I can use it.

If the categories have flat paths, does that mean that the products should have flat url keys as well?

The importer does not change categories. It only creates them. It identifies them by their admin-name. The code only updates the children_count of existing categories.

from product-import.

chrisastley avatar chrisastley commented on June 14, 2024

I've only ever used flat product paths without the category but can't imagine a scenario where you would have the category path in the product but a flat category structure as you would normally use the full category path and not a single category.

from product-import.

patrick-bigbridge avatar patrick-bigbridge commented on June 14, 2024

Ok, that was just a thought.

I am working on this feature; hope to complete it somewhere next week. I will not make a habit of supporting third-party extensions, but this one seemed acceptable. :)

from product-import.

chrisastley avatar chrisastley commented on June 14, 2024

Thank you. I have just tried to update via composer but the new version doesn't appear to be available yet. Will try again shortly.

from product-import.

patrick-bigbridge avatar patrick-bigbridge commented on June 14, 2024

@chrisastley can I close this?

from product-import.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.