i’m using the MageDelight Megamenu extension for a website with different stores in different countries, ex: mystore.com/en_uk/ mystore.com/en_us/ While creating the menu in admin i put the relative path in each category’s URL box (see screenshot) instead of the absolute path so that i don’t have to create a menu […]
Magento
I have custom Magento module which was originally deployed and worked properly in Magento 2.4.2 , which injects some JS to frontend product page, with some backend connectivity. After copying same to Magento 2.4.6-p2 expected template overriding does not work. <?xml version="1.0"?> <page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="content"> <block […]
I hope this message finds you well. I am currently working on customizing the product page for bundle products in Magento 2. Could you please provide guidance on the proper procedure to relocate the “Customize and Add To Cart” button on these bundle product pages? I appreciate your assistance and […]
I found one table inventory_source_carrier_link which is empty, I do not know why it is empty. We have three sources and stock. Two shipping methods enable: pickup and fixed. How Magento add data in inventory_source_carrier_link table. This table belongs to this collection class MagentoInventoryModelResourceModelSourceCarrierLinkCollection Anyone help me on this?
I really need you guys’ help. I just can’t get my head around how magento saves relational data. For instance, the catalogue-rule module has three tables, “catalogrule”, “customer_group”, “catalogrule_customer_group”. “catalogrule_customer_group” table saves relationship between “catalogrule” and “customer_group” like so: I created similar tables with foreign keys but cannot figure out […]
I want to add A custom Amasty Social login to my login page because I want a different layout of the login form meaning I want to insert it inside my form. But I cant figure out how. maybe because I am using amasty social login lite? This is my […]
looking for fix the error after created the category and the category display in home page and after click on category to show page category i get this error WHOOPS, OUR BAD… The page you requested was not found, and we have a fine guess why. If you typed the […]
I have a Magento 2.4.1 store with two languages (EN and DE). Let’s say the EN store view is currently selected and a product URL will look like this: https://website.de/wedding-bands/wedding-band-1.html. I may give this URL to a customer, but he has the DE language currently selected. So, when he tries […]
I am creating a simple form in which users can add images. I want to add the image uploader field to my custom form but the problem is, it is built with js & html. Is there a way I can add this image uploader without using xml? Thank you!