Custom product attributes behaviour magento - magento

I will be very direct..
Reference Ecommerce Website
There is a custom stitching options menu on the product description page.
1. Unstitched
2. Standard Measurements
3. Custom measurements
On standard and custom measurements, drop downs and a popup opens respectively, whose details goes on further with the added product.
How can i implement the same product options menu in magento ?

it's easy the reference site is a magento, an that are a bundle product
the only thing you need create a new product with the options.
UPDATE for #Enigmativity
in the official webside of Magento say:
"A bundle is a “build your own,” customizable product. Each item in a bundle can be based on one of the following product types:
Simple Product
Virtual Product
OpenStep 1: Create the Bundle Product
On the Admin menu, select Catalog > Manage Products. Then, click the Add Product button.
In the Create Product Settings section, select the Attribute Set for the product.
In the Create Product Settings section, do the following:
a. Accept the “default” Attribute Set, or select another.
b. Set Product Type to “Bundle Product.” Then, click the Continue button.
Step 2: Complete the Product Information
Complete the product information as you would for a simple product, with the exception of the following:
a. On the General tab, set both the SKU and Weight fields to one of the following:
Dynamic
Fixed
If using a fixed SKU or Weight, enter the actual value in the field to the right.
Dynamic SKU and Weight
b. On the Prices tab, set Price to one of the following:
Dynamic
Fixed
If using a fixed price, enter the actual value in the field to the right.
Minimum Advertised Price (MAP) is not available for Bundle products with dynamic pricing.
Dynamic Price
c. Then, set Price View to one of the following:
As Low as
Price Range
Click the Save and Continue Edit button.
Step 3: Add Bundle Items
In the Product Information panel on the left, select the last option, Bundle Items.
Then in the Shipment section, set Ship Bundle Items to one of the following:
Together
Separately
Shipment
In the Bundle Items section, click the Add New Option button.
In the Default Title box, enter a label for the bundle item, as you want it to appear on the Customize Product page. Then, do the following:
Bundle Items
a. Set Input Type to one of the following:
Drop-down
Radio Buttons
Checkbox
Multiple Select
b. Set Is Required as needed.
c. In the Position field, enter the order that you want this item listed in relation to other items included in the bundle.
Click the Add Selection button. Then, do the following:
Select Products
a. Click the Reset Filter button to display the unfiltered list of products.
b. Select the checkbox of each product that you want to include in this item.
c. In the Qty to Add column, enter the quantity of each item to be included.
Click the Add Selected Product(s) to Option button. When the items appear in the Bundle Items list, do the following:
a. Set User Defined Qty to one of the following:
Yes
Displays an input box so the customer can change the quantity.
No
Prevents the customer from changing the default quantity.
b. Enter a number in the Position column of each item to determine its place in relation to other items.
c. To make an item the default selection, select the Default option of the item to be pre-selected in the form.
Bundle Items
7. Repeat steps 3-7 for each bundle item you want to include.
8. When complete, click the Save button to save the bundle product.
"
reference : http://merch.docs.magento.com/ce/user_guide/catalog/product-bundle.html

Related

Magento show products in category view as dropdown list

Here is what I want to do with Magento.
In category view, we can display products choosing either "by list" or "by grid". These are built-in options.
For one specific category, I would like the products to be displayed in a dropdown menu such as in the following picture. Plus, the user will not be able to select the grid or list view with the dropdown view as default.
built-in category view
dropdown menu showing products
I think I have to modify codes in list.phtml file. Could someone help me to implement the right code in order to get this result?
Add lens_type as a custom dropdown attribute with all lens types as attribute options/labels. Set 'Use in layered nvigation'to 'Yes'
Add this new attribute to the default attribute group.
Reindex database
Insert the products and select the lens type for each product.
Add the products to the desired category.
Set this category's option 'Is anchor' to 'Yes'
Now you have a layered category with a drop down option where you can choose teh lens type.

How to display associated product weight in the front end on dropdown selection for configurable product?

I am new to Magento. Building a site which requires a configurable product. The size options are lenght,breadth and height. This appears in a single dropdown (L*B*H) in the product detail page. After selecting a size, the corresponding associated products weight needs to be displayed below. I am not able to locate or figure out 2 things.
1) On change event for dropdown of associated products
2) How to get the weight parameter of selected associated product.
I am working on magento CE 1.8.0
first create the a new weight attribute type is dropdown and it should be apply to configurable products.give the values to weight attibute at manage labels/options tab and finally check it in front end.
i think its working.otherwise sorry
thanx,
Ram Sampathi

values in dropdown of configurable products attributes in listing page of magento

This is my product description page.
In the dropdown of color there is a list.i want this list (red,green,blue) in my product listing page.
thats here:-
How to get the value of configurable products in product listing page?
Thanks in advance,
Go to Magento admin panel. Then, go to Manage Product under Catalog Menu.
Click on you product. Then, it will show product detail.
You will see Custom Option on Left Menu. Click on this
Click on Add New Option
After that, type display name on Title eg. Color
Choose Drop-Down on Input Type
New Box appear. So, you can add Red on Title. Then, click to Add New Row. You should add 3 row based on your requirement. Then, save.
If you don't see any thing on front-end UI, Clear Cache and ReIndex Manage again.
Hope this help

Magento Bundle Product - selecting variants of products

I have a trouble with adding a multiple selecting sets in bundle product.
I have a bundle product name Tunic Veto and It has a two variants of sets which customer can select - first, second or both
Set 1:
Tunic size. S - 3szt.
Tunic size. XL - 2szt.
Set 2:
Tunic size S - 10szt.
Tunic size. M - 5szt.
How can I do this
You should create separte Simple products which are linked to the bundled product you are referring to.
In the Magento backend you can select your Bundle product and then use Bundle Items menu to add the Simple products that can be selected by your customer. On this page you can create options and the belonging options with an input field of your choice (multiple select, dropdown, radio or checkbox). After creating an option it is possible to add the corresponding simple products.
Usually a dropdown menu will do, since it is likely that a customer will only choose one size. However in your question you are talking about a multiple select so you should choose which method will do.
Hope this helps.

How to add custom options to Product Sort By drop down in Magento?

I have developed my first Magento site and my client has asked me to do something I cannot
figure out how to do.
Currently, in any given category, the product Sort By dropdown contains the following options:
Position
Name
Price
I need to change that to:
Relevance
Popular
Price
How do I do this?
This is all to do with your attributes. Say you have an attribute in
Admin>Catalog>Attributes>Manage Attributes>[attribute like: 'name' etc>Properties>Frontend Properties>"Used for sorting in product listing".
you need to select Yes. Then once you have selected Yes in the attributes you want to sort by, go into
Admin>Catalog>Manage Categories>[Select your category you are displaying the drop down in]>Display Settings tab,
then select the Attributes you want to be sorted by in the Available Product Listing Sort By list. If the box is greyed out, untick the Use All Available Attributes checkbox. You may need to hold Ctrl and click on the attributes to select multiple values. Then Save.
Done
Looks like the product type with drop-down is Configurable Product. You can see these three options,
Position
Name
Price
You can locate these options under,
Catalog->Manage Products->Your_product->Associated Products->Super product attributes configuration
Also, you can directly update this into,
Relevance
Popular
Price
In case if these fields are missing, you can search for attributes named, Position||Name||Price.
You can locate the label,
Catalog->Attributes->Manage Attributes->Your_attribute->Manage Labels/Options.

Resources