Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Excel Import and image filename override

  1. #1
    kpaul is offline Member
    Join Date
    Nov 2009
    Posts
    54

    Default Excel Import and image filename override

    How do I go about enabling image filename override so that when I import products via Excel the names I provide get imported?

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    You don't have to do anything. Whether or not an image filename override is used is based solely on the fact that a value exists in the ImageFilenameOverride field in the table in the database. For the excel import, just make sure you have a name for the image specified in the ImageFilenameOverride column for the record you are inserting (make sure you didn't mistakenly put the value in the variant ImageFilenameOverride column...it should be column AG).
    Last edited by George the Great; 01-11-2010 at 11:49 AM.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    kpaul is offline Member
    Join Date
    Nov 2009
    Posts
    54

    Default

    That was it...I was using the variant column. Thanks for the quick reply!