Daily Archives: December 30, 2019
Magento 2.3.3 Store is strictly downloadable mp3 products. Thus max quantity for each product is one (adding more than one would not make sense). I’d like to check if a product is already in the cart, and if so, I’ll hide the Add to Cart button. (Current default behavior is […]
It seems that Magento 2.3 introduced the concept of message queues where certain jobs like bulk product updates, exports and some sales rule functionality is now processed asynchronously via these message queues, presumably for performance and scalability reasons. Unfortunately there is a known issue that means that these message queue […]
I have followed below magento instructions. I am using the the default nginx file provided by magento. Media and static files are accessible with and without pub folder. Example I am able to access example.com/pub/banner.jpg and example.com/banner.jpg https://devdocs.magento.com/guides/v2.3/install-gde/tutorials/change-docroot-to-pub.html
I would like to generate Magento native report as follows: Can anybody provide the SQL query for above table ? Column Name CustomerGender = customer attribute Column Name Group = Customer Group native feature Grand Total = Grand total from Sales order table Went through plenty of the links but […]
What is the safest way to remove the entire Yotpo module in a Magento 2.3 store? This module is installed and enabled by default.
I have this: TEXT_CONNECTED "You're connected." TEXT_DISCONNECTED "You're disconnected." and many more. TEXT_CONNECTED and TEXT_DISCONNECTED are also used elsewhere in the same file, like: SendMessage(TEXT_CONNECTED); SendMessage(TEXT_DISCONNECTED); I want to replace TEXT_CONNECTED with the string from the same line “You’re connected.”, also the other one TEXT_DISCONNECTED with “You’re disconnected.” So it […]
Ввожу python -m pip install pyspectator Выводит ошибку ERROR: Command errored out with exit status 1: command: ‘C:Program Files (x86)Python38-32python.exe’ -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘”‘”‘C:UsersTopovyu KompAppDataLocalTemppip-install-c84w2xp4pyspectatorsetup.py'”‘”‘; file='”‘”‘C:UsersTopovyu KompAppDataLocalTemppip-install-c84w2xp4pyspectatorsetup.py'”‘”‘;f=getattr(tokenize, ‘”‘”‘open'”‘”‘, open)(file);code=f.read().replace(‘”‘”‘rn'”‘”‘, ‘”‘”‘n'”‘”‘);f.close();exec(compile(code, file, ‘”‘”‘exec'”‘”‘))’ egg_info –egg-base ‘C:UsersTopovyu KompAppDataLocalTemppip-install-c84w2xp4pyspectatorpip-egg-info’ cwd: C:UsersTopovyu KompAppDataLocalTemppip-install-c84w2xp4pyspectator Complete output (1 lines): error in pyspectator […]