Is anyone know the use of this ‘custom’ & when we need to use that? var config = { map: { **'custom':** { '@@@': '@@@', '@@@': 'js/@@@' } } }; Thanks.
Magento
My magento 2 is using free theme Bizkick from HiddenTechies. On the front-page the product list (Featured product, New Products etc) are listed as a slider. As diagram. is that possible in Magento to change by simple configuration that replaces the slider by a flat display so the product selected […]
I am running Elasticsearch 7.17.0 locally and moving to AWS opensearch 1.2.4 I want to take a snapshot of my elasticsaerch indexes on 7.17.0 and move it to AWS opensearch. I have successfully took a snap shot of my elasticsearch indexes. Does anyone know how to import them to AWS […]
I am getting this error on paypal : PayPal NVP gateway errors: The totals of the cart item amounts do not match order amounts (#10413: Transaction refused because of an invalid argument. See additional error messages for details) Can any one help me?
When I add new grid column I got an error says: Something went wrong with processing the default view and we have restored the filter to its original state. Here is my ui component form code: <field name="apw_wallet_name" formElement="text" sortOrder="17"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="source" xsi:type="string">apw_wallet_name</item> <item […]
We would like to add a <picture> </picture> element around the image with class fotorama__img on the productpage. How can we achieve that, because I can not find the right .phtml file.
I have create an custom api to add product into cart which is working fine. FYI: I am using Amasty_rule plugin which have 11 active rules. Magento version 2.4.3 Here is the code which I am using to add product to cart. <?php namespace NamespaceModulenameModel; class Addtocart implements NamespaceModulenameApiAddtocartInterface { […]
The may well be too broad of a question, but I’m having extreme difficulty finding any answers. I want to know if its possible to add a phtml block/view to a product page when you have a theme installed without overwriting what the theme is doing, just injecting alongside. Everything […]
On the adminhtml Product page, there exists a fieldset of Configurable Options. Certain Configurable Options I wish to hide from the content manager of the adminhtml screen as they are managed separately. I can remove these options from being output to the page by overriding the afterModifyData() method of MagentoCatalogUiDataProviderProductFormModifierCustomOptions. […]