Hi Community,
I am getting very confused with these two functions and their meaning when importing products programmatically.
I have only one store and need to import products programmatically.
The code seems to be working well and all products are imported.
Before starting the import I have:
Then during the loop of products I have:
or:
My problem is that some of the settings don't seem to be shown in front-end.
For example:
Could someone explain to me if I am making a mistake with either of these two parameters (Area Code and Store Id)?
Thanks so much for any help
Jerome
This is what I could find out so far:
This topic is also related to my other question here:
I have the feeling that I need to delete the products that I have imported so far before re-importing them programmatically.
Then, I probably have to set my parameters like so:
But to be honest, I am still not entirely sure.
I have done a test:
I am still confused.
How can I import products programmatically with the correct area code and store id so that I still can make changes manually in the back-end?