• Resolved gpspirale

    (@gpspirale)


    Hello

    Our catalogue got a lot of bulk ranges, one different for each product variations. We tried your plugin end test the “Import” tabs, but we could’nt make it works. We always got the same error “File must contain one rule or more.”
    Maybe we’re not so far, but after a lot of tests, we need help.
    Here the CSV file we use for test (try to import 2 news rules, the SKUs ar variations skus)

    Thanks for your help

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author algol.plus

    (@algolplus)

    hi

    I dont see line #4

    Filter DiscountedPrice FromQty ToQty Role ?

    Thread Starter gpspirale

    (@gpspirale)

    Thanks for your quick answer !
    That’s true, so we try an other configuration with the line #4, unfortunatly that didn’t work (same message error “File must contain one rule or more.”)
    This this our last CSV test :

    Can you see what we did wrong ?

    Plugin Author algol.plus

    (@algolplus)

    Can you submit new ticket to https://algolplus.freshdesk.com/ and attach your CSV file ?

    Thread Starter gpspirale

    (@gpspirale)

    We submited the ticket and our CSV file.
    Thanks for your time.

    Plugin Author algol.plus

    (@algolplus)

    For whom having same problem .

    Comma “,” is delimiter for CSV by default.
    But this file used semicolon “;”.

    In this case — you must add following code to your functions.php  or as Code Snippet.

    add_filter("adp_import_rules_separator", function($s){
        return ";";
    });

    Thread Starter gpspirale

    (@gpspirale)

    Thanks !
    I have two errors in my file and one more with the “;” delimiter in place of “,”.
    Someone from your support help me and give me the same code.
    There the good way to wrote the CSV in case someone need it.
    Thanks for your help !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Import rules’ is closed to new replies.