Hi
I have this external script, which is importing data to the Ecom. For every product my script checks, if the group exists - if not, it creates the group. I can see the created groups (and products) directly in my sql, but my groups doesn't NOT appear in the shop-tree.
For creating groups, I have this:
sql = "insert into EcomGroups (GroupID, GroupLanguageID, GroupName, GroupNumber, GroupParagraphIDRel, GroupSmallImage, GroupLargeImage, GroupDescription, GroupIcon) values(...)
- of course I have values instead of the '...'. But why don't my created groups appear? If I try to create a group manually in DW, the row in the SQL looks exactly the same as the script-created group.
Anyone?
Cheers
Bo Dudek
Webdeveloper
Developer forum
Creating groups with external script
Replies
You must be logged in to post in the forum