• Hello,

    I’m create an automation for importing attributes and products from a CSV file. I’d like to setup the color icons for the color filter automatically, but I don’t know where the plugin stores the data. Is it a DB table? Or a file? So I could try to setup everything without login to my backend.

    Is it possible?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well :D.

    The information for presets are saved in the _postmeta table.

    The information is stored in a serialized array.

    You can find the post_id in the url in order to see the postmeta for a specific preset.

    I hope it helps you.

    Have a good day.

Viewing 1 replies (of 1 total)
  • The topic ‘Where color HEXs are saved to DB’ is closed to new replies.