Page 1 of 1

Import Related Products info

Posted: Thu Sep 17, 2015 4:49 am
by msandin
Folks,

We're using AC import functionality to move CSV formatted data from our in-house system to the latest able commerce gold. Works fine. Question - how can we move "related products" info from in-house system to AC?

Thanks for your help

Re: Import Related Products info

Posted: Fri Sep 18, 2015 2:34 am
by mazhar
You will have to write some custom code. Years ago I gave some suggestions on implementing custom import from CSV in our previous version here viewtopic.php?f=47&t=9720

Though the API has changed but the code can be checked to get an idea. CommerceBuilder documentation ftp://ftp.ablecommerce.com/docs/CommerceBuilderGold.chm

can be checked for related APIs that provide access on related products data.

Re: Import Related Products info

Posted: Wed Nov 04, 2015 7:07 am
by msandin
I'm back onto this project. How do I invoke the custom code? Can that be done within the admin control panel? I'd like to make this as easy as possible for the user? Are there any examples within the documentation? Thanks...