The image tag has no wiki summary.
1
vote
1answer
17 views
How does gallery attribute work
This is for Magento 1.7.0.2
I don't understand what the gallery attribute does? I've imported products and images. The images were imported into an attribute called gallery but they don't show up in ...
0
votes
0answers
24 views
How can I show a Category Image on my Product Page
I've built a new Page-Template in Magento. On this template I will show the Category-Image and after that, the product grid (as standard). How can I get the Category-Image for my Template?
From my ...
1
vote
1answer
31 views
frontend_type in eav_attribute table
I am working on custom product upload form where sellers can upload their products. So i generated a form using the attribute sets which will give the related attributes, lable, type which is required ...
0
votes
4answers
21 views
Copying a slideshow
I want to copy my entire slideshow from my homepage, and replicate it on another page...
The page is http://crystelleclothing.co.uk/
and i need it on http://crystelleclothing.co.uk/trends/
Tried ...
0
votes
1answer
22 views
How many different way to insert image in magento cms page?
i tried to insert image with two different way like through cms pages in that select page and in content use below code
<p><img src="{{skin url='images/media/404_callout1.jpg'}}" alt="" ...
-1
votes
1answer
27 views
Slider Images not Showing [closed]
I have a new site - http://crystelleclothing.co.uk/ and the slider images are not showing... I thought it might be an issue with a .htaccesss file in the Media folder, but there isn't one there...
...
0
votes
0answers
39 views
Magmi image import sets majority of product images, but not all
I've been using Magmi to do a mass import of both product data and then going over the product data to reference product images via SKUs. I've been able to get Magmi to import product data without ...
1
vote
1answer
27 views
Find product without images and Product images without lable
After lots of try finally I manage to import bulk of products in magento.
Now How I can do get SKU of product if:
products without images.
OR
Images without lable.
Thanks in advance
1
vote
2answers
46 views
what is field name for image sort order in CSV to import product from dataflow profile?
I want to upload import bulk images in magento.
Each product has three images, so sort order of image is must while importing in bulk.
But after a lot googling i didn't find field name for image ...
0
votes
0answers
23 views
Mage_Catalog_Model_Product_Image::_checkMemory
Looking at slow requests in newrelic for a product listing page the top function called was Mage_Catalog_Model_Product_Image::_checkMemory() which does a bunch of stuff like checking the ini settings ...
0
votes
1answer
36 views
Optimise PNG images
How can I optimise PNG images in Magento?
The is already compression for jpg files, but no compression for png files in /lib/Varien/Image/Adapter/Gd2.php.
Thanks a lot.
0
votes
0answers
33 views
How can I check if an image is already set against a product?
I am doing a product import routine and have images added to my product. The problem I have is that magento creates a dispretion path and then add's some numbers onto the end of my image file name to ...
0
votes
1answer
36 views
Switch Image Acording To Custom Options
I would like to be able to let my clients select the product they want using a thumbnail defined in Custom Options.
If I have "White" selected in my dropdown menu. I would like the product image to ...
1
vote
1answer
42 views
Loaded product missing media_gallery attribute
I am loading a product like so:
$product = Mage::getModel('catalog/product')->loadByAttribute('sku', 'MyStockCode');
Then I try to get the images using:
$existingGallery = ...
0
votes
2answers
39 views
Re-assign Simple Prod. Images to the Configurable
I have this scenario:
we are actually using a colors-watch ext. for configurable products.
This extension works using the images that as been loaded in the associated simple prod.
We need to ...
1
vote
1answer
83 views
Programmatically Update Image Labels
I'm trying to update my product images' labels. I want them to be the same as the name of the product.
What I've tried
$mediaModel = Mage::getModel("catalog/product_attribute_backend_media");
...
1
vote
1answer
46 views
Transparent PNGs and Image Caching
We've recently started having issues where transparent PNG's are being cached with semi black backgrounds. Has anyone encountered similar issues? Some of the transparency is maintained, however some ...
0
votes
1answer
233 views
Magento when calling a static block's content via AJAX, images entered in CMS with {{ }} are not processed into their filename
I am trying to call a static block via AJAX. I can retrieve the text fine, however images are not processed from their {{ }} template format to the actual image path and come accross as they are ...
0
votes
1answer
38 views
Small_image not showing up
My media directory permissions is 755, all images are showing up on the frontend except those defined as small_image with the following code:
<img src="<?php echo ...
1
vote
2answers
342 views
Best Practices Way to Edit Magento Top-Links
Lets say we want to want to add a shopping cart icon right before the "My Cart" link on Magento's top links (see top links below).
What is the best way to do this?
Option 1. Do something to ...
1
vote
2answers
101 views
Missing files in /media/ - help on how to write a script that will regenerate based on .htaccess call?
I performed a complete cache clean and discovered that this obliterates everything under /media/ (as noted by me below and later correctly observed by an answer, it is indeed just the cache that is ...
1
vote
2answers
88 views
Product Image Cache - Image Resizing
My question is about how and when images get created inside the product image cache. Specifically, if this code is executed:
$imageTag ='<br><img ...
0
votes
1answer
43 views
After add an image to product gallery, how to select that image as product image?
I add an image to product's image gallery with this code:
// $filePath: image full path
$mediaArray = array(
"thumbnail" => $filePath,
"small_image" => $filePath,
"image" ...
1
vote
1answer
72 views
How to upload image to “skin” directory (to use it in theme's CSS)
In the admin config section we can upload images to the "media" directory (see example below). But is there any way to upload images to the "skin" directory? For example to:
...
0
votes
2answers
78 views
Magento 1.7 Directory Separator returning wrong seperator
I'm trying to get a function working to re size any image using a custom module and helper class. For the record I'm running this on a local XAMPP server.
If I pass a image url and a destination url ...
0
votes
3answers
565 views
get Original Image file from a cache url
Is there any function that given a cache image product file return the original one ?
Ex.
cache URL : BASEURL/media/catalog/product/cache/2/image/9df78eab33525d08d6e5fb8d27136e95/a/l/IMAGE.jpg
...