• Resolved nicoter

    (@nicoter)


    Hi,

    The setting “Save images” on the Amazon settings page is unchecked, but the autoblogging and the product update (on product page visit) both import the images into WordPress.

    Please advice.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author keywordrush

    (@keywordrush)

    Hi,

    Most likely you mean Featured images for posts/woo products. External featured images are only available in Pro version at the moment.

    Thread Starter nicoter

    (@nicoter)

    Hi, thanks for the fast reply.

    Yes, I mean the featured image of woo products.

    I don’t require external featured image. I just don’t want to import the images, but Content Egg keeps importing the images which violates law in Europe.

    Plugin Author keywordrush

    (@keywordrush)

    this require customisation. open wp-content\plugins\content-egg\application\WooIntegrator.php

    and delete:

            if (!$product->get_image_id() && $img_file = FeaturedImage::getImgFile($item))
                FeaturedImage::attachThumbnail($img_file, $post_id);
    Thread Starter nicoter

    (@nicoter)

    Thanks, seems to work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Amazon saves images to server’ is closed to new replies.