Showing ideas with label Catalog.
Show all ideas
Where can we get a complete list of Magento 2.1 Community reported bugs? Having just installed M2 Community, every time we run into an issue we are told by our developers "that is a Magento bug". We would like to know what is a legitimate bug, if Magento is working on it, when it might be fixed or if we need to fix it ourselves. We love the product but are often frustrated when we cannot get straight answers. Please advise.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
other
Magento 2.2.1 with 3 store view / languages In product ID 192, the product has a color option with 20 color value, and I have translated it for 3 different store view / languages In default store view: In French store view: In product ID 191, the product has the same custom options like in product 192. I click on import options in Customizable Options in default store view, and import it from product ID 192, then save. And then, I changed to French store view, the value should be in French as I translated in product ID 192, but all be covered by default value. And I tried to import it in French store view, but the value also be covered by default value. So, for multi language site, import custom option should import with different store view, that will be much easier to add products.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
other
We are using "Match products by rule" in Categories and whenever we add any new products it is not assigned to categories in which we are using "Match products by rule". When we manually go and save categories then it assigns products. But in M1 EE products are assigned to category by smart merchandising cron, but in M2 we haven't find any cron timing tab to schedule such cron. So please help to include this feature, as we have many categories and to save category one by one is very time consuming. Thanks.
... View more
See more ideas labeled with:
-
Catalog
I have an configurable product for example T-Shirts in size small, medium and large. And all have same price and we have tier price like: Buy 10 for 5.50 and save 10% Buy 20 for 5.00 and save 20% Now a customer buys 5 medium T-Shirts and 10 large. So he has total 15 articles of this T-Shirt. Default Magento is now only take tier price of 10 large T-Shirts, but not for 5 medium T-Shirts. It would be really nice to have option for product to set "use total amount of child products for tier price". martin
... View more
See more ideas labeled with:
-
Catalog
This is more of a demand than a suggestion, because it's total madness that this is not standard. How has this simple thing, that is so important, been overlooked by Magento? I'm creating a multivendor marketplace using Magento2 for fashion retailers. In the world of fashion (and many other retail avenues) have all kinds of odd names for their colours, to make them sound more exciting for buyers. However in Magento2, when creating a configurable product using attributes, when choosing colours you can only see the colour name, not the swatch of the colour. Why the hell would Magento leave such a simple thing out?! How on earth are vendors supposed to know the variant shades between the colour names, if they cannot see the colours?! Just look at that! ...It's pathetic. I'm not sure this should even be a suggestion, if the Magento team see this post, you should just get this sorted because it's total madness. I've sunk a lot of money into building this with Magento2 so far, but to have this simple thing have such a detrimental effect at this stage ...Just shame on Magento for having overlooked this. I've seen posts for this dating back to 2016, it's now November 2017. GET IT DONE.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
other
-
platform
When working with products regarding store context, there is inconsistency among Quote, Order and Invoice and Shipment items regarding the getProduct() method. The best implementation as of 2.1.7 is Magento\Quote\Model\Quote\Item\AbstractItem.php, where it supplies store id in the context of the quotation. I suggest that the model of Order and Invoice should follow such practise when getting product from underlying items, since developer expects a certain level of API consistency. I can make PRs if everyone agrees.
... View more
In my site, when customers click on a product image, a lightbox opens with the large close-up product images. I sell clothing, and customers like to see model stats for each different model image (model height, weight and sizes of garment being worn). Text in images looks terrible in responsive websites so it would be nice to have a way to add a text description to product photos to describe what's in the photo. But there is no way to show text alongside the images natively in Magento (alt tag is too limited and not functional in all browsers). It would be great to either simply show a text description underneath each photo -OR- a more slick solution would be an on-hover block of text overlaying each photo.
... View more
See more ideas labeled with:
-
Catalog
-
extensions
-
other
We always run into errors when including "additional_attributes" column because one of our custom attributes uses commas/description-type box. Changing the delimiter is not a good solution as it also means updating it on your machine. Our CSV's are usually transferred to multiple people and should always be ready to go with comma delimiters. We would like Magento 2 to use Magento 1's system of separating each attribute into it's own column. The importer isn't very useful for bulk product uploading if our most important attributes need to be omitted and we've resorted to a Firebear Importer module. Could this be something a future version of M2 fixes? This would avoid a lot of headache and make a much more readable CSV product export.
... View more
See more ideas labeled with:
-
Catalog
There should be a default product media attribute "Hover Image". Product image assigned to this attribute should be visible when user Mouse hover the product image on category page and original image comes back on moue out. This small feature will improve the user experience and benefit conversion rate as well.
... View more
See more ideas labeled with:
-
Catalog
Currently the rest API doesn't send a websiteId attribute when you request a product.This would be really usefull for developers.
... View more
For a configurable product that has tier prices can the unit price on the product page update to the correct tier price based on the quantity that the user enters. e.g. Buy 100 for £1.55 Buy 200 for £1.04 each and save 33% Buy 300 for £0.78 each and save 50% Buy 400 for £0.70 each and save 56% Buy 500 for £0.62 each and save 60% If the user enters 100, the unit price displays as £1.55 correctly. However if the user enters 200, the unit price remains £1.55 whereas it should display £1.04. It does not display the correct tier price until you add the item to the cart.
... View more
See more ideas labeled with:
-
Catalog
-
platform
Problem is when thirdparty system wanted to update product's inventory then they require to send API call to update each products. So it calls cache flush method everytime that uses too much memory if thirdparty wanted to update 100o skus. So I would suggest if have API call to update stock inventory which accepts skus in batch then it saves CPU memory.
... View more
See more ideas labeled with:
-
API
-
Catalog
It would be so useful to be able to adjust the columns data eg stock levels, quantity and price on the catalog page rather than having to open each individual product.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
developer
First of all, I couldn't find a feature request like this one. If there is one, my sincere apologies. I noticed that view.phtml and list.phtml have an IF-statement that checks the stock availability of a product before showing the Add-To-Cart button. However, when I use 'Allow Qty below 0' and 'Show Out of Stock products' I would like to see an option to configuratie the Add To Cart button so I can choose to show it or hide it for products with < 0 in stock. Both as configuration in general or product specifiek options. Instead of doing this http://magento.stackexchange.com/a/32415 multiple for every shop over and over again.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
other
Currently when using configurable products the stock threshold is not working. For example: You have a configurable product based on 5 simple products. Shirt-S (stock 10), Shirt-M (stock 3), Shirt-L (stock 10), Shirt-XL (stock 10) and Shirt-XXL (stock 10). The stock threshold is set to 5. When a user clicks size M the stock status should change to: Only 3 in stock. But it does not.
... View more
See more ideas labeled with:
-
Catalog
When using configurable products based on two or more attributes that make up the simple products, the layered navigation ignores the stock status. This problem allready existed in M1 and remains in M2. Sample: Configurable products has 4 simple products (no backorders allowed, do not display out of stock items): Shirt-Black-S Qty 2 Shirt-Black-M Qty 2 Shirt-Red-S Qty 2 Shirt-Red-M Qty 0 (sold out) When a users filters layered navigation on color Black and Size M they will still get the configurable product even though the Red M is sold out. Would be so nice if the layered navigation index would handle this correctly.
... View more
See more ideas labeled with:
-
Catalog
Magento 2, just like Magento 1, uses a WAY too aggressive image compression when product images are uploaded. They look blurry and dirty, and almost unusable - regardless of the quality or the resolution of the uploaded image. It would be great to be able to turn off or adjust the level of compression applied by Magento. Catalogue images need to look crisp, sharp and professional. Thank you!
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
CMS
Add the ability to insert a widget in the product description for example the link to a page or other product.
... View more
See more ideas labeled with:
-
Catalog
-
CMS
Magento 2 lacks this important feature (Enable Discounts to Subproducts) in Catalog Price Rule that was working in Magento 1.X. I think this is a really important core feature.
... View more
See more ideas labeled with:
-
Catalog
Hi, I am facing a problem with configurable products. If you create a configurable product and create some product variations based on lets say color & size, if you change the price and image for a specific variation and select this variation on the configurable product page, the price and image will change. This is a very good feature altough the expected behaviour for me would be that the description and specifications for this selected variation would be shown, in stead of the specifications of the configurable product itself. Why does it change the price and image, but not the description and product specifications? I attached a screenshot to give you an idea of the issue. I also used to have this problem in Magento 1 and found a module for this which solved the problem. However this module is not supported for Magento 2. https://www.magentocommerce.com/magento-connect/sdocp-simple-details-on-configurable-products-1.html Is there a way this can be done programmatically or fixed in the core? Kind regards, Falco
... View more