I need to get the url of the image located in the module. I need to run a Patch script because I am updating a cms block with an additional image. The image path I am getting is localhost/pub/static/version1655667432/frontend/_view/en_US… But when I look at the pub folder, the path should […]
Magento
I need to insert (via my payment module) html element (div) somewhere (for example under Add to cart button) at product page view. Should I use event/observer, or maybe there is something other? Greetings
As you can see in the image I have added custom functionality so that the customer can increase or decrease the item quantity Now I have to show a message that as soon as the customer increases or decreases the product, then a message should be shown in the footer […]
Her are my code. I can’t able to get full data in array format. Only Url get this php code. Where am I wrong. $sitemap = 'videomap-1.xml'; $context = stream_context_create( array( "http" => array( "header" => "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" ) ) […]
For ex. suppose I open this URL before login. https://d89a529178.nxcli.net/hbftextiles/cuttingapproval/cfa/edit/id/43080 Actual result: It opens up the login page, once I log in it redirects to the homepage. Desired result: It opens up the login page, once I log in it should redirect on same above URL (i.e https://d89a529178.nxcli.net/hbftextiles/cuttingapproval/cfa/edit/id/43080) after login. […]
I have create custom checkout Step between shipping and payment step . Now i want to show all the order details and customer fillup details. Below is the files that i have created for the Custom checkout step Below is the file (checkout_index_index.xml) i have created for new step in […]
I have some issue after add custom tag in GTM and setting configuration in magento by Weltpixel for GTM extension so, i have custom tag for tracking event login, logout, banner click, brand click, etc in GTM for integration with Moengage. all configuration is done and clear, can track these […]
I’m in Magento2, All I need to do is get all the images of the products in the Wishlist Page. This is my app/design/frontend/<Vendor>/<theme>/Magento_Wishlist/templates/item/list.phtml <?php /** * Hyvä Themes - https://hyva.io * Copyright © Hyvä Themes 2020-present. All rights reserved. * This product is licensed per Magento install * See […]