Showing ideas with status New.
Show all ideas
Feature request from basselalaraaj, posted on GitHub Jul 26, 2016
The translation module is converting special characters to HTML entities when saving the translations. By moving the converting method to a separate public function, it will be possible to create a plugin, if someone wants to use html code in the translations.
... View more
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 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 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