magento2
Here are 1,755 public repositories matching this topic...
Not sure where it's better to place these projects but Adobe started to create a couple of connectors with their products and Magento2:
- https://github.com/adobe/commerce-cif-magento-graphql
- https://github.com/magento/aep-launch
- https://github.com/magento/adobe-stock-integration
They might be useful for someone
Describe the bug
As of v1.14+ ddev describe shows some information about third-party services like solr that have an exposed URL. However, it doesn't say anything about services that don't have an http url, and it should at least list them. For example, if rabbitmq or memcached is enabled, it should at least show in the output, and perhaps inform more output.
To Reproduce
Steps to
Preconditions
Full elasticsuite installed
Catalog is protected by login
Magento Version : 2.2.6
ElasticSuite Version : 2.64
Environment : Developer or Production
Third party modules : Quite some :-)
Steps to reproduce
- Login to the shop with a wrong password
- Flash messages 'You did not sign in correctly or your account is temporarily disabled.' is shown
- Login with
Resetting a sandbox can be helpful with integration testing (while developing).
Feature is to traverse all sandboxes and cleanup the var folder in there.
A force could eradicate all sandboxes completely.
-
Updated
Apr 27, 2020
Actual:
xdebug.max_nesting_level is set to 200 but default is 256 and even 256 is not enough for some scenarios.
Expected:
xdebug.max_nesting_level is set to 256 by default. Documentation reflects the possibility of issues with nesting level setting and describes the workaround.
More details: https://jira.corp.magento.com/browse/MC-5828
Forgive me if I'm missing something obvious as I'm new to both Docker and Magento (using your project to try to bootstrap myself on both). I've been working to try to get your project working on Windows Docker Desktop and have had some issues with port binds, paths and other things I'm working through and gaining understanding as I go. But one thing that is really bugging me here is if the docker-
-
Updated
Jun 18, 2020 - PHP
-
Updated
May 20, 2020 - Clojure
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jan 2, 2020 - HTML
-
Updated
Apr 14, 2020 - PHP
\Magento\InventoryDistanceBasedSourceSelection\Plugin\FillSourceLatitudeAndLongitude
public function beforeSave(
SourceRepositoryInterface $subject,
SourceInterface $source
)array {
if (!$source->getLatitude() && !$source->getLongitude()) {
try {
$latLng = $this->getLatLngFromSource->execute($source);
$souCreate Cron Jobs that are disabled by default that are useful for everyday use i.e.
-
Full Reindex
-
Cache flush storage
etc..
The goal is to expose common functionality that is not natively accessible.
A user should be able to schedule these processes based on a custom frequency, create a schedule for a one-time-run, or run "Schedule Now" so they can just run it immediately in the
-
Updated
Jun 23, 2020 - PHP
-
Updated
May 6, 2020 - PHP
-
Updated
Jun 15, 2020 - Ruby
Describe the bug
Since react-native-gesture-handler is enabled in the code, dragging left across the screen opens up the Drawer. There are two Drawer used one showing CategoryTree and other showing [DrawerScreen](https://github.com/troublediehard/magento-react-native/blob/master/
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Dec 12, 2019 - PHP
-
Updated
Jun 2, 2020 - Shell
Develop a checkout T&Cs configurator component.
-
Updated
Apr 5, 2018 - PHP
-
Updated
Jan 17, 2020 - PHP
Improve this page
Add a description, image, and links to the magento2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the magento2 topic, visit your repo's landing page and select "manage topics."

The front-end date-picker is not localized: days short names are all in default en_US.
Preconditions (*)