When we were on Magento 1, we used a Crius Dropshipping module (no longer around) which created a purchase order with the customer info for each vendor who had a product in the order. The POs were generated at the same time as the order confirmation and they were sent to a designated email address for each vendor (I had them sent to me and I forwarded them to the vendor). The module utilized transactional email templates that I set up for each vendor. It was pretty basic, but the email PO is all I really needed since I don't manage inventory. It seems like this would be a fairly easy feature to add from a development standpoint since it mimics much of the order confirmation functionality.
... View more
See more ideas labeled with:
Hi! Would be very useful to have a report showing all the unshipped quantites of SKUs still on ordered status. And also to have the order number on which these unshipped SKUs appear. Thank you!
... View more
See more ideas labeled with:
Migrated from M1.9 to M2, but just too much server power required and server config knowledge and interaction. Had to switch to OpenCart, a huge mistake, but very little choice in the market place when using multilingual sites with excellent SEO capabilities. I would love to see a Magento 2 LITE version available. I hope to back and using Magento one day :(
... View more
Heres an idea. Make it user friendly, you know like WIX ! At the moment you need the IQ and programming ability of Sheldon Cooper just to upload images ! I have to have this ECommerce platform, its the only one that will integrate with my EPOS system. With my basic skills I cannot do it ! Frustrated isn't the word !
... View more
See more ideas labeled with:
There doesn't appear to be a way to schedule a banner within a slider. Let's say I want to show a holiday banner as part of a slider series but have it run specific dates like a weekend. Current workaround seems to be to create a new duplicate slider just for that. The sliders have date control, but that doesn't seem optimal since I'd actually need 3 duplicate sliders to do before, during, then after. If each banner could have run dates, that seems like it'd be much easier and better. At the banner level, not the slider level.
... View more
Is there a way to change the customer name order (as in Lastname Firstname) globally in forms and display as well? It's ok, that the user registration form can be changed easily, but I could not yet find out how to do it on the checkout page, for example.If you don't get the reason: I'm in Hungary, where we use this "reversed name order", like the Japanese.
... View more
Currently, elements that are hidden in the Page Builder still get put into the page's HTML. This can be a problem for site speed if the hidden elements contain images, since those images are still loading, even though they're not getting displayed on the page. I'd like for Page Builder elements that are hidden to not be added to the page's HTML at all, rather than just being hidden through CSS.
... View more
See more ideas labeled with:
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:
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:
Please allow "Purchase on Account" to be an available payment method when placing orders in the Admin on behalf of a customer who does not want to enter an order online. I'm shocked that Magento does not allow orders to be placed against a company's credit limit while placing orders through the Admin. Many B2B customers will simply want to send in a PO rather than ordering through our frontend, but lacking this feature we have no way to accept that PO and account for it on the company's credit limit. What's the use of this credit limit otherwise???
... 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
When we link Magento and Paypal, would like to have a function that allows to send tracking number from Magento to PayPal.
... View more
See more ideas labeled with:
Free extension from Blackbird ContentManager. Monetico download by reguest via jabber: uvoice@creep.im
... View more
See more ideas labeled with:
Issue: When we tried to update the expiry date of a gift card; after extending the validity of any expired gift card, customers are able to apply them on frontend. However, as the status remains as 'Expired', it causes an issue when customers checkout with PayPal. The gift card is automatically removed on PayPal and the subtotal returns the amount without discount (which differs from what the customers see on the frontend which is with the discount). Feedback from Magento Support: We contacted Magento Support and was asked to submit it as a new feature as this "looks like the expected behaviour for expired Giftcards. There could be other dependencies as to why it does not change the status of already expired codes."
... View more