I am using the page builder with Luma theme. Currently the media slider only shows one slide at a time, and the products slider displays 5 items in the slide but will slide all 5 at once. Am I missing any settings somewhere? If possible would I be able to […]
Magento
I would like to send an extra Header argument in the PUT V1/carts/:cartId/coupons/:couponId that is utilized by the REST API (that handles that PUT request). To do this, I would like to override that REST API, appending my own code to parse the custom header. However, everything I have found […]
hi I am new to MFTF so I automated a test case but when the file is uploaded and it should click to add that file to the cart, the xpath can’t be found even it is present and I tried different xpath and css for that elelenemt but still […]
I am trying to edit one of the callbacks of the gdpr-cookie module in the directoy vendor/amasty/gdpr-cookie/view/frontend/web/js/cookies.js: allowCookies: function() { actionAllow().done(function() { //my code here $(this.barSelector).remove(); cookieModel.triggerAllow(); }.bind(this)); }, But when I compile and build it: bin/magento setup:di:compile bin/magento setup:static-content:deploy The un-edited file show up in the static folder (pub/static/frontend/.../Amasty_GdprCookie/js/cookies.js) […]
I’m new to magento and trying to add a checkbox column onto the url rewrites page for via extending the vendor module magento-url-rewrite using the xml file adminhtml_url_rewrite_index.xml. I’ve added in the select column through the following code. Any help would be really appreciated <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceBlock name="adminhtml.url_rewrite.grid.columnSet"> […]
redirect to 404 page after adding product to cart I’m using Magento version 2.4.2 I tried to redirect to Shopping Cart does not work still redirect to 404 page After Adding a Product Redirect to Shopping Cart -> yes
Good afternoon everyone, Apologies if this has been asked before but I have a site that I would like to import special price via CSV import but with scheduled update dates. I am aware that the only method from the documentation is: https://docs.magento.com/user-guide/catalog/product-price-special.html as well as the fact that the […]
I’m working with magento 2.4.2 and elasticsearch 7.10.2 What I’m seeing is that even though the results in elasticsearch are ordered correctly in the backend, on the frontend are wrongly displayed. Here’s an example, the language is spanish so “lapices de colores” means “Colored Pencils”. If I run this command: […]
I am using the Apptha module for magento2 , I had installed the module as well and it appears in my admin panel , but when I navigate to http://localhost:8080/marketplace , I see this result : Apptha module routes is: <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd"> <router id="standard"> <route id="marketplace" frontName="marketplace"> <module name="Apptha_Marketplace" […]