• Resolved tyankee

    (@tyankee)


    i can’t get this plugin to update my prices. that is the only reason i ordered it. Support only gets me one try per night and last night no one responded. if i can figure this out myself i would but i don’t understand what to put in the ‘variable’ field in the function editor. This statement:

    // Set 9 to the ID of the import to target
    if ($import_id == ‘{sku[1]}’) {

    I put sku[1] as the ID to target but it’s not working. sku is coming from the csv input file and matches the parent product on my site.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @tyankee,

    The $import_id check is a number, you can’t use an import element there. Instead of {sku[1]}, you need to put the import ID number of the import you want the code to run for (you can find that on the Manage Imports page).

    I’ve found your support thread in our system and I can see that we responded to you a few hours ago. We should continue the discussion there rather than starting new on the issue here.

Viewing 1 replies (of 1 total)

The topic ‘how does the function editor work’ is closed to new replies.