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:
There is no easy way to automatically add a widget to every product within a specific category. Every time a new product is added, you have to go and edit the widget and add this new product to the list. Which becomes a problem when we are talking about 1000 of products. The use case for this is a product type where we want a global instruction text for all these products within a specific category. We do not want to include this text in every single product description, because we want to update it centrally on one location if needed.
... 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:
please add the checkbox on customer register page of " I have read and agreed to terms of use and privacy policy" since the customer privacy is so important and paid attention to by many countries.
... 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:
When selecting options, such as color and size. The SKU and Tier Pricing should change. If price and sku are fields when making a configurable product, these should change on the front-end when selecting the options. I mean, images change when selecting color. This should happen on the category view and product view.
... View more
See more ideas labeled with:
A better way to do imports of configurable products. Unless there is a better way, you have to type in every combination for the label "configurable_variations". This can get very annoying. I'm not sure why the imports do not function like Amazon or Walmart's methods. Makes a lot more sense being able to make configurable products this way.
... View more
See more ideas labeled with:
Hi, I am thinking in add the feature to use telephone number instead of email on Magento 2. Mobile phones are everywhere and and in some countries people are using more their numbers to associate in some services instead of an email address. My idea is offer both type of authentication on Magento 2 (email or sms) and also send the transactional emails using SMS messages to these customers. The admin user can customize the sms templates like it happens on transactional emails. To send the messages we can offer a ready integration with a 3rd party service like Twilio or MessageMedia. I was working on that in a custom extension, it's working good but my idea is incorporate that on Magento core. Thanks.
... 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:
In M1, On checkout page there is following 2 option for customer to checkout , Checkout as Guest Register and Checkout In Register and checkout there is Password and Confirm password field which is for registering a customer. I would like to have this feature in Magento 2 when guest checkout is disable. Right now we can't force customer to register while guest checkout is disable. If this is functionality that all Magento 2 customers are having to pay developers to fix/customise, I would suggest that it is something that Magento should add to its core functionality.
... 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:
I have a B2B Magento 2 site within the EU Currently Magento only has the options to show the prices: Including Tax Excluding Tax Including Excluding Tax If you have a B2B shop the cusomers have to pay the VAT if they are located in the same country as the shop, and pay 0% VAT if the customer is located outside the country of the shop. So the price excluding VAT is much more important than the price including VAT. Google Shopping requires to show the prices prices including VAT. Please add the Excluding Including Tax option to the price options. The prices Excluding TAX should be shown more prominent than the prices Including tax.
... View more
See more ideas labeled with:
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:
Magento 2 Should have basic features like sending out of stock & Low stock products email to admin.
... View more
See more ideas labeled with:
Please remove the title of the Related Products ,Up-Sell Products ,Cross-Sell Products The appearance looks bad when they are displayed on the mobile.
... View more
See more ideas labeled with:
Official Magento 2 documentation do list how to enable redis caching for page and session caching but there's no equivalent command line to revert back to non-redis defaults it seems https://community.magento.com/t5/Admin-Configuration-Questions/Disabling-Redis-cache-from-command-line/m-p/89599 Would be nice if there were added command line options to disable redis caching and revert to default out of box configurations instead of having to modifying env.php. Official docs http://devdocs.magento.com/guides/v2.2/config-guide/redis/redis-pg-cache.html http://devdocs.magento.com/guides/v2.2/config-
... View more
There is no reason as far as I can see to use the _construct method instead of just using __construct as the language intended. In other areas such as AbstractModel, it's not abstract therefore it's optional, meaning I can put my code in the logical place, __construct. In AbstractResource, however, it's an abstract method, which requires me to implement it. From my understanding, _construct is an artifact from M1 that no longer applies.
... View more
See more ideas labeled with: