A new role resource should be added: Sales > Operations > Orders > Actions > Edit Addresses Currently, the "Edit" role resource also controls the editing of addresses, however, we need to give access to edit addresses without editing orders.
... View more
See more ideas labeled with:
Feature request from srinivasanithin, posted on GitHub May 09, 2016
Feature Request
Currently there is no way to create credit memo to refund the amount online via API. can this ability to refund a transaction online for while creating credit memo be provided? Any many people want to control this from ERP connected to eCommerce websites.
... View more
Feature request from RUjmiak, posted on GitHub Jun 10, 2016
It would be great to have not just message as response when request is not successful.
For example adding product to cart
response 400 Bad request and message "You need to choose options for your item."
or 400 Bad request and message "This product is out of stock."
or 400 Bad request and message "We don't have as many \"Chaz Kangeroo Hoodie-XS-Gray\" as you requested."
Compare messages to identify error is not good approach... even when you want to connect to more magento websites with different languages...
Did you think about it?
Thanks
... View more
Feature request from pynej, posted on GitHub Jun 10, 2016
Steps to reproduce
Install Magento from 2.0.7 branch.
Generic store data
Create and order
Open the order in Sales->Orders
Expected result
It would be nice if there was a Print dropdown or a Print All button on the main order page similar to the index page so that we don't have to click down into Invoice or Shipping and do multiple Print operations on an order.
... View more
Feature request from jpdata, posted on GitHub Jun 17, 2016
Steps to reproduce
Install Magento 2.0.7 with Sample Data
Get all products with REST API for example GET /rest/V1/products?searchCriteria=
Expected result
All products and every pruct with a produc_links array and every product_link with a extension_attributes array
.
Actual result
All products and every pruct with a produc_links array and every product_link with a extension_attributes but for some products it returns an array even empty [] for others with one element does return the single element (not in an array). It should return an array allways, regarding the number of elements returned.
Some time it returns:
"extension_attributes":[]
some times returns:
"extension_attributes":{"qty":0}
As I said it should allways return an array:
"extension_attributes":[{"qty":0}]
... View more
Feature request from qwerty7869, posted on GitHub Jul 01, 2016
Steps to reproduce
Add products in cart
Hit api GET /V1/carts/mine/items
Response will be
[
{
"item_id": 244,
"sku": "24-WB04",
"qty": 2,
"name": "Push It Messenger Bag",
"price": 45,
"product_type": "simple",
"quote_id": "202"
},
{
"item_id": 245,
"sku": "MSH03-33-Black",
"qty": 1,
"name": "Meteor Workout Short",
"price": 32.5,
"product_type": "configurable",
"quote_id": "202",
"product_option": {
"extension_attributes": {
"configurable_item_options": [
{
"option_id": "90",
"option_value": 49
},
{
"option_id": "138",
"option_value": 177
}
]
}
}
}
]
Expected result
Response should have product row total and image which is the basic functionality required in all the sites.
... View more
Feature request from Ctucker9233, posted on GitHub Jul 12, 2016
Steps to reproduce
Install Magento 2.1
Setup cron jobs as per official documentation.
Expected result
Working installation with running cron jobs and no errors in debug log
Actual result
Working installation with running cron job, but every time the jobs are run, a main.DEBUG: cache_invalidate: is thrown.
The way I see it, there are two ways to fix it. Code it in a way so that "notifications" (which is what this seems like) are not reported in the debug log, or create a notification.log where things like this can be written. On a side note, it would be nice to have some automated way to clear these logs.
... View more
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
Not entirely sure why this had not been posted before. We finally launched Magento upgrade to 2.3.3 from 2.1.8 last week, which was successful, but we quickly discovered that there was a feature we never encountered during testing which we don’t have an easy way to get rid of - “B2B Emails”. These seem to fire randomly every time either company or company user is updated in synchronization, or really even updated for any reason in user interface. There doesn’t appear to be any way to turn it off either. For every marketing feature of Magento that involves an email going out, especially to a customer, there HAS to be a way to turn it off without overriding product code. In fact, there should be a unified admin module that tracks all outbound communication types currently active in one place, and allows them to be activated/deactivated individually. Not being able to turn off annoying emails that seem to fire randomly and frequently immediately forces customers to flag us as spammers, which degrades our ability to communicate with customers on valid and production necessary items - password resets, order confirmations, true marketing specials etc.
... View more
See more ideas labeled with:
In a category, the is anchor setting both adds the products from sub-categories and displays the layered navigation filters. Is it possible to decouple these two functions from one option.
... View more
See more ideas labeled with:
Redirected URLs are not preserving query strings in Magento Commerce 2.3.4. This is a problem for older inbound links such as paid links that may be identified with query parameters (ex: ?utm_source=google), which would get lost in a redirect. If redirected URLs are supported, it only makes sense to preserve certain query parameters as well. This is already supported in Magento Commerce Cloud within the Fastly Configuration, so it should also be supported in Magento Commerce.
... View more
See more ideas labeled with:
We would like for Magento 2 to be able to support extra large catalogues (5 million SKUs +) Currently, indexing takes far too long and the site is very slow. Perhaps this is already possible and just requires some documentation to be set up to explain how to optimise the application and infrastructure to support extra large catalogues.
... View more
See more ideas labeled with:
As an end user i have multiple items in my cart, but i would like to proceed with a single item or selected items to checkout and place / create the order. Once order is placed, coming back to cart rest all item should be available in cart.
... View more
Most of external integrations ( crm, shipping etc ) needs city and township information as code like region and country. If you add city and township models to core developers can use this for integration and site customers can select from select box instead of writing city and township names. This feature is also good for shipping extensions. Shipping extension developers can apply different rates or accept/deny shipping city/township based.
... View more
https://github.com/jonathan-martz/magento2-statistics I created a small module which is actually just a small idea, how magento could get some information for a marketing page. It would work for Agency to track something but for magento2 own page it would be perfect. The Idea is to collect some data (by Magento themeselve) and create a marketing page with that, to show statistics für Global, Country maybe State. Maybe a small world map where magento shops are running and how many. These are sensitive data so it should be collect only by magento. Currently working on some more checkboxes to disable every kind of information by the Admin panel. If your interested to create something like this or use it. Your allowed to fork at or modify it like you want. If you want to use mine, just give me a call or message and i will modify it for you. Email: magento2@jmartz.de
... View more
See more ideas labeled with:
In Magento 2.2, we used to use addAttachment($pdfString,$filename) to add CSV attachment in email. File Path: \Magento\Framework\Mail\Template\TransportBuilder But, In Magento 2.3.1 this method is deprecated. There is no documented way to replace this functionality. Below are the links which have been suggested. We tried but it did not work. 1)https://magento.stackexchange.com/questions/252506/magento-2-3-custom-email-attachment-not-working Comments:We tried addAttachment($pdfString,$filename) function but addAttachment() is deprecated in Magento 2.3.1 2)https://docs.zendframework.com/zend-mail/message/attachments/ Comments:We have used Zend\Mail\Transport\Smtp as SmtpTransport to send email from our portal. Email was triggered with CSV Attachment but first email was triggered 3 hours after executing cron and then every email has 1 hour delay in between 3)https://meetanshi.com/blog/add-attachments-with-email-in-magento-2-3-x/ Comments:We tried with this solution but in transportbuilder file below mentioned files are not available in magento 2.3 framework Mail folder use Magento\Framework\Mail\MimeInterface; use Magento\Framework\Mail\MimeMessageInterfaceFactory; use Magento\Framework\Mail\MimePartInterfaceFactory; 4)https://extait.com/blog/how-to-send-email-with-attachment-in-magento-2-3/ Comments: we implemented this solution but emails are not getting triggered.
... View more
Free extension from Blackbird ContentManager. Monetico download by reguest via jabber: uvoice@creep.im
... View more
See more ideas labeled with: