Showing ideas with status Investigating.
Show all ideas
Status:
Investigating
Submitted on
08-30-2016
12:00 PM
Submitted by
apiuser
on
08-30-2016
12:00 PM
Feature request from tiwarimukesh, posted on GitHub Apr 03, 2016
Can we have an option in Magento admin so that when a site is in maintenance mode customers should see a CMS page which can be easily customized in Magento admin.
So the site owners have a flexibility to show the customized page with custom messages to the customers.
... View more
Status:
Investigating
Submitted on
02-10-2017
09:17 AM
Submitted by
apiuser
on
02-10-2017
09:17 AM
Feature request from Silarn, posted on GitHub Feb 02, 2017
When trying to use JavaScript to make an API call where the methods follow JavaScript standards and make an OPTIONS request to the server to determine CORS compatibility, requests will always fail.
This is because Magento has no built-in method for handling OPTIONS requests and will return a 400 error in response.
Preconditions
Magento 2.*
An API call using Angular JS should do the trick
Steps to reproduce
Have a running Magento install with a valid API account
Obtain an authorization key to create an API request
Make any request via AJAX in a standard browser (with valid authentication headers and request data)
Expected result
The API receives an OPTIONS request for the API endpoint and provides valid CORS headers in response
The AJAX call verifies the CORS headers and proceeds to make the API call
Actual result
The API receives an OPTIONS request for the API endpoint and fails, returning a 400 response
The AJAX call fails to validate CORS headers and stops
You can work around this by modifying the HTML server to return a valid response when any OPTIONS request is made, but this is less than ideal. Ideally each individual API endpoint can return valid CORS headers, and other pages will fail or disallow such requests.
... View more
Status:
Investigating
Submitted on
12-05-2016
10:56 AM
Submitted by
apiuser
on
12-05-2016
10:56 AM
Feature request from blizzardengle, posted on GitHub Nov 22, 2016
The dashboard on Magento 2.0+ chooses to display Guest in place of the customers actual name on the Last Orders grid when the customer checkouts without being logged-in.
Preconditions
Using Magento 2.0+ (I am using 2.1.2)
Steps to reproduce
Using Magento 2.0+ (I am using 2.1.2) login to a store that has had customers check out as guests.
Look at the Last Orders grid on the left and it will say Guest and not the customers actual name; the original poster (OP) attached an image into their post.
This seems to be the offending file but I could be wrong: vendor/magento/module-backend/view/adminhtml/templates/dashboard/grid.phtml
Expected result
The Last Orders grid should show who actually placed the order (Billing Name) instead of guest regardless of the fact that they were logged in or not.
Actual result
Look at the OP's screenshot. Look at the Last Orders grid on the left and it will say Guest and not the customers actual name
This issue was raised before but got closed because of formatting and lack of updates, see: #6995
... View more
Status:
Investigating
Submitted on
09-30-2016
12:25 PM
Submitted by
apiuser
on
09-30-2016
12:25 PM
Feature request from OleksiyOleksiyovych, posted on GitHub Mar 11, 2016
Steps to reproduce
Install Magento from master branch. Version 2.0.2
Go to Store - Configuration - Sales - Payment Methods
Configure PayPal PayFlow Pro
Start create order process
Expected result
Validate credit card number before request to PayPal.
Save information cc_exp_month and cc_exp_year in 'sales_order_payment' table
Actual result
can enter any chapters into credit card field
cc_exp_month and cc_exp_year did not save in sales_order_payment
Additional information
Saving cc_exp_month and cc_exp_year is important for me, because I need this information for reauthorization process. It works well in Magento 1.x.
Maybe, this logic is missed in M2, because I can not find save process of this information like in M1.
Also I found initialization of $_canSaveCc field, but I can not find where it field using. It was use in prepareSave() method (app/code/core/Mage/Payment/Model/Method/Cc.php) in M1.
.//app/code/Magento/Braintree/Model/PaymentMethod.php:93: protected $_canSaveCc = false;
.//app/code/Magento/Payment/Model/Method/Cc.php:27: protected $_canSaveCc = false;
.//app/code/Magento/Paypal/Model/Direct.php:96: protected $_canSaveCc = false;
.//app/code/Magento/Paypal/Model/Hostedpro.php:64: protected $_canSaveCc = false;
.//app/code/Magento/Paypal/Model/Payflowpro.php:203: protected $_canSaveCc = false;
... View more
Status:
Investigating
Submitted on
08-30-2016
01:12 PM
Submitted by
apiuser
on
08-30-2016
01:12 PM
Feature request from SRaromicon, posted on GitHub Sep 25, 2014
It would be great to get an extra field for attributes, that holds the unit of an numeric / decimal attribute.
Now you have to save every attribute, which has an unit like mm, oz or V, as an attribute of type varchar.
In very large stores with more than 2000 attributes the varchar table becomes very large and the other tables are not used, because you need the unit of meassurement.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:12 PM
Submitted by
apiuser
on
08-30-2016
01:12 PM
Feature request from seansan, posted on GitHub Dec 01, 2014
Would it be possible to add a config option per payment method that allows us to set and use the payment option for backend only?
http://magentotoolkit.com/code/magento-admin-only-payment-method/
... View more
Status:
Investigating
Submitted on
08-30-2016
01:12 PM
Submitted by
apiuser
on
08-30-2016
01:12 PM
Feature request from kassner, posted on GitHub Feb 06, 2015
Hi,
Can you guys think about merging all customer's name-related fields ( prefix , firstname , middlename , lastname and suffix ) into a single name field? I think this makes magento a more international product.
Motivational literature:
http://www.w3.org/International/questions/qa-personal-names
http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/
http://blog.jgc.org/2010/06/your-last-name-contains-invalid.html
Thanks!
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from navarr, posted on GitHub Feb 27, 2015
Suggested Labels: feature request, up for grabs
Email highlights allow email providers programmatic knowledge of the contents of email. This is a wonderful user experience, and one that would be beneficial in Magento's default email templates.
These Highlights are currently in a standardization process, however they are already implemented in Gmail as action buttons, Inbox by Gmail (as rich data), and Google Now (as rich data).
The two highlights that Magento would most benefit from are the Order and Parcel Delivery Highlights, linked here:
Order Highlight
Parcel Delivery Highlight
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from CRYX2, posted on GitHub Jul 08, 2015
Hello to all, it think it could be very usefull creating a media library for storing and retreving all uploaded files (for example like the Drupal media module: https://www.drupal.org/project/media).
It's very usefull for the users reusing an uploaded file for a product or for a custom entity (like news or blogs).
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from chasteIT, posted on GitHub Sep 03, 2015
Problem: Customers use layered navigation to filter to their desired product, but if the user selects a configurable products from the category, they must select the same options again to configure the product before getting the associated simple product.
Solution: Use the options selected in the layered navigation filters to pre-select configurable product options.
Example: A category of Shoes (configurable product) has layered navigation filters for Size, Color, etc. In the category, a user selects filter attributes for Size10 and ColorRed to find the products with Red, Size 10 shoes. As Magento is now, the user clicks on their desired shoe to go to the configurable product page and must then select the attributes again to configure their product. We could skip this step by using the Size10 and ColorRed filtered attributes to pre-select those same attributes on the configurable product page.
This improvement could go hand-in-hand with the issue: Set Configurable Product Default Configuration #1783.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:10 PM
Submitted by
apiuser
on
08-30-2016
01:10 PM
Feature request from mage2pro, posted on GitHub Nov 10, 2015
... View more
Status:
Investigating
Submitted on
08-30-2016
01:10 PM
Submitted by
apiuser
on
08-30-2016
01:10 PM
Feature request from mage2pro, posted on GitHub Oct 27, 2015
The decision whether a JavaScript component need be shown could be made when the layout is already built, so the component is unable to add its CSS resources by the standard way ( \Magento\Framework\View\Page\Config::addPageAsset() ).
Is any standard possibility to load stylesheet asynchronously? (like require-css do).
... View more
Status:
Investigating
Submitted on
08-30-2016
01:03 PM
Submitted by
apiuser
on
08-30-2016
01:03 PM
Feature request from tzyganu, posted on GitHub Sep 29, 2014
I don't know if this is on your todo list but I thought It would be good to throw it in here.
The tabs (and maybe all the elements) in the admin dashboard could be generated in a more abstract form.
I mean, the dashboard should be just a list of placeholders that can be filled in by the rest of the modules.
Right now the Magento\Backend\Block\Dashboard\Grids::_prepareLayout contains 4 hardcoded tabs that should be moved in the correct module.
For example Bestsellers and Most Viewed Products could be part of the reports module, New Customers of course in the customer module and so on.
Also a way to add custom tabs could be nice. I know about interceptors, but I'm not exactly sure I can intercept a protected method.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:03 PM
Submitted by
apiuser
on
08-30-2016
01:03 PM
Feature request from gstaniforthsessiondigital, posted on GitHub Oct 10, 2014
Instead of storing cache in a serialised array it would be much faster to store it as a native php file and var_export() the array.
If the file is .php it will get picked up via the opcache and be stored in memory but also precompiled and stored in opcache. This would also remove unserialised logic also.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:03 PM
Submitted by
apiuser
on
08-30-2016
01:03 PM
Feature request from tzyganu, posted on GitHub Oct 14, 2014
Is there any reason why I cannot set a product attribute with type 'Media Image' to be used in product listing?
When I create an attribute from Stores->Attribute->Products and select the Catalog Input Type for Store Owner to be Media Image the Frontend Properties tab disappears completely.
If I create the attribute like that and then change the value for the field used_in_product_listing in the catalog_eav_attribute table for the attribute I just created to 1 it works just fine. I have my attribute loaded in the product listing page.
Sometimes I may need an additional image attribute in the product listing. I cannot do that from the UI and I see no reason for it. A real use case: I want to have a rollover image. When hovering the product image I want to see a different image (with the backside of my product for example).
This problem exists in Magento 1 also. I hope it will be tackled at least in M2.
And while on this...please change the label of the attribute type field. Catalog Input Type for Store Owner sounds scary. Attribute type sounds more friendly.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:00 PM
Submitted by
apiuser
on
08-30-2016
01:00 PM
Feature request from nyov, posted on GitHub Dec 08, 2014
If for some reason the backend broke and the styles/scripts can't be found (in this instance I messed up the base url), there is no fixing things from the backend because settings can't be saved anymore.
It would be nice if Javascript wasn't essential there.
(edit; or, if necessary, inline for this one instance)
... View more
Status:
Investigating
Submitted on
08-30-2016
12:58 PM
Submitted by
apiuser
on
08-30-2016
12:58 PM
Feature request from rtull, posted on GitHub Apr 04, 2016
In the "rules" interfaces in the admin panel (see Customer Segments or Promotions) selected objects show their ID, not a friendly name. This makes it very difficult in the admin to assess what values have been selected in a rules section because the IDs shown are not comprehend-able. Without loading the full selection list / grid interface, an admin user has no idea which specific items they have selected.
For example, selecting a particular category as a filter criteria show the category ID, not the category name. An admin user would have no idea which category this is without loading the category selector - which both time-consuming and non-obvious.
Recommend displaying admin text values instead of IDs to improve human administrator comprehension and admin speed of use.
Example Screenshot: http://files.classyllama.com/c689cb8e/mage2_admin_id.png
... View more
Status:
Investigating
Submitted on
08-30-2016
12:37 PM
Submitted by
apiuser
on
08-30-2016
12:37 PM
Feature request from ihor-sviziev, posted on GitHub Dec 09, 2013
As example for now we should make reindex Products flat for all websites. When we have many products(10000+) and we copied added all products to new website, reindex process is really very slow. Should be great have ability reindex flat data for specific store/website.
... View more
Status:
Investigating
Submitted on
08-30-2016
12:37 PM
Submitted by
apiuser
on
08-30-2016
12:37 PM
Feature request from alexdrupal, posted on GitHub Feb 11, 2014
Hi Folks!
Does magento has plural support for translations?
If no, I think it should be added to the todo list of Magento2 team.
At least, Zend framework having plural support since 1.6
Thanks!
... View more
Status:
Investigating
Submitted on
08-30-2016
12:36 PM
Submitted by
apiuser
on
08-30-2016
12:36 PM
Feature request from erikhansen, posted on GitHub May 16, 2014
Currently, the "template path hint" feature displays the template name and block class name.
Fabrizio Branca's Aoe_TemplateHints module extends the native Magento 1.x template path hint functionality to add much more information to the hints including:
Block name (very useful)
Parent block names
Module
Caching status
Here is a screenshot from his blog post, visualizing what this could look like:
I propose that this functionality be built into Magento 2. If Magento accepts this proposal, I may be willing to build this functionality and then issue a pull request to have it incorporated into Magento 2.
... View more