Try the Demo

Magento Forum

   
Magento Image Gallery
 
doaxxx
Jr. Member
 
Total Posts:  2
Joined:  2013-01-04
 

Hello,

I am looking to add a simple image gallery to Magento. I have a craft website and would like a menu button linking to a gallery of custom made items not available to order.

I have been looking for a free simple gallery extension.

All I can find is extensions that cost something stupid like $150.

Has anyone got showcase/image gallery on their magento?

 
Magento Community Magento Community
Magento Community
Magento Community
 
Monty22
Guru
 
Avatar
Total Posts:  674
Joined:  2013-01-01
 

Hi,

Following snippet used to add image to magento image gallery via script

First you need to create the product object via the product model as follows

require_once 'app/Mage.php';

$product Mage::getModel('catalog/product');

Now once the object in place then you can add the image as product attribute

$product->addImageToMediaGallery('full/path/to/image', array('small_image','thumbnail','image'), falsefalse);

Note the second parameter that specifies the where to add the image, currently all three given ie small image thumbnail and large image.

Depending on the image name various images can be added setting individual images.

If you need any kind of help you can contact us as we are one of best Magento extensions developer.

Thanks

Monty
iLoveMage

Get 25% discount all our Magento Extensions.

 Signature 

Get 15% discount on all our extensions Use code MON15 | Risk-free purchase with our 14 days Money Back Guarantee policy!

 
Magento Community Magento Community
Magento Community
Magento Community
 
doaxxx
Jr. Member
 
Total Posts:  2
Joined:  2013-01-04
 

Are your referring to products already on magento? I need a page with images that are not related to any products.

I am looking to call a navigation menu link ‘Gallery’ and add 20 pictures to the page, similar to the screenshot attached.

Is this achievable in Magento?

Image Attachments
yanzen_w560_h365.jpg
 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top