Announcement

Collapse
No announcement yet.

No product created when image file doesnt exist

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

    No product created when image file doesnt exist

    I have a problem where some of my products are not created when importing because their image file does not exist (i havnt created one yet )

    Is there a way to make Actinic import the products and ignore the fact that the image file does not exist?

    #2
    Why not just make a transparent .gif or .png, and point all of the products you don't have images for yet to that.

    It's a roundabout way of doing it, but it should work

    Comment


      #3
      Thanx for your reply. Cant really do that though.

      Picture this scenario -

      Importing from an excel sheet of 18,000 products each has an image with same filename as product reference and images are sent to us from supplier. So ive added a field called image filename and it automatically enters the value of the product reference and adds the .jpg extension (eg 01256.jpg)

      Now some pictures did not get sent to us and i would like to include the products in the import but it wont let me coz it says image filename does not exist.

      I could go back to excel sheet and remove the value in image filename field of all the products it had a problem with, but seen as theres about 2000 of these its a long process to do this everytime i have to update actinic lol

      Comment


        #4
        Well if you're using Excel to automatically fill in the field with a value derived from the product reference then you're sunk by the sounds of it, unless someone can come up with a cunning way of checking whether the filename exists before updating the field.

        Comment


          #5
          so theres no way that actinic will import a product if the image doe snot exist?

          Comment


            #6
            Hi there

            If you specifiy an image in the import file, but that image does not exist on the pc , then it will not import the product, I'm afraid.

            Similarly within the Actinic software you cannot add a product with a non existant image, as an error will appear saying "The selected image file does not exist"

            Kind Regards
            Nadeem Rasool
            SellerDeck Development

            Comment


              #7
              You could write a program to read through the excel spreadsheet and copy a default image to the image name specified for that product if the image doesn't exist.

              Regards,
              Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
              Visit our facebook page for the latest news and special offers from Mole End

              Top Quality Integrated label paper for Actinic and Sellerdeck
              A4 Paper with one or two peel off labels, free reports available for our customers
              Product Mash for Sellerdeck
              Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
              Multichannel order processing
              Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

              Comment


                #8
                I don't know the syntax for english excel but :
                IF(REFCELL_LINENUMBER<>"",CONCATENE(REFCELL_LINENUMBER;".jpg");"invisible_image.gif")
                should work.
                La Porterie - Equipement scout et librairie religieuse

                Comment

                Working...
                X