I do not know how to stop to create customers via REST API in magento 2. I have magento 2 instance in 2.4.0 version I found a below code in vendor/magento/module-customer/etc/webapi.xml path <route url="/V1/customers" method="POST"> <service class="MagentoCustomerApiAccountManagementInterface" method="createAccount"/> <resources> <resource ref="anonymous"/> </resources> </route> Above code to create customer via rest […]
Magento
I am working with magento editor One night there is an issue which require me to check one of the product detail in magento admin panel I try to go into the product, one time its okay, then the next time I am unable to, when I ask my other […]
I am using Magento 2.4 EE, In that, I am placing an order and I am getting the reward points based on the order total. A specific message with “Reward points going to get for this order” is displaying in Cart page. How to get that reward points in the […]
Very simply, I can load up the Stores > Configuration page, but I can’t click on ANYTHING. Not the tabs on the configuration page, nor the tabs in Magento – Dashboard / Sales / Catalog, etc. I have ‘Setup:upgraded’, recompiled, etc, flushed caches, etc. Does anyone have any idea what […]
We are trying to implement a custom rate shop into our Magento store, using a custom API we developed. This API allows use to determine shipping rates in real time based on the order items and address. I’ve extended the MagentoQuoteModelQuoteAddressRate object and am able to update the rates we […]
I used this event to alter my collection to remove duplicates. it is showing the correct items, but the wrong way. Any idea how to correct the following: show correct items count (256 is the wrong items count for this filtered collection) show correct pagination public function execute( MagentoFrameworkEventObserver $observer […]
Repositories code generation… 1/9 [===>————————] 11% < 1 sec 117.0 MiBsyntax error, unexpected token “&”, expecting “function” or “const”#0 /var/www/myshop/vendor/composer/ClassLoader.php(433): ComposerAutoload{closure}() #1 [internal function]: ComposerAutoloadClassLoader->loadClass() #2 /var/www/myshop/setup/src/Magento/Setup/Module/Di/Code/Reader/ClassesScanner.php(134): class_exists() #3 /var/www/myshop/setup/src/Magento/Setup/Module/Di/Code/Reader/ClassesScanner.php(117): MagentoSetupModuleDiCodeReaderClassesScanner->includeClass() #4 /var/www/myshop/setup/src/Magento/Setup/Module/Di/Code/Reader/ClassesScanner.php(87): MagentoSetupModuleDiCodeReaderClassesScanner->extract() #5 /var/www/myshop/setup/src/Magento/Setup/Module/Di/App/Task/Operation/RepositoryGenerator.php(61): MagentoSetupModuleDiCodeReaderClassesScanner->getList() #6 /var/www/myshop/setup/src/Magento/Setup/Module/Di/App/Task/Manager.php(56): MagentoSetupModuleDiAppTaskOperationRepositoryGenerator->doOperation() #7 /var/www/myshop/setup/src/Magento/Setup/Console/Command/DiCompileCommand.php(216): MagentoSetupModuleDiAppTaskManager->process() #8 /var/www/myshop/vendor/symfony/console/Command/Command.php(255): MagentoSetupConsoleCommandDiCompileCommand->execute() #9 /var/www/myshop/vendor/symfony/console/Application.php(1021): SymfonyComponentConsoleCommandCommand->run() #10 […]
I have a cms page that I am using to display products via CatalogWidget template. I would like to modify the template to have the title of the category link to the category page, but I have been unsuccessful so far. Hopefully someone can point me in the right direction […]