Showing ideas with status New.
Show all ideas
Feature request from rikterbeek, posted on GitHub Jul 26, 2016
Hi,
For an 3D secure payment(creditcard) on Adyen (payment provider) you first do a Authorization call to authorize the card. If the card is enrolled for 3D secure the shopper is redirected to the bank page where he can authentication himself. After authentication the shopper comes back to the shop and a second API call needs to be done to validate the 3D secure payment. The nicest way to do this is using the executeCommand through DI in the same way as authorized,refund,cancel and capture. In the Magento\Payment\Model\Method\Adapter file there is no 3D secure command. Could you add this or could you make executeCommand protected instead of private so you can overwrite this in a custom Adapter for your payment method ?
Regards,
Rik
Adyen
... View more
Feature request from paales, posted on GitHub Jul 31, 2016
I just added 19 products to my category. The frontend doesn't show any products. It would be really helpful to give a hint why a product isn't visible on the shop. (After being a Magento developer for years, I still struggle with such a basic thing..)
In an effort to improve the usability of the system and greatly improve the merchant experience, context aware hints are crucial. Explain what is going on and how should the merchant fix their 'mistakes'.
The idea is to add a visibility-helper-icon to product grids so that it is clear why products aren't shown and suggestions how to fix this.
With this, we can collapse the Visibility, Status and maybe Websites column into one 'Visibility Helper' column (or just an icon behind the name of the product). The visibility helper icon will have a popover with additional information why this is happening:
Not visible:
Icon: http://fontawesome.io/icon/eye-slash/
Product isn't visible anywhere //one or more applicable
Product is disabled [Enable Product]
Inventory is set to 0 [Set inventory] //when the setting is enabled
Product is set to Not Visible Individually and isn't part of a composite product [Make visible]
Product is set to Catalog but isn't connected to a visible category
Limited
The product has limited visibility
Product is set to Not Visible Individually but part of a composite product.
Product is set to Search [Set Catalog Search]
OR Product is set to Catalog, Search but isn't attached to a visible category. [Add Category]
Product is set to Visibility: Catalog but isn't connected to a visible category [Assign to Category]
Visible
Conditions:
The above conditions don't match
Tooltip:
Gives a link to the category and product view page.
Questions:
How are we going to handle store view / website specific values without having huge popovers?
Might it be a good idea to include salable information as well?
... View more
Feature request from Corefix, posted on GitHub Aug 01, 2016
Preconditions
Magento 2.1
Steps to reproduce
Go to Admin
Go to Products > Catalog
Select a Product
Go to Images And Videos
From here their is no way setting use default for images
Expected result
Their should be a use default for images, otherwise it is hard for admins to see if an image is associated on store view or not.
Actual result
No use default settings or anyway to determine this.
... View more
Feature request from paales, posted on GitHub Aug 03, 2016
I want to have all product information imported but I want to be able to override the description of a certain product, but the prices and stock should import like normal.
Just like the new core config values, it would be nice to have a scope above the default scope. This would solve the problem that a Merchant needs to overrides the values on each store-view (which is undoable with a Multi Store Setup).
If the Use Import Values is unchecked the Merchant is able to change the value. A new flag gets created in a new catalog_product_import_export_overrides (or some other table) table. When importing the system checks this table to skip certain import-values.
... View more
Feature request from kassner, posted on GitHub Aug 17, 2016
Hi!
Looks like there is no way to add a new page layout from a module. The only place that loads layouts.xml files is here, but the method specifically iterate over registered themes and is protected , so is not possible to intercept using a plugin.
I'm not sure if we can just make it public . Is there another approach to fix this?
Thanks!
... View more