Announcement

Collapse
No announcement yet.

Importing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Importing

    I have a store that is not in Actinic. I want to import the products into Actinic.
    Most of the products have "COLOR SELECTIONS".
    I already know how to import the products that have no component, but the ones with components (such as color) I dont know how to import.

    How do I import the attached???
    Attached Files

    #2
    You need to use the Hierarchical Import facility to do this. There's info in the Help file and sample import files in C:\Program Files\Actinic v7\Sites\Site1\Common. Here's a snippet from the one that builds the Demo Site that you get when you first install Actinic.
    Code:
    Product,"10","All-Purpose Scissors","Choose the colour of your scissors, and the length of the blade. Longer blades cost an extra 2.00.","",1021,"x-scissors.gif",1,0,1,"","","","",0,"","","","",0,1,50,0,0,2,0,"301=1750=0=",0,0,0,0,0,"","","",0,0,0,"","","","More...","",1,1,0,"",-1,"","",-1,0,"","","",0,"",0,""
    Component,"Customer Choice",0,1,"",0,0,"",0,0,0,0,0,"None",0
    Attribute,"Colour",2,"Colour","<BR>",0
    Choice,"Red","Red","",0
    Choice,"Blue","Blue","",0
    Choice,"Black","Black","",0
    Attribute,"Size",2,"Size","",0
    Choice,"16cm blades","16cm blades","",0
    Choice,"20cm blades","20cm blades","",0
    In your case (assuming colour doesn't affect the price) you wouldn't need the "Component..." line and thus you'd be attaching your choices directly to the product.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X