Since we are using the associated products/images feature of Magento. Is there a way for each of the enabled associated items to automatically show under the default image on the product page. Currently we are adding the image to the associated items and to the grouped item. Then when we need to disable an item we have to disable the item and also remember to remove the image from the Grouped item. Which requires double the admin on the products. Thanks!
... View more
See more ideas labeled with:
Full details can found in https://github.com/magento/magento2/issues/19858 Initial GitHub Issues #19858 was reopened on Jul 30, 2019 with argumentation: I'm reopening this issue for two reasons: First this behaviour was working in M1. When a catalog price rule changed the product price in M1 this was reflected in the discount fields of the sales_order_item database table. This way you could always determine if a discount was used when the product was ordered. Secondly, either way, a special price or a price different then the original price is a discount, and it shouldn't matter where this discount is applied. It could be applied in the catalog or it could be applied in the cart, you're giving a discount on the price of the product. This should be registered as a discount. Please reopen the internal tickets within Magento Jira as well. Based on multiple feedbacks in slack and comments on the issue, it seems still a pain point for the community The issue was re-verified on the latest 2.3-develop branch and Confirmed again 1. Magento 2.3.*. 2. Catalog price rule which is enabled. 3. A visible and enabled product. Steps to reproduce 1. Create a product with the sku 'A'. 2. Create a catalog price rule for the product with the sku 'A' with a percentage discount or a fixed discount. 3. Apply and save the catalog price rule. 4. Run the command `bin/magento index:reindex`. 5. Place the product with the sku 'A' in your cart. 6. Complete the checkout process. Expected result 1. Product 'A' is shown with the discounted price on the product detail page and in the checkout [frontend]. 2. In the backoffice the discounted amount/percentage is shown in the order per order item [backend]. 3. In the table `sales_order_item` the `discount_amount` or `discount_percent` value is saved [database]. Actual result 1. Product 'A' is shown with the discounted price on the product detail page and in the checkout [frontend]. 2. In the backoffice the discounted amount/percentage is *NOT* shown in the order at all [backend]. 3. In the table `sales_order_item` the `discount_amount` or `discount_percent` value is *NOT* saved [database]. At the moment there is no proper way to ascertain whether an order item actually has a discount or not. The `applied_rule_ids` does not necessarily mean it is a discount for the product, it could also be free shipping for example.
... View more
See more ideas labeled with:
Sometimes it's useful to get detect type of device on backend to be able use appropriate logic in code (blocks, templates) for different views (desktop, mobile). There is Mobile_Detect (https://github.com/serbanghita/Mobile-Detect) a lightweight PHP class for detecting devices. Would it be possible include this library in some next releases providing relevant methods of calling it?
... View more
For PWA we should maintain separate Repository. It should contain apis,models,resource models etc. it should not contain front end controllers,layouts,blocks ,routes etc. in this way our focus only about apis. if any one wants to implement PWA they will download/clone this Repository.
... View more
See more ideas labeled with:
Hi, For all developers In magento when setting a new store up, there is too many configuration that we do according to each developer requirement. For example, i always enable imagick compressen, set flat category to yes, set asynchronous to sales, set product to decrease from stock in pending state, set to show how many items left when reaches 5, set admin lifetime session ......etc There is too many configuration that you cant count we always tune our magento system accordingly. So why every time i need to setup a fresh copy i need to reconfigure the system again and again this takes time and time is money :). My Feature request is that to make an option where we can export magento configuration categories from Sales, General, Catalog, system .... and all there sub categories, and export them to a single file. While in import, i select the file i exported earlier and import the whole configuration or selective configuration, for example i only want to import the Sales category configuration. But you must take into consideration that a configuration file must be compatible with all versions of magento old and future. This is basicly my idea, Also if this idea can be applied to export third party extensions configuration. Because Advanced extensions requires many configuration especially seo tool kits. Using the import with a single click i can configure the whole extension. Also the extension developers can create a configuration settings files to give for extension buyers to configure there extension easily.
... View more
See more ideas labeled with:
As a new user of M2.2, I am surprised that there is no direct link from the Dashboard, or from within the /Catalog/ and /Content/ menus, to open the Media Storage interface. Other solutions (e.g. Joomla) have a "Media Manager" link displayed on the Dashboard which allows an Admin User to manage and curate the media uploaded and used within the project - either Product Images, Videos etc. or for Page Content. It seems slightly daft that the only way I can upload an image from within the Dashboard, is to open a web page or product page for editing, then click the 'Insert Image' icon in the Editor's toolbar to launch the 'Insert Image' interface, in order to browse for and insert media files. Surely it would be a simple task to create a discrete link to the Media Storage interface, either directly from the left-hand menu or from within the slide-out menus for both of the following interfaces: Catalog Content
... View more
See more ideas labeled with:
I found that the product attribute option is missing something, we are not able to edit the label of them because we don't have any api to update them, we can only add new one to the list or remove one. That is not a good thing since if we are using the options on certain product we cannot just delete it and create a new one, go on each product and change it. It would be nice that we can change the label of some option even if it's one at a time. Thank you.
... View more
See more ideas labeled with:
I know, when Bundle item is created with "Dynamic Price", then I can refund a child item. But when Bundle item is created with Fixed Price then it doesn't allow. It looks, when order is created with Bundle item (Fixed Price), all child item's price is marked 0, which might be the case that it doesn't allow to refund a child item from it. I would love to have this feature. To be able to refund only a child item from Bundle item (Fixed Price).
... View more
See more ideas labeled with:
Is there a way to change the customer name order (as in Lastname Firstname) globally in forms and display as well? It's ok, that the user registration form can be changed easily, but I could not yet find out how to do it on the checkout page, for example. If you don't get the reason: I'm in Hungary, where we use this "reversed name order", like the Japanese.
... View more
Under Catalog > Categories > Display Settings > Display Mode there are three options - products, block, product & block. I propose a fourth option for custom link, so users can link to a CMS Page or external link in the main navigation. There seems to be no easy way to do such a task currently. Creating a block and then setting the category to block only, is not a proper solution and seem more like a hack. There are to issues with this method: 1. You cannot use it to link to external pages 2. Since there does not seem to be a CMS Page Suffix like categories and product pages have, any future change to the menu from a category block to CMS Page would cause a url change and affect SEO. I see no reason why Magento should not support custom links in the navigation. My proposal above is one possible solution to the issue.
... View more
See more ideas labeled with:
In admin, add a link to configurable product edit page from associated simple product edit page. This would be great for store owners and for developers too. As a store owner / admin you can search for product name or sku in some cases. As a developer I have to look in the database for the configurable. This is time consuming and repetitive. Thank you
... View more
See more ideas labeled with:
Hi, What I'm missing is an option in my account, my purchases to remove an extension from my list. Sometimes you add a extension and decide it's not working or not what you wanted. Now all the extensions stay in your marketplace, my purchases and through that end up in my magento backend webwizard. Would be nice to have this option.
... View more
See more ideas labeled with:
We need to be able to see what customers purchased what products. Currently there is no way to see that. Would be ideal to be able to show the customer, the order and the products in that order.
... View more
Problem: Store managers enter products in admin and accidently hit or copy in a space before or after the SKU. When doing mass updating or importing the SKUs do not match and may cause duplicate problems. Solution: Trim whitespace on SKU upon saving and importing. Same solution would be viable for product names.
... View more
See more ideas labeled with:
Please display the product's image at the order information, so that we know the specific product when arrange the shipment.
... View more
See more ideas labeled with:
Sometimes in custom development we need to implement a Pool (http://designpatternsphp.readthedocs.io/en/latest/Creational/Pool/README.html). In Magento there is the \Magento\Framework\ObjectManager\TMap class, which is a generic Pool. The idea is to use it as a VirtualType, or even in a composition of a Pool (as it's done for many Pools in Magento 2 core). Is there any reason to make it as internal? What's the recommended way to achieve a pool with the Magento 2 stack?
... View more
See more ideas labeled with:
when one changes the base-currency, the prices of products remain with the digits of the previous currency. So someone has to export fix prices, and import again. This should be auto, i.e. the price-digits should change to the new currency.
... View more
See more ideas labeled with:
Hi When we export the products, it lists all the products. There are more than 20 k products on our store. How to export the products as the specific category?
... View more
See more ideas labeled with:
Status:
New
Submitted on
05-03-2018
07:38 PM
Submitted by
petur_sigurdsson1
on
05-03-2018
07:38 PM
Wouldn't it make more sense, more consistent and be more extendable if the get operation returns null? As it is now, I need to handle the exception thrown by the system or run my own check first to check if the attribute that I'm looking for isn't there. By comparison, the getList operation returns an empty if Magento can't find what I'm looking for. Wouldn't it be better to return null or empty... something, so user can choose how they want to deal with this situation. Throwing exception basically just tells the user that the system think what they are doing is an error/wrong, when it's really subjective. There's lots of situation where looking for something that isn't there is not wrong, just let the user handles the situation themselves.
... View more
See more ideas labeled with:
When exporting the products, could we choose which categories to be exported?
... View more
See more ideas labeled with: