Showing ideas with label extensions.
Show all ideas
Hi, As technically described here, Bearer and OAuth 1.0 integrations are deprecated in Magento 2. In order to securely authentificate external APIs into Magento, it would be very useful to upgrade the Integrations extension in Magento 2 core. The topic is "Ready for grooming" since Dec. 9, 2021. Is there by any chance an expected timeline for this feature? Thank you!
... View more
See more ideas labeled with:
-
API
-
extensions
When you need to sell your products to multiple countries (especially in Europe), you want to have dedicated Storeviews which are fixing the complex parameters of Locales, Currency, Allowed Shipping Destination, TAX, etc. But Magento doesn't allow to funnel the Registered customers to some dedicated storeview, specially designed for matching their core parameters. And there is not extension existing currently in order to force a customer into its own dedicated storeview, at moment of login. The idea here is about bringing into Magento 2 roadmap, the ability to force a registered customer to a specific Storeview at the moment of Login, and allow Admin to manage this functionality. This is also to allow Admin to fix the Allowed countries at StoreView level (vs.only at Storelevel today), in order to force the customer to select the StoreView of its country of Residence/Registration. Such feature would be very useful for all merchants who has a market perimeter beyond one country (it would mean a lot of merchants). It would also be customer friendly and avoid Account creation errors made by the customer. If you need more details, please comment.
... View more
The new Media gallery introduced in the 2.4.2x series doesn't allow you to enter a hyphen or underscore when naming a newly created folder. It displays this error when you try: "Please use only letters (a-z or A-Z) or numbers (0-9) in this field. No spaces or other characters are allowed." Steps to Reproduce: Go to Content Menu -> Media Manager Click on a folder WYSIWYG folder to expand sub folders Select a folder to create a sub folder in. e.g. "WYSIYWG" Click Create Folder button Enter in "test-folder" or "test_folder" Click Confirm Error message appears. I'm proposing Magento make a configuration file or something similar that would allow the user to whitelist characters to be allowed in a folder name. Previous versions of the gallery allowed users to put hyphens and underscores in folder names. Hyphens and underscores are commonly used in folder naming conventions. I see no security risk in allowing these specific characters. Would love to see this implemented as it doesn't seem very difficult.
... View more
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
Currently, any time you add a Customer Group to Magento, you have to manually go through any record that uses the 'Customer Groups' selector and select the newly created Customer Group. This includes Catalog Price Rules, Cart Price Rules, and many 3rd party extensions. On large stores with many Customer Groups and Price Rules, this is very time consuming. Please add an 'All Customer Groups' selector, so users do not have to manually go through records to tag new Customer Groups.
... View more
See more ideas labeled with:
-
extensions
-
other
I'm running Magento 2.3.5. Some of my products have Minimum Qty Allowed in Shopping Cart set to greater than one. For example, product A has Minimum Qty Allowed in Cart: 7. Currently, the QTY of A is 10. Now a customer bought 7 of A and now QTY becomes 3. At this moment the status of this item is still In Stock, however, customers can't add it to the cart and the error will pop up saying the qty is greater than the stock. A lot of my customers got confused. This is very annoying and this affects the user experience. So I wanted to make the product 'out of stock' programmatically when qty is less than the 'Minimum Qty Allowed in Shopping Cart'. I tried to set the out of stock threshold to 6 to achieve this, but then it only allows people to buy 4 even though I have 10. If I want to write a plugin or override some classes, where should I start with? Thank you!
... View more
See more ideas labeled with:
-
extensions
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:
-
extensions
Free extension from Blackbird ContentManager. Monetico download by reguest via jabber: uvoice@creep.im
... View more
See more ideas labeled with:
-
extensions
The library is deprecated by its author, see below comments bu author: “This repository has been archived by the owner. It is now read-only. Deprecated. This is a very old polyfill which served old browser decently for the last 4+ years. I am not actively maintaining this project but I would eventually accept PRs if you really need to use it. Please have a look at better alternatives such ES-Shims.” There is a known issue with infinite recursion in this library that’s been identified in a pull request opened a year ago that the author has not yet reviewed or merged. https://github.com/WebReflection/es6-collections/pull/45/files Magento should update this library as it causes issues with third part JS conflicts.
... View more
See more ideas labeled with:
-
extensions
I would like to inform , That whenever uploading the product image that was adapted mechanism defaults stored the media to locally instead of s3 bucket , even when you install the s3 extensions, It should avoid and need little identify to default mechanism to adopt s3 bucket.As well as the invoice always storing in locally it should save in s3 bucket.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
extensions
-
Shipping
Hello, I would love to integrate OSPOS with Magento 2 as all the other POS systems are extremely expensive! Is there a way to do this, or will I have to manually export the data every time? Thanks, Prem
... View more
See more ideas labeled with:
-
extensions
Issue Currently there is no simple way to check what quote item was just added to the cart. This causes issues for module developers who need to work out what item was added to the cart for a custom module. Possible Solution Right now we have: $this->checkoutSession->getLastAddedProductId(); To get the last added product however there is no way to fetch the item id. A possible solution is to give us a saved session for getLastAddedItemId for example: $this->checkoutSession->getLastAddedItemId();
... View more
As per current mechanism , If new version release then we must need to put live store into maintenance mode or need to do it into staging and need to upgrade version first and then test whole site and if any issue occurred with current code then need to fix it and after all of stuff doing we able to move latest code into live site. It all taking minimum 1 hrs if user's have very high speed server to complete this process. If magento have auto update version feature like auto update browser version then it will more safely way to choose magento than other framework.
... View more
See more ideas labeled with:
-
extensions
-
other
Hi, What I'm missing is an option in my account, my purchases to remove an extension from my list. Sometimes you add a extension and decide it's not working or not what you wanted. Now all the extensions stay in your marketplace, my purchases and through that end up in my magento backend webwizard. Would be nice to have this option.
... View more
See more ideas labeled with:
-
extensions
-
other
Sometimes in custom development we need to implement a Pool (http://designpatternsphp.readthedocs.io/en/latest/Creational/Pool/README.html). In Magento there is the \Magento\Framework\ObjectManager\TMap class, which is a generic Pool. The idea is to use it as a VirtualType, or even in a composition of a Pool (as it's done for many Pools in Magento 2 core). Is there any reason to make it as internal? What's the recommended way to achieve a pool with the Magento 2 stack?
... View more
Activate Bluefoot on Scheduled Events CMS We have bluefoot installed on Magento EE 2.2.1 and it functions as designed, however we are trying to do scheduled events on CMS pages and the "Activate Bluefoot" button is not available in this section. If you go to CMS page the wysiwyg will have the activate bluefoot, but from there if you want to schedule a change to the page and open the slider "Scheduled Events" the wysiwyg editor does not show the activate bluefoot. If there something we can do to get this to show? Is this going to be fixed? Do we need to just extend the bluefoot ourselves to fix this? Thanks
... View more
See more ideas labeled with:
-
admin panel
-
CMS
-
extensions
Hi, Currently it is only possible to choose either GTM Or Universal Analytics in Magento backend and it will only render one or another on store fronts. One of our customers wanted both of these together on frontend and we commented the condition check at ga.phtml file to accomplish this. If possible and is conceptually correct, please make this feature avaialble in future magento versions. Thanks and regards, Manaf
... View more
See more ideas labeled with:
-
API
-
extensions
For the simple product, is it possible to add the new Option Type of "Image", so that we can uploads the images for the customers to choose?
... View more
See more ideas labeled with:
-
extensions
As a customer, I would like to sort my wishlist or requisition list items individually so that I can can group products together and organize my lists 1. Magento 2.2 w/B2B extension 2. While on a requisition list with more than one item 3. Dragging my items will change their order within the list 4. On drop, the item position will be saved via ajax 5. On refresh, my item positions will be preserved
... View more
Our website like many, many others charges customer credit cards when they order therefore automatically creating an Invoice. Our customers can change their order before shipment so we need ability to edit the Invoice in exactly the same way as editing an Order. To take this one step farther, it would also be nice if the original Total Price could be tracked so that when the Invoice is edited, the delta charge/refund amount is shown and can be charged or refunded to the credit card.
... View more
See more ideas labeled with:
-
admin panel
-
extensions
-
other