Swap Images is not working in Magento 1.9 - image

i've uploaded an image to a single child product of a simple configurable product but it's not swapping when clicking on the swatch.
can anyone help please?

Have a look at this comprehensive tutorial on how to add swatches into your product website. Link to configurable swatches
There is also a YouTube tutorial on this, which uses the built in function of Magento 1.9
Lastly, I suggest you add the magento-1.9 tag to your question, or add more details regarding your code/structure so others can pinpoint the exact issue.
There are also paid options available, which you might want to consider if it's what you want: extensionmall link for Magento
Honestly I have not used this platform before. So again do add the tag and others can assist you.

Related

Joomla - Remove product image zoom function

I am relatively new here but am looking forward to the support and knowledge i can gain here.
I have recently taken over a Joomla site that has a custom shopping cart which as far as i can tell is called dnaCatalog. I have tried to Google it but came up nothing but the actual dna workings of Joomla and other such things.
What i would like to achieve is to remove the image zoom from the product images in the shopping cart. I have searched the admin back-end through the plugins and modules but cant find any reference to any form of image zoom so I am guessing its hardcoded into the theme or catalog.
I currently have the site on a testing server here... http://geekdimm.com/ragland-current.
I have just updated it to the current version of Joomla 3.6.5
Your help would be greatly appreciated.
Many Thanks in advance.
The zoom function is coded as a JQuery add on, you will find it at templates/quasar/js/jquery.loupe.min.js. The optimal way to solve this is to find the calls to the script above and remove them (be careful what you remove, you should know what you doing when editing the core files).
Alternatively look for the class called loupe which are associated to your images, this gives your images the zoom functionality.
The easiest (but dirtiest) way to solve this is to go to your templates css file
templates/quasar/css/template.css and on line 7127 add the CSS display:none!important;

Trouble configuring a module in joomla 3

I have been searching for a good carousel in joomla and found this one
SJ Carousel Free It also came with a user guide
I cannot make any sense out of the guide. I want to display a few images from a folder. I have been breaking my head over the "External Path" attribute in the module. It say images/{id}.jpg. What exactly does it mean? Where should I place my images.
I have posted in the official forum but didn't get any answer.
I'd also be grateful if some of you can suggest a few good joomla carousels. I cannot find some easily configurable carousels
I gathered that when the module is installed, some sample articles and a category are created which the module is then linked to. You should see how the images are displayed with the sample data. I assume that there is an image with a class and a description within a <p> or <span> tag in each article. If this is the method used, simple edit the current articles and copy them should you need any more.
The user guide is pretty straight forward. Should you need support, you should really contact the developer of the module else find an extension that is easier to use.
It appears that you need to create a category with articles containing the pictures you want to display. (I think each pic needs to be in a separate article) Then, you select that category in the Data Source box in Source Options Tab, while editing the SJ Carousel module.

Magento products won't show up

Ok I followed everything this guy has mentioned in his article:
http://www.magentocommerce.com/boards/viewthread/311906/
The products are set as enabled, in stock, positive quantity, imported into my main shop.. nothing seems to be able to show up my products no matter what I do. It's not my theme either because I used one of the default themes that came with the Magento installation and it still won't display my products.
This is my shop front:
http://magento.neofill.com/magento/
Can anyone help me? :/
For anyone having this issue, this worked for me:
http://www.dnawebagency.com/displaying-new-products-in-magento-with-pagination
I think there are like 8 or 9 dependencies for a prdouct to show up. Having multiple storefronts will alter it.
Here is a list where to look for: http://www.aschroder.com/2010/07/why-are-my-magento-products-not-showing-up/
If you need more direction. Please let me know what kind of product it is (simple, bundle, etc.)

I am unable to Find Configurable options on Product page Magento?

I have customized pages in magento, it was working fine until I installed Extension MagiczoomPlus. Now When I create a Configurable Product as shown in this link. I am unable to find my Configuration options on product detail page. even the add to cart button is not visible. I tried to look with developers View but Conldn't find configration.phtml loaded on product page. Please help How to resolve this. Thanks in advance
Have a look at /app/design/frontend/base/default/template/magiczoomplus/media.phtml
or in the folder that it is in you will find other bits of code that magiczoom adds. I don't know what you have altered but if you have been altering the products page it may be worth checking out. Also if you have been adding any other javascripts, I would check that you have got jquery no conflict setup in the right place.

mootools in virtuemart

I am trying to use mootools in my virtuemart module.
Basically the module must be able to display an image slider components with the snapshots of products
Can any one tell me how to go about it ?
Without more specific information, it sounds like virtuemart might already do what you're asking for? If I remember correctly, I think this JM/VM ecommerce bundle has a product slider enabled by default on the homepage -- have a look at that and see if it suits your needs.

Resources