Display default qty in the drop-down configurable product options - magento

i want to Display default qty in the drop-down configurable product options rather than choose an option .how to make it posible.
i edited some javascript codes still not working
i used an extension Easylife Switcher still not working
Any help

Try to use the default magento dropdown in attributes rather than using Easylife Switcher extension

Related

How to customize Product page in magento?

I want to change divs in magneto product description page Please help me how to do this
It is hard to tell from which file this div is rendering. normally product description is in the file app\design\frontend\rwd\default\template\catalog\product\view.phtml, if you are using default theme. But according to the screenshot you are using your own theme or any purchase theme. So it might be at different location.
Check the screenshot

Magento changing product image when option from dropdown is selected

I have been trying to change a configurable product image when an option from dropdown is select using the list.phtml file. Is this possible without using an extension?

magento product option boxes style

Hi I am novice at magento I just can do simple task and edit some css but now I need to redesign product page layout. What I cant do is change product options (like shoes size, or clothes S,M,XL etc..).
Now it has classic dropdown manu layout what i want is little boxes with options, like checkboxes.
See exemple here example of product
i dont know if there is some plugin for that or you need to see some source code to help me, if so write a comment i try paste neccesary code.
Thanks
try to add custom option for product,,,,you can see in manage product option in last tab custom option...
The options for configurable products are created here:
../template/catalog/product/view/type/options/configurable.phtml
Just edit the *.phtml to your needs. In default it is a simple select box.

Why wouldn't a category menu be displaying on a magento theme?

I'm trying to set up a dynamic menu in a Magento store (v1.7 community edition with the hellowired theme) and can't figure it out why on earth is not being displayed on my home page.
I don't know if there's a mistake in the call on the .phtml files of the theme or if I'm missing some configuration. I have already configured it as described in the theme's documentation and set several products and I'm still not seeing the menu displayed.
If I hard code the category call, it works fine, but it's just a workaround since I need it to be dynamic.
Turns Out for the theme I was using (The Hellowired one, but it appears to apply to several) it was required to set-up all categories under the Default Category. This question was answered to me by an admin of the theme site.
Make sure that the flag Is Active and Include in Navigation Menu set to "YES" from admin panel under General Information Tab in Catalog->Manage Categories.

Magento Custom Options

I have two type of custom options in my product. One is with text boxes and the other with drop down/ checkbox. I want to display dropdown/ checkbox custom option just after the tier pricing area of the product detail page. Can anyone help me here?
You need to edit the template/view file(catalog/product/view.phtml) under the current theme directory.

Resources