Some please explain me what is virtual theme in Magento. How can I create and implement on frontend? Is this only available for Magneto enterprise edition?
Magento
I’m new to Magento. I want to store 3rd party order id and customer id in column ext_order_id and ext_customer_id in table sales_order. Problem is these 2 columns has length 32, so I altered the table to set it to 50. However, every time I ran command bin/magento setup:upgrade, the […]
i’m trying to get Visitor Data in custom module but its not return all visitor Data especially visitor_id. its only return this array(1) { ["last_visit_at"]=> string(19) "2021-10-02 20:50:24" } my block class Hello extends MagentoFrameworkViewElementTemplate { /** * Customer visitor * * @var MagentoCustomerModelVisitor */ protected $_customerVisitor; /** * Construct […]
I have a requirement to show a custom label with value from custom table inside the cart and checkout summary. Example : Can someone help me with this issue,
I need to access all my www folder in editor, i am not able to see www folder while i am navigating from editor while import folder
Are in the process of upgrading from M2.3.5 to the current version of Magento – 2.4.3 However, after having done so the Region select dropdown no longer appears in the checkout (on either billing or shipping address) Have dug through the database comparing eav_attribute, eav_entity_type, customer_eav_attribute & customer_eav_attribute_website settings on […]
I want to show stock status column in product grid. And stock status column inline editable.So how to create product grid inline editable in Magento 2.
After installing Magento 2.4.1 I am getting this error: Exception #0 (DomainException): Unable to write file into directory /var/www/html/magento2/pub/media/catalog/product/cache/912eee9e4cfa9553368073a74de060ea/m/b. Access forbidden. I have manually installed the sample data for 2.4.1 version and when clicking on the product detail page, this error appears.