Change thumbnail options on an OpenCart product page - image

I'm currently trying to work with opencart but I need to change the way the product page works, currently, I have a primary image of the product and some thumbnails to the right, when you click on a thumbnail it brings up a large image to view. Instead of that I would like it so that when you click on a thumbnail, it changes the primary image to which ever thumbnail you select.
Here is example of what is currently happening: http://nthwondr.com/
Does anyone know of a way to change it to what I need?

Related

How to change the size of Images on category page in magento 2 from admin panel

i want to resize the image size on the category page. I have made changes in the category page, shows 3 images instead of 4. But the image size is still the same. I want to increase it by admin panel, not to change the code manually.
I don't think this is possible without customizing a lot of stuff first. Image sizes are set in your theme in /app/design/frontend/YOURVENDORNAME/YOURTHEMENAME/etc/view.xml

Can't change Featured Products Image Size (Magento)

In the Admin page, I can't see an option anywhere to change how the feature products in the "Home" page are shown, I want the images to be bigger but I can't find an option anywhere (Not even in the "manage products" or "atributes" sections)
You need to change the template. This cannot be achieved via configuration.
Every product image is resized/generated and saved in image cache so it depends on how the image helper function is called from within the template.

Is there any way that stores have other media than default on Magento?

How can i separate, medias for different stores in Magento? For example: I have two stores "Store1", and Main Website Store by default. When i upload any image or something else on Store1, image has been stored in default media folder.
So my question is, is there any way to local storage for Store1 can be other media, that is not default? Thank you.
In Magento you can select different image for different website or store view. It works in the same way of the others field. From the admin interface, when you are on a product page, switch on your desired store view using the combo box on the left, then from the image section, uncheck the checkbox "use default value" and select the image that you want to display as base image, small image and thumb, relative to active store view. Than, if you want that an image is unavailable in your store view, you can use the "exclude" checkbox. If you are searching something to completely separate images, I think that Magento by default doesn't have this feature. I hope that's useful.

Allowing For Multiple Images in Product Gallery for One Attribute

If you edit a product and browse to the media gallery, you will notice that each type of image (Base, small, thumbnail) is a radio button. Furthermore, if you create your own product attribute and assign it to the product, it too is a radio button.
The intended functionality I would like is to upload many images and assign it to that attribute. I am creating a gallery on product view pages, and each product has an arbitrary amount of images.
I would like to know if there is an easy way to do it, and if not, what the best solution would be. I am running Magento 1.6.0 for this project.
If you upload images and do not assign them as base/small/thumb, then Magento will automatically create an image gallery for you on the product page. you could also extend the catalog/product/list.phtml to display a gallery on the category and search results listing if you wanted.
So, AFAIK, there's no need for you to change the application functionality in the way that you describe.

Get Specific Product Images based on the label in magento

I want to create a nicely crafted featured product slideshow on the homepage. And for that, I want to pick a single unique images of that product. Is it possible get that specific product images based on the label to be shown on the featured product slideshow on the homepage? Or is there any other better way to do that (getting a specific email with certain identifier)?
thanks before :)

Resources