While adding configurable product from product list page to cart showing a warning like "Please specify the product's option(s)." in magento version 1.7.0.2.
Any ideas?
Yes this is because configurable product are association of simple product, customer have to choose one option from dropdown of simple product, and this is required field, so if you add to cart from product list then it will give you this error. Because you have to choose one option.
Related
I have created a configurable product and also added two products in it with proper size and color option but in the frontend in product details page, there is no add to cart button or select size/color option.I also added quantity and selected in stock option for both of the products.Here is my screenshot.
Please help.
Also set In Stock for configurable product also and do reindexing.
Configurable product needs to be set to in stock, Enabled, and have Associated Products
Simple Products need to have QTY, in stock, Enabled, and associated with a Parent (can only do that on the parent).
After those are set, you will need to clear cache and reindex.
I am beginner in magento.I need to remove required field for select option in configurable products and add into shopping cart pages in magento.In product details page,customers can purchased set of product and individual product.For example, Product A can buy shirt model and product B can buy pant model but product A and product B can show shirt and pant.so i am using product
How to remove required field and add into shopping cart page in magento? Please advice me
You are using the wrong kind of products. Configurable product options are always required.
I think you need to look at using grouped or bundled products to do what you want.
http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-a-grouped-product
http://www.magentocommerce.com/wiki/modules_reference/english/mage_adminhtml/catalog_product/producttype
I am developing a magento shopping cart for selling some products. When the customer has chosen his product and wants to check out the product, I also want him to select some associated products that he would like to add to his cart. This association I should be able to make in the magento admin panel.
A working example of this is on this site.
Here is a screenshot of the requirement:
http://content.screencast.com/users/wardogg/folders/Jing/media/540714aa-7e54-461c-b09d-f1cba4513eff/2012-09-06_1612.png
I am using Magento shopping cart for my application. I would like to know if there is an existing extension that allows us to do this or if I will have to code something on my own.
Thanks for your help.
Built in already. RTFM:
http://www.magentocommerce.com/knowledge-base/entry/how-do-i-set-up-product-relations
Cross-Sells Cross-sells display after a product has already been added
to the shopping cart. In this design package, three products are
randomly picked from the products that are marked as cross-sells of
all the products in the shopping cart. To add cross-sell items to a
product: Log in to the Magento admin Navigate to Catalog -> Manage
Products Find the product you want to add cross-sells to Select and
edit this product Select the Cross-sells tab From the products grid
that appears, check any products you’d like to mark as cross-sells
(press “Reset Filter” to see all products) Once a product has been
checked, the “Position” field opens up. This determines the sort
order of the cross-sells in the shopping cart. If you have multiple
products in the cart they are randomly selected, so the sort order
will not take effect. Press “Save” In the front-end, add the product
you just edited to the shopping cart.
Clearly you need to style up your suggested products and how and when they appear in the customer journey. It may take work to get it right but it can all be done.
I have to configure my magento store so that my customers can order configurable products when they are out of stock.
Because these products are out of stock, they do not appear on the products page.
I did find a way to show them the products page (system-->configuration-->inventory-->Display Out of Stock Products) but because the product is out of stock, the customer can't order it.
Anyone an idea on how to configure my site so the customer can buy out of stock configurable products?
I'm using Magento 1.5.0.1
In Configuration > Inventory an option exits to display products out of stock. This would be a good place to look.
EDIT: Also if you want the ability for the customer to purchase the product you need to allow products to be back ordered in the following configuration tab.
In my store i have all the products as configurable products and there is no simple products displayed on store. Everything goes fine but then i noticed one problem.
After adding a product to cart by choosing the simple product from the configurable product page, i still gets configurable products sku in the cart , also it maintains through out the session. So we cant track actually which product sell.
Is it problem with any configuration or should i do anything to catch the simple products sku instead of configurable product SKU.
Please help me
This is probably a bit late if your store is filled with configurable products, but I've found this product a lifesaver in the past:
http://www.magentocommerce.com/magento-connect/Matt+Dean/extension/596/simple-configurable-products
It basically just adds the simple product to the cart using the simple product's price as the buying price. Custom options must also be added to the simple products rather than the config products.
As a result the purchased item is the simple product SKU rather than the configurable product.