Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6656247
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:37:10+00:00 2026-05-26T01:37:10+00:00

I hase used this code : require_once(app/Mage.php); Mage::app(); $fullImagePath = app/code/local/Mycompany/Import/data/images/test_picture.jpg; $product = Mage::getModel(‘catalog/product’);

  • 0

I hase used this code :

require_once("app/Mage.php");
Mage::app();


$fullImagePath = "app/code/local/Mycompany/Import/data/images/test_picture.jpg";

$product = Mage::getModel('catalog/product');
$product->load(16);

$product->setMediaGallery (array('images'=>array (), 'values'=>array ()));
$product->addImageToMediaGallery ($fullImagePath, array ('image'), false, false); 
$product->save();

to import pictures to a product.

The problem in that is that when I delete the programmatically imported picture from the backend, it stay always visible in frontend.

I don’t know what’s wrong in my code.

Thanks for help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T01:37:10+00:00Added an answer on May 26, 2026 at 1:37 am

    I think in your import code instead of doing setMediaGallery() and hard coding your image url you should,

    $config = $product->getMediaConfig(); 
    //and get your file url from the set media path in your config.
    $fileurl = $config->getMediaUrl('sth/test_picture.jpg');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting data from server it gives in response a NSString which hase
Below is an image from a site that hase user photo's, they link to
i have this query SELECT CASE WHEN EXISTS (SELECT PARM_VALUE FROM BO_PARM WHERE (ENTE_CD
this is a silly questions but I don't understand, why rails isn't evaluating my
Below is a mysql query I am working on for a page that hase
I have function for export data into csv file : $products = //databse query
The following code is a refactoring of my previous MVVM approach ( Fat Models,
Say there is a text and images in a QTextEdit. And say you extract
I am using a WVGA800 for my app. I try to run it on
I searched and searched and can't seem to figure out this issue: We have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.