Tagged: , ,

Viewing 3 reply threads
  • Author
    Posts
    • #46020
      Anonymous
      Inactive

      Hello

      It would be a great addition to use relative image paths upon import trough ftp. the csv file and the image files are probably most of the times on the same server and even in the same rootfolder. It makes no sense to type long absolut urls to every image i’d like to import and when working with apple’s “Numbers” app, url’s are a pain anyway.

      Another great thing would be to make the “Update Existing” button available when the function is accessed trough WP’s “Tools” Panel (Import) and not only if accessed trough the Plugin Panel 🙂

      Thanks

    • #46041
      Anonymous
      Inactive

      Hello Daniel,

      Long URL need not be mentioned does work.
      And currently, it is not possible to select “update existing products”

      Hope that works!.

      Regards,
      Veeresh
      Team XA

    • #51632
      Anonymous
      Inactive

      Hello

      Relative image paths would be nice though. I’m using a dedicated folder for product images and one for product to add this functionality without directly modifying the plugin so it won’t change with each update.

      Thanks for the plugin!

      • #51634
        Anonymous
        Inactive

        So there seems to the $image variable concatenating the $image variable at the end.

        include 'var/www/wordpress/wp-content/plugins/product-import-export-for-woo/includes/class-wf-prodimpexpcsv-product-import.php';
        $image = 'https://www.foo.com/catalog_images/'.$image;
    • #51657
      Anonymous
      Inactive

      Hello Brennan,

      In case if you to use full URL of the image, you can just use the image name in csv and the image will read from the following location.

      $attachment_file = trailingslashit( $upload_dir[‘basedir’] ) . ‘product_images/’ . $url;

      Your all images should be there in the folder ‘product_images’ under your WordPress upload directory.
      We are already handling this in our plugin.

      Please write us back HERE if you have any queries.
      We will help you.

Viewing 3 reply threads
  • You must be logged in to reply to this topic.
Scroll to Top