magento
Here are 1,576 public repositories matching this topic...
What is the motivation for adding / enhancing this feature?
I recently wanted to test my VSF shop in production but didn't exactly knew the requirements so I just bought a vps with 4GB or RAM and 2 CPUs. After some testings I saw that 4GB RAM was clearly not enough. So I wo
When creating a dummy customer with an address, the allowed country list is not respected and addresses are created with all countries used randomly. Should instead only use countries from the allowed countries list.
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
After running yarn run build I have packages/venia-concept/dist however trying to execute this from a virtual host on my local machine produces constant 404 errors as it is trying to POST to www.myvirtualhost.com/graphql which does not exist.
If I use yarn run watch:all I am able to run the site on my virtual host and interact with my online Magento 2 site.
Can you please let me know what I
The documentation for usage notes that python-pip, gcc and python-dev are required for install, however you also need python-setuptools on Debian Stretch for the "pip install" to succeed
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
-
Updated
Jun 19, 2020 - PHP
As noted in #1258 there is sense in checking for hash sums of downloaded binaries docker, docker-compose, docker-machine, winpty.exe for security reasons.
Fin should also issue a warning before downloading then that it is going to but them into ~/.docksal folder and will not overwrite any system binaries.
- compile styles - use #22 +
stylestask - copy necessary files from theme directories (remember about inheritance)
- copy necessary files from
/lib/web - build require.js config
- copy and minify(?)
htmltemplates - build
js-translation.json
<compress_data>1</compress_data> <compress_tags>1</compress_tags> <compress_data>gzip</compress_data>
compress_data is duplicated node
For the step 2:
you should add:
"The database $DB_NAME should be already created"
For the step 3 you should mention where phpunit must run from:
- Go to your magento root directory and run unit tests for the first time to install test database by running phpunit. It should take about 3 minutes.
$ phpunit
Spent some time to figure it out.
-
Updated
Jun 8, 2020 - JavaScript
Thanks to awesome work of @ResuBaka in #210 we now are able to use typescript. Even though JS still is and will be supported, we'd like to fully utilize benefits of this feature by rewriting the code with typings. Contributions with any VSF-API parts are welcome but please, group it by segments/directories (i.e. a full extension, whole API section, whole lib, full one platform, etc). PRs of single
It is not documented properly and not clear.
This needs to be a root password to local database? There is no impact on the database name.
Shall this database be prepopulated with data from the dump?
This part of ready is missing and the process is not clear.
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jun 11, 2020 - PHP
-
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);
$souHi guys,
Hope you are doing all well in these coronavirus times !
I like to contribute and create a connector to my project called qorpress.
https://github.com/qorpress/qorpress. It is a cms written in golang with plugins.
To modernize the front-end, I started a boilerplate with vue-cli-plugin-nativescript-vue.
It
-
Updated
May 29, 2018 - PHP
Improve this page
Add a description, image, and links to the magento topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the magento 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 (*)