Magento 1 with Fotorama
I integrated in M1.9 Fotorama with 2 new buttons for zoom in and zoom out for the image when the fullscreen is opened. What I want to do is to open the full screen popup when I click on the… Read More »Magento 1 with Fotorama
Auto Added by WPeMatico
I integrated in M1.9 Fotorama with 2 new buttons for zoom in and zoom out for the image when the fullscreen is opened. What I want to do is to open the full screen popup when I click on the… Read More »Magento 1 with Fotorama
https://docs.stripe.com/elements/express-checkout-element [i already create a raw demo from this link i want to develop stripe express checkout on checkout page in magento 1.9]
Currently we are using magento 2.4.6-p6, we are recently noticing below issue in the console, while opening the cms blocks / cms pages from admin. Access to XMLHttpRequest at ‘https://website.com/static/version1721183017/adminhtml/Magento/spectrum/en_US/js-translation.json’ from origin ‘null’ has been blocked by CORS policy: Response… Read More »Magento 2 – Access to XMLHttpRequest – /adminhtml/Magento/spectrum/en_US/js-translation.json has been blocked
I am using Magento 1.9.4.5 I am developing a Custom Payment Gateway. Its showing up on Admin Configuration Page. But not showing at all in Multishipping Page and Admin Order Creation Page. I am providing the code I’ve done so… Read More »Magento 1: My Custom Payment Module is not showing on Checkout Page
How to create a Grid Form with Ui Component Can you give me an example
I have a custom Attribute in my Products. Attribute Name is warehouse_location. I have 2 warehouses in Location A and Location B. I want to create separate orders for Items located at Location A and B. So when my customers… Read More »Magento 1 How to divide Products in Orders based on a Product Attribute
I want to add custom block below shipping methods and this custom block should be inside of shipping method form. I think following line of code is helpful for adding this. but no idea how to proceed. <div id=”onepage-checkout-shipping-method-additional-load”> <!–… Read More »How to add custom Block at Shipping Method Select in Magento 1
<?php namespace magentotestControllerAdminhtmlIndex; use MagentoBackendAppActionContext; use MagentoFrameworkApiDataObjectHelper; use MagentoFrameworkAppRequestInterface; use MagentoFrameworkExceptionLocalizedException; use MagentoFrameworkSerializeSerializerInterface; use magentotestApiBannersRepositoryInterface; use magentotestApiDataBannersInterfaceFactory; use magentotestModelResourceModelBannersCollectionFactory as BannersItemFactory; class Save extends MagentoBackendAppAction { /** * @var RequestInterface */ private $request; private $dataObjectHelper; /** * @var SerializerInterface */… Read More »Images attached to page builder vanish on save but the data is saved on my table (the problem is on arabic_image_one)
I have followed few instructions found in this forum, but I must be missing something. I am trying to override Customer controller, specifically _welcomeCustomer method. Here is what I have got: Magento version: 1.9.4.5; Namespace: WebKutir; Module: Module_Authenticator; /app/code/local/WebKutir/Module/Authenticator/etc/config.xml: <?xml… Read More »In Magento 1.9.4.5 problem overriding controllers
From a product I want to get all the images it has in the gallery and sort them so that the main/base image of the product is first in the list. Firstly, I have a problem because I can’t get… Read More »Magento 1.9 sorting media gallery images with base image on first page