• Resolved stevoperic

    (@stevoperic)


    I was wondering if there is a way to only sync one hierarchical classification for products while we keep others added manually in woocommerce.
    For instance i have elements:

    <category1>PARENT CAT</category1>
    <category2>SUB CAT</category2>
    <category3>SUB SUB CAT</category3>

    Now they are organized in import as:
    {category1[1]}
    {category2[1]}
    {category3[1]}

    Is there a way for me to set import up so that it updates these categories if they are changed but leave others that were manually added later on in woocommerce.

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

    (@wpallimport)

    Hi @stevoperic,

    Is there a way for me to set import up so that it updates these categories if they are changed but leave others that were manually added later on in woocommerce.

    Unfortunately, we don’t currently have the option to do that. For a custom use case like this, you’d have to bypass updating categories with WP All Import and instead write custom code that uses our API to update them using the criteria you require: https://www.wpallimport.com/documentation/action-reference/.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.