Developer forum

Forum » Development » Creating groups with external script

Creating groups with external script


Reply
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

Replies

 
Reply
[...]

Don't bother figuring this out.. I did it myself: I simply just forgot all about the table 'EcomShopGroupRelation'

Cheers
Bo Dudek
Webdeveloper

 

You must be logged in to post in the forum