i am wondering is there a company out there which provides plugin for importing of reviews from amazon,aliexpress and different websites with few clicks ? i am running magento version 1.9.x thank you for your help
Magento
an anyone tell me, how can I call the cropper variable in the opened function of the options modal into the cropImage function? define([ 'jquery', 'cropper', 'Magento_Ui/js/modal/modal', 'mage/translate', ], function ($, Cropper, modal) { 'use strict'; $.widget('mage.scale_image', { /** * Options common to all instances of this widget. * @type […]
Hi. I’m trying to clone my repository in magento-cloud, but it’s cloning some folders and not others, what could this be?
I would like to change the way the company field is rendering in the billing address and I’m trying to apply a new elementTmpl which I’ve defined and works well for shipping address fields. Here’s the xml <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <head> <script src="Vendor_Module::js/invoice-dependencies.js"/> </head> <body> <referenceBlock name="checkout.root"> <arguments> <argument name="jsLayout" […]
I have installed a payment method extension and it requires to add the following; Can I please know what element to input and where to find the path Thank you
Currently product name (title) is displayed from attribute name. How to display product name (title) from custom attribute second_name on product view page?
I have create online module by “https://code.vky.co.in/magento-2-module-creator/” this site. Now i want to add extra custom filed of multiple select dropdown. Dropdown filed showing lavel is product name and value is product id. How to get product name and id in dropdown with store value in database How to do? […]
We are facing a problem with Special Price End date on Magento 2.3.5 We are updating the prices using the Rest API. When we add the special price with the start/End date all work fine until the end date is past. The product remains in discount after the expiration date […]
When I run the PWA studio project locally I get this error. And after an error in the browser console, it keeps sending requests to the server. Access to fetch at 'https://xxxxx.com/Store/rest/V1/guest-carts' from origin 'https://xxxx:8834' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: […]