For PWA we should maintain separate Repository. It should contain apis,models,resource models etc. it should not contain front end controllers,layouts,blocks ,routes etc. in this way our focus only about apis. if any one wants to implement PWA they will download/clone this Repository.
... View more
See more ideas labeled with:
Hi, For all developers In magento when setting a new store up, there is too many configuration that we do according to each developer requirement. For example, i always enable imagick compressen, set flat category to yes, set asynchronous to sales, set product to decrease from stock in pending state, set to show how many items left when reaches 5, set admin lifetime session ......etc There is too many configuration that you cant count we always tune our magento system accordingly. So why every time i need to setup a fresh copy i need to reconfigure the system again and again this takes time and time is money :). My Feature request is that to make an option where we can export magento configuration categories from Sales, General, Catalog, system .... and all there sub categories, and export them to a single file. While in import, i select the file i exported earlier and import the whole configuration or selective configuration, for example i only want to import the Sales category configuration. But you must take into consideration that a configuration file must be compatible with all versions of magento old and future. This is basicly my idea, Also if this idea can be applied to export third party extensions configuration. Because Advanced extensions requires many configuration especially seo tool kits. Using the import with a single click i can configure the whole extension. Also the extension developers can create a configuration settings files to give for extension buyers to configure there extension easily.
... View more
See more ideas labeled with:
As a new user of M2.2, I am surprised that there is no direct link from the Dashboard, or from within the /Catalog/ and /Content/ menus, to open the Media Storage interface. Other solutions (e.g. Joomla) have a "Media Manager" link displayed on the Dashboard which allows an Admin User to manage and curate the media uploaded and used within the project - either Product Images, Videos etc. or for Page Content. It seems slightly daft that the only way I can upload an image from within the Dashboard, is to open a web page or product page for editing, then click the 'Insert Image' icon in the Editor's toolbar to launch the 'Insert Image' interface, in order to browse for and insert media files. Surely it would be a simple task to create a discrete link to the Media Storage interface, either directly from the left-hand menu or from within the slide-out menus for both of the following interfaces: Catalog Content
... View more
See more ideas labeled with:
I found that the product attribute option is missing something, we are not able to edit the label of them because we don't have any api to update them, we can only add new one to the list or remove one. That is not a good thing since if we are using the options on certain product we cannot just delete it and create a new one, go on each product and change it. It would be nice that we can change the label of some option even if it's one at a time. Thank you.
... View more
See more ideas labeled with:
I know, when Bundle item is created with "Dynamic Price", then I can refund a child item. But when Bundle item is created with Fixed Price then it doesn't allow. It looks, when order is created with Bundle item (Fixed Price), all child item's price is marked 0, which might be the case that it doesn't allow to refund a child item from it. I would love to have this feature. To be able to refund only a child item from Bundle item (Fixed Price).
... View more
See more ideas labeled with:
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
Under Catalog > Categories > Display Settings > Display Mode there are three options - products, block, product & block. I propose a fourth option for custom link, so users can link to a CMS Page or external link in the main navigation. There seems to be no easy way to do such a task currently. Creating a block and then setting the category to block only, is not a proper solution and seem more like a hack. There are to issues with this method: 1. You cannot use it to link to external pages 2. Since there does not seem to be a CMS Page Suffix like categories and product pages have, any future change to the menu from a category block to CMS Page would cause a url change and affect SEO. I see no reason why Magento should not support custom links in the navigation. My proposal above is one possible solution to the issue.
... View more
See more ideas labeled with:
In admin, add a link to configurable product edit page from associated simple product edit page. This would be great for store owners and for developers too. As a store owner / admin you can search for product name or sku in some cases. As a developer I have to look in the database for the configurable. This is time consuming and repetitive. Thank you
... View more
See more ideas labeled with:
There is no easy way to automatically add a widget to every product within a specific category. Every time a new product is added, you have to go and edit the widget and add this new product to the list. Which becomes a problem when we are talking about 1000 of products. The use case for this is a product type where we want a global instruction text for all these products within a specific category. We do not want to include this text in every single product description, because we want to update it centrally on one location if needed.
... View more
See more ideas labeled with:
please add the checkbox on customer register page of " I have read and agreed to terms of use and privacy policy" since the customer privacy is so important and paid attention to by many countries.
... View more
See more ideas labeled with:
When selecting options, such as color and size. The SKU and Tier Pricing should change. If price and sku are fields when making a configurable product, these should change on the front-end when selecting the options. I mean, images change when selecting color. This should happen on the category view and product view.
... View more
See more ideas labeled with:
A better way to do imports of configurable products. Unless there is a better way, you have to type in every combination for the label "configurable_variations". This can get very annoying. I'm not sure why the imports do not function like Amazon or Walmart's methods. Makes a lot more sense being able to make configurable products this way.
... View more
See more ideas labeled with:
In M1, On checkout page there is following 2 option for customer to checkout , Checkout as Guest Register and Checkout In Register and checkout there is Password and Confirm password field which is for registering a customer. I would like to have this feature in Magento 2 when guest checkout is disable. Right now we can't force customer to register while guest checkout is disable. If this is functionality that all Magento 2 customers are having to pay developers to fix/customise, I would suggest that it is something that Magento should add to its core functionality.
... View more
See more ideas labeled with:
Using the Order API in either SOAP or REST mode with XML returns the payment's `additional_information` in an unidentified list, an array of strings without keys: <additionalInformation>
<item>0</item>
<item/>
<item/>
<item>Credit Card</item>
<item>1</item>
... These values are fairly useless and should be identified with something like this: <additionalInformation>
<save>0</save>
<acceptjs_key/>
<acceptjs_value/>
<method_title>Credit Card</method_title>
<response_code>1</response_code>
... The keys are being stripped by the Magento\Framework\Reflection\DataObjectProcessor, though I don't think that is the real cause as I was not able to change the way this data is sent.
... View more
On the ORDER > INVOICE > CREDIT MEMO form, the field Grand total is not updated when you change any value in the Refund totals block. We should be able to see and confirm the $ amount to be refunded to a Customer before submitting a refund to a credit card (or to any form of payment).
... View more
See more ideas labeled with:
It would be great if there is an option to add Robots Meta tag as "NoIndex" on product pages or CMS pages. So the pages can't get indexed into Google or other search engines if we don't want to. This can be done using Robots.txt easily but an option in the backend would be great.
... View more
See more ideas labeled with:
Feature request from bansavage, posted on GitHub Jan 25, 2018
I would like to display out-of-stock products at the end of my category pages. This option does not exist in neither the system configuration nor store configuration. There is also no effective way of programmatically accomplishing this task.
Also, please note that this issue has been documented since November 2016 and has still not been resolved. This has been and is continuing to be a major issue. (https://github.com/magento/magento2/issues/7589)
Preconditions
Magento 2.1.7
Apache Webserver
PHP 7.0
Steps to reproduce
Create a catalog with both in-stock AND out-of-stock products
View a category page and attempt to display the out of stock products at the end of the category page
Expected result
Out-of-stock products are displayed at the end of category pages.
Actual result
In-stock and out-of-stock products are mixed together. Out-of-stock products are not solely at the end of the category page. And in-stock products are not solely at the beggining of the category page
... View more
I'd like to have a way to clear the product image cache from the CLI. The "cache:clear" command should delete the product image cache, too.
... View more
See more ideas labeled with:
I tried to create a new model, different from what Magento has and I was unable to create a fixture for that entity when I wanted to create an integration test for a method. I also tried to create a fixture for an out-of-the-box model (Catalog Product) and I was able to access that entity in the test method, so I was able to assert properties. I am using: $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager(); to create new objects. This works fine for core classes like: ->create(\Magento\Catalog\Model\Product::class) But when I try to use it on a custom made module the data is not saved and I cannot load it inside my test. Is there an extra step or something we have to take in order to achieve the desired outcome?
... View more
See more ideas labeled with:
Hello Magento 2 allows the website administrator to specify the number of times a purchased downloadable product can be downloaded at the product configuration stage. I would be glad if Magento team takes this to the next level and allow backend admin to specify the expiration date for a downloadable product from the backend during the same configuration. For example: Set expiration date: Day/Month/Year or Unlimited... Thanks
... View more
See more ideas labeled with: