Showing ideas with label admin panel.
Show all ideas
The command to pull Sendgrid stats is only available internally for the Support team to use. Please allow clients, with sufficient access, to have access to this command/utility to be able to pull these statistics as needed.
... View more
See more ideas labeled with:
-
admin panel
when creat a credit memo , the checkbox "Email copy of credit memo" can be selected as default
... View more
See more ideas labeled with:
-
admin panel
Create a shipping cart price rule which gives a discount and the discount amount is the same as the TAX amount. For example, if the total tax is $12 for the current customer's cart, then the shopping cart rule should add $12 discount to the cart. The business logic is, for some products, assume tax is 8%, as per government rules we can not do anything with tax and we can not give any discount in the tax. So here what we want to do is we want to provide a discount to the customer and that discount amount is the same as their current cart total.
... View more
See more ideas labeled with:
-
admin panel
There is currently no clear identifier for disabled products within the Visual Merchandiser view for categories. Greying them out would be a good way to indicate that a product is currently disabled within the Visual Merchandiser/Tile view. Example from Magento 1:
... View more
See more ideas labeled with:
-
admin panel
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
Hi, When viewing a Company via the admin: Company > Advanced Settings > Payment Methods - the status of the payment method is shown next to the same. Example: "Amazon Pay amazonlogin (disabled)". The status shown is from the setting applied to the "Default Config". Would it make more sense to show the status of the payment method in the site that the company is associated to?
... View more
See more ideas labeled with:
-
admin panel
Allow for the User role settings in "attribute set" : "allow edit" "allow deletion" Make it so that admins need permission to delete the attribute set. Similar to settings in the permissions under user roles: "Sales -> Orders" "create" "view" "edit" "cancel" (delete in the case of attribute set)
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
Preamble: Magento reporting module shows only orders which are not in the state Pending (New) Reason for change request: In majority of enterprise level ecoms, the period from changing the status from New to Processing is usually not instant. For example, in our system the order come to our ERP and Inventory management system, it gets consolidated, shipped to our pick by light system, processed, then packed, and finally sent out to our courier services. That moment sometimes happen after a 2 days (weekends/holidays etc), meaning that while order is created, and is finalized, will never be shown as Processing upto that moment rendering our internal reporting quite useless (it will show 0 sales basically) Proposal for a change/feature Allow the Magento reporting module (Reports->Sales->Orders) to include those orders as well (Pending/New) in the reports if the Status drop down is set to Any (which is a logical choice since Any usually means Any status anyway) or include Pending status in selection as well.
... View more
See more ideas labeled with:
-
admin panel
-
Shipping
Hi, We need a way to manage users who have access to export data. For operational reason we may need to give users access to «Customers» and «Sales» sections but we also need a way to stop them from exporting this data for obvious security reason. I understand user will still have access to the information in the section but exporting is a whole other level of data protection sensibility. I think it is relly weird that a solution like Magento with a PCI ompliant status does not offer that. Customer data is a very important thing and we need to be able to protect it. Thank you to consider this request. Alexis Charlebois
... View more
We are integrated the Third-party Shipstation and SKU vault, to integrate this it's a very simple step like we need to create a backend user with administrator roles and use those credentials into the Shipstaion and SKU vault dashboard for configuration. We did the same steps but due to 2FA it's not working for us, then at-last we disable the 2FA, and it's working fine now. Now the problem is as per Commerce cloud standard 2FA should be enabled for security reasons but due to this issue we are stuck, could you please help us with the solution to how could be connected Shipstation and SKU vault along with 2FA.
... View more
See more ideas labeled with:
-
admin panel
-
other
Emails are sent out for all other order status updates except for "cancelled." I would like to request that emails are sent to notify customers when their orders are "cancelled."
... View more
See more ideas labeled with:
-
admin panel
-
other
Product item display: I would like the option to have the Magento 2 store show the current salable quantity in stock for a selected product, including changing that display when the customer chooses a variant of a configurable product. So instead of showing "In Stock" or "Out of Stock", it will show "<count> In Stock" or "Out of Stock".
... View more
Magento's current behavior when creating partial invoices, is to bill the entire shipping amount of the order on the first invoice, regardless of how many items have been invoiced. This is problematic when products ship at different times, which can happen frequently if a store drop ships often. Here is an egregious example: A customer purchases two products, a Widget that has Free Shipping, and a Gadget that costs $100 to ship. 2. The Widget ships first, so we must invoice the Widget. 3. When we go to invoice the Widget, we do not want to invoice any shipping, because it was eligible for Free Shipping. However, Magento does not allow us to specify how much of the shipping should be included on the invoice, so the invoice includes the shipping amount for the entire order. 4. When the Gadget ships, we go to invoice it. There is no shipping charged on that invoice, because it was all charged on the first invoice for the Widget. 5. Customer and Accounting frustration ensues. The ability to specify a partial shipping amount on an invoice, up to the total amount charged at the time of order, would solve this issue.
... View more
Since the Layout Update XML field was changed to a selector in version 2.3.4, it is now required to create a layout file, named specifically for use on a particular Category, CMS, or Product record, and stored on the hosting server. This is a clunky and un-intuitive solution for a few reasons: 1. It requires granting file system access to users who previously only needed admin panel access. 2. It requires creating a file with layout instructions for each individual record. If a common layout instruction is shared between records, this means potentially hundreds of redundant files. Please consider adding the ability to share Layout Update files between multiple records. That way, only one file is needed if the same layout instructions are applied to multiple categories, and admin panel users could apply those updates to new categories without needing file system access.
... View more
Magento 2 provides the ability to import some things, such as products, via csv, but lacks the ability to create attributes and values this way. This functionality is needed, and should be part of the core. When there are products with many variations, such as an item with many color choices, Magento should provide the ability to create the attribute and its options via csv an create the swatch file if a path to the swatch color files is included.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
Currently "Advanced Reports" got the limitation of one single base currency. If your store have multiple currencies (very common in Europe), then it won't work at all. I think there are many many stores that can't use the Advanced Reports today due to this limitation. And it is really sad because it is a great tool and improves the overall impression of Magento. So, I have built a small extension that takes care of this problem, https://github.com/johan-lindahl/magento-2-analytics (open source, feel free to use this code, I donate it to the community). It allows the store owner to configure exchange rates to the base currency and then recalculates the data into a single currency before the CSV files are exported. The extension does not handle historical exchange rates (even if it would be quite easy to add such support). However most businesses in Europe only update the exchange rates monthly in their books so this limitation is for most store owners acceptable.
... View more
See more ideas labeled with:
-
admin panel
The configuration "Mask for Meta Description" is currently a Global config but should a Store View config. If you have a multilingual website, you want to have a different default metatext per store/language. Config is found under Catalog --> Catalog --> Product Fields Auto Generation. Same applies to "Mask for meta title" and "Mask for meta keywords".
... View more
See more ideas labeled with:
-
admin panel
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:
-
admin panel
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:
-
admin panel
-
platform
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