I’m trying to setup a multistore, multidomain magento2 instance. What I need to achieve is www.mydomain.com => Website 1 => uses store codes = en / fr / de www.my-otherdomain.com => Website 2 => uses store codes = en / fr / de Is it possible ? So same store […]
Magento
I had layout updates via XML configurations per CMS page via admin panel as you can see below. After updating my Magento 2.3 I got another option instead. How could I add my layout changes with an updated Magento?
I’m using Magento 2.4.3, and everything seems to work fine but the page navigation on the category pages, the one at the bottom. On the categories with more than 12 products, the number of products per page, is not showing me the “1 2 3” and so on, at the […]
I’m trying to setup my Magento cloud install into Docker, by following this guide: https://devdocs.magento.com/cloud/docker/docker-mode-developer.html I run: docker-compose run --rm deploy cloud-deploy And the error I receive is: Fatal error: Uncaught Error: Call to undefined method MagentoEavApiDataAttributeExtension::setIsPagebuilderEnabled() in /app /vendor/magento/module-page-builder/Plugin/Catalog/Model/Product/Attribute/RepositoryPlugin.php:61 Stack trace: #0 /app/vendor/magento/framework/Interception/Interceptor.php(146): MagentoPageBuilderPluginCatalogModelProductAttributeR epositoryPlugin->afterGet(Object(MagentoCatalogModelProductAttributeRepositoryInterceptor), Object(MagentoCatalogModelR esourceModelEavAttributeInterceptor), ‘sku’) #1 […]
I would like to make it possible to unsubscribe however with the arrival of an email about the success of the newsletter signup. But the problem I encountered is that I don’t have access to the getUnsubscriptionLink method there. Someone direct me how I can do this? This code doesn’t […]
The requested URL was rejected. For additional information, please contact support and provide this reference ID: c1067ccab6a166c723762ea0ae08206ab2c6c154204b56c1dafd9b4d1e7e6f82 I am getting above mentioned error while submitting form in arabic content. I don’t know how to resolve this issue. Can someone guide me? Is fastly causing the issue.
We want to develop mobile applications for Android and iOS which will communicate through Magento2’s REST APIs. What will be the proper way to pass the authorization token to access Magento2’s resources? What I know: For example: We can use the V1/guest-carts endpoint to create a cart on behalf of […]
In some Venia components (for example in @magento/venia-ui/lib/RootComponents/Product/product.shimmer.js) <Shimmer> has “key” prop: ... <Shimmer width="100%" height={2} key="product-name" /> <div className={classes.productPrice}> <Shimmer width={3} height={2} key="product-price" /> </div> ... What is it’s purpose, considering that <Shimmer> is rendered as a <div> and not a list? I couldn’t find anything in documentation about […]
I am trying to implement a new action in the order grid, however I don’t know what is the logic that my code must have to work. Below is an image of what I want to do, as well as a fragment of the code I have implemented. public function […]