Showing ideas with label developer.
Show all ideas
See more ideas labeled with:
-
developer
-
other
To plan out changes ahead of time on site, specifically on the home page, we use scheduled changes. An issue we have come across is that there is no way to preview these scheduled changes in mobile view. A large portion of people using the mobile view not having that ability is a hindrance. While we can make these changes on Staging, and push them live to view and test, we want to be able to completely ensure that the changes made on the Production site are perfect before going Live with the changes. If we inspect the preview page and set the dimensions to mobile view, it does not reflect what will happen once the page is live. It just smooshes up the desktop version of the page and adds no responsiveness.
... View more
See more ideas labeled with:
-
admin panel
-
developer
-
platform
Hello, I believe this is more of a question than a suggestion. Amasty adds a block with technical information in the admin area (see below). Is it safe? Is it possible to add it to vanilla Magento to avoid every extension vendor adding this information? Access control would be more convenient to set up to one page rather than many.
... View more
See more ideas labeled with:
-
admin panel
-
developer
-
extensions
The suggestion here is to create an integration with AWS Code Commit to Adobe Commerce Cloud in such a way we can control our source code in AWS Code Commit and have a continuous integration flow running at Magento Cloud, similar to what happens with GITHub and GITLab. Thanks
... View more
See more ideas labeled with:
-
developer
-
extensions
-
platform
Please allow Grouped Products to be added in Bundled products. For instance, I need to to make grouped product, consisting of Earpods, Charging cable and Charger. I also want to add this above Grouped Product in a Bundle where other products are existing like Mobilephone, and its Casing. i.e. Product A [Grouped Product] [Being sold separately]: Earpods + Charging USB Cable + Charger Product B [Bundled Product] : Mobilephone + Casing [Bundled Product] Right now there is no way to add Product A into Product B as a bundle. If resolved, this will solve a big problem in Magento2.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
developer
-
other
In debugging issues I find that I may want to disable or enable extensions by a certain developer en masse. For instance here's some extensions I have enabled: RocketWeb_ShoppingFeeds RocketWeb_ShoppingFeedsGoogle RocketWeb_ShoppingFeedsGooglePromotions Rss_ApsAddressOverride Rss_B2bAddresses Rss_SamlFix Swissup_Core Swissup_Easytabs Swissup_Marketplace I would like to be able to do the following on the command line to enable or disable them: bin/magento mo:di Swissup_* or bin/magento mo:en Swissup_*
... View more
See more ideas labeled with:
-
developer
The current Adobe Live Search implementation doesn't support custom content/layout of Quick Search Autocomplete results. We need more information on autocomplete results like regular price, discount, label etc.
... View more
The ability to change the backorder message that is public facing when a visitor is not logging into the site should be a standard out of the box capability. You can change the message for logged in customer's but not for guest visitors per IsProductSalableConditionBackOrderNotifyCustomerCondition.php
... View more
See more ideas labeled with:
-
developer
If Swagger definitions for all the Magento endpoints such as Orders and Sales available it would be easy for making integrations and could be very useful for developers
... View more
See more ideas labeled with:
-
API
-
developer
Coupon coupons work normally, but not to update coupon usage
... View more
See more ideas labeled with:
-
developer
We want to be able to review which admins gave store credit at the end of the day in an easy, organized manner. Can we put in a feature request, so that under: system -> action logs -> reports [-> store credit] we would like to be able to produce a report that shows who added, subtracted, or spent store credit from the admin panel. it should be an option in these logs to see what admin takes the action of adding, removing, or changing store credit amount.
... View more
See more ideas labeled with:
-
admin panel
-
checkout
-
developer
-
other
HTTPS has become quite the standard for the delivery of most content. Without delivering content through HTTPS users will experience "mixed content" browser errors and have content no be loaded correctly because its being blocked by modern web browsers. With that said; isn't it time for the Magento platform to come up with a cache system implementation that supports HTTPS and is recommended for us (Full Page Cache is "not recommended" per Magento documentation)? Having to need two web servers (Apache + NGINX as a reverse proxy) and configure them to work with an HTTP-only cache system of Varnish is quite complicated and seems to me is overdue for an overhaul / new solution.
... View more
See more ideas labeled with:
-
developer
-
extensions
-
other
-
platform
Add CLI command to create new module folder under app/code directory with registration.php and etc/module.xml files. Something like bin/magento module:create Vendor_ModuleName
... View more
See more ideas labeled with:
-
developer
-
extensions
-
platform
Say, we have setup a factory role, how to hidden customers emails for this factor administration role, and disallow factory to see all customers emails, please?
... View more
See more ideas labeled with:
-
admin panel
-
developer
-
extensions
-
Shipping
This is more of a general request to install the Magerun command (https://github.com/netz98/n98-magerun2) on every cloud install. Even though the bin/magento has opened a new "life" of CLI tooling, Magerun offers more and better commands for everyday debugging and QOL for developers. I strongly urge Adobe to consider this going forward.
... View more
See more ideas labeled with:
-
developer
Our payment partner - Adyen offers a feature to see which browser a customer used to make a purchase, so long as the order was made using their Card services. For other standalone payment methods such as Amazon Pay and PayPal; I would like to suggest an information box within the order history for the admins benefit only, so that we may track which Browser a person used to complete an order and monitor whether a certain browser and/or version is causing errors or failing to track conversions within Bing or Google. The idea came from the information found in our Adyen control panel.
... View more
If you use \Magento\Framework\Filesystem\Directory\Write::create() and the to-be-created directory is a symlink, the creation fails with an exception. In my opinion \Magento\Framework\Filesystem\Driver\File should implement a function isLink() with function usage of is_link() and the create() function should check for if ($this->driver->isDirectory($absolutePath) || $this->driver->isLink($absolutePath)) In our use case, a media subdirectory should be created, but already exists as a symlink to an external drive. In this case the function should not break. -- Use case: In our case pub/media/catalog/product is a symlink to an external drive. If you execute bin/magento setup:upgrade, the upgrade fails with the message that it cannot create the directory. The check if the directory needs to be created should check if it's a symlink and if yes, do not try to create it as it exists. (Support request 349912)
... View more
See more ideas labeled with:
-
developer
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
See more ideas labeled with:
-
developer
-
platform
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
See more ideas labeled with:
-
developer
-
other
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:
-
developer