Showing ideas with status Investigating.
Show all ideas
Status:
Investigating
Submitted on
08-30-2016
12:00 PM
Submitted by
apiuser
on
08-30-2016
12:00 PM
Feature request from stasleo, posted on GitHub Apr 14, 2016
There is no way currently to specify sort order for tabs added by module at frontend product page. Magento2 just loads tabs from A to Z by its module name.
For example, our extension adds "Product Questions" tab to a product page: http://magento2pq.demo2.aheadworks.com/cassius-sparring-tank.html
Its position is 1st and there is no any attribute to place it at some other position. It is obvious that most of our clients would prefer to make "Description" tab appearing first.
... View more
Status:
Investigating
Submitted on
08-30-2016
12:00 PM
Submitted by
apiuser
on
08-30-2016
12:00 PM
Feature request from sameasterling, posted on GitHub May 04, 2016
We seriously need visual swatches for custom options.
... View more
Status:
Investigating
Submitted on
08-30-2016
12:00 PM
Submitted by
apiuser
on
08-30-2016
12:00 PM
Feature request from andidhouse, posted on GitHub May 06, 2016
Hi there,
we are facing a huge problem regarding the magento own caching.
We installed version 2.0.5 - all ok so far.
We installed sample data medium - all ok so far.
We crawled the hole site so every page is in the magento own cache.
But if we only place one order with one product ALL pages of the whole shop are uncached again?
Is this a bug or the normal magento cache behavior. In version 1.7 only the pages are uncached which belong to the order (products and category of the products).
Many thanks!
... View more
Status:
Investigating
Submitted on
08-30-2016
11:59 AM
Submitted by
apiuser
on
08-30-2016
11:59 AM
Feature request from kanduvisla, posted on GitHub May 30, 2016
Steps to reproduce
Create a configurable product
Give it's child-products different FPT values
Add the product to the cart
Expected result
That the product in the cart has the FPT applied of the child product
Actual result
The FPT of the parent product (configurable) is applied instead.
... View more
Status:
Investigating
Submitted on
08-30-2016
11:59 AM
Submitted by
apiuser
on
08-30-2016
11:59 AM
Feature request from craigcarnell, posted on GitHub Jun 09, 2016
Steps to reproduce
Install Magento from develop branch.
Install Varnish
Switch Magento to HTTPs. Varnish is bypassed.
Please consider support for Varnish Cache Plus for HTTPS connections:
https://www.varnish-software.com/plus/ssl-tls-support
... View more
Status:
Investigating
Submitted on
08-30-2016
11:59 AM
Submitted by
apiuser
on
08-30-2016
11:59 AM
Feature request from Asitis, posted on GitHub Jun 13, 2016
Personally I found it a bit strange that when I click any item in a table in the backend, it opens a 'Quick Edit' in stead of the expected single-view-screen for that item (like how the WordPress admin functions).
But I can get used to it.
What I think would improve the usability tons is adding two little tweaks to the Quick Edit screen;
Add an "Edit" (and maybe "Delete") link on the right side (the same as in the "Actions" dropdown)
Bind the Enter key to the Save button for quicker inline editing
It's quite bothersome that if I want to edit or delete an item, I have to click open a submenu and if I don't click completely right the first time, I have to 'deselect' the item to get out of the Quick Edit and try again. It would be logical to add the same functionalities of the "Actions" submenu to the Quick Edit screen.
... View more
Status:
Investigating
Submitted on
08-30-2016
11:59 AM
Submitted by
apiuser
on
08-30-2016
11:59 AM
Feature request from peec, posted on GitHub Jul 19, 2016
When changing the quantity of a product from any number to 0, the state is automatically changed to Out of Stock upon saving. However, when changing an out of stock product to any number and saving, the product is still listed as Out of Stock.
Steps to reproduce
Access an active, out of stock product through Products > Catalog
Change Quantity to any number and save
Expected result
The product’s state is automatically changed to In Stock
Actual result
The product is still listed as Out of Stock despite the quantity change.
One must manually remember to also set In Stock which is a inconvenient step and not working as one would expect because the other way the state is changed.
... View more
Status:
Investigating
Submitted on
08-30-2016
11:21 AM
Submitted by
pikaminskimage
on
08-30-2016
11:21 AM
test
... View more
See more ideas labeled with:
Status:
Investigating
Submitted on
08-25-2016
09:36 AM
Submitted by
apiuser
on
08-25-2016
09:36 AM
Feature request from hostep, posted on GitHub Aug 17, 2015
Hi guys
Why is the telephone number still required on a customer address?
We hear from our shop owners that a lot of customers refuse to enter something in there or just enter gibberish.
An ideal solution would be if you could add a configuration option in the backend similar to the Gender , Tax/Vat Number and Date of Birth fields.
So an option for showing the telephone number where you can choose between No , Optional or Required . What do you think?
I had to implement this today into a Magento CE 1.x store and it was kind of a terrible experience, changing stuff in the database, remove the hard coded validation of that field (which is still present btw: https://github.com/magento/magento2/blob/93312cae42824274722fe7a285d5ce8e40f177a1/app/code/Magento/Customer/Model/Address/AbstractAddress.php#L572), ...
Related to https://github.com/magento/magento2/issues/624
... View more