Daily Archives: May 11, 2020
When i am making ajax call i am getting error ‘An element with a “sellerpage” ID already exists’. Here is my controller. namespace VendorModuleControllerSellers; class Index extends MagentoFrameworkAppActionAction { protected $_pageFactory; protected $resultJsonFactory; protected $_coreRegistry; public function __construct( MagentoFrameworkAppActionContext $context, MagentoFrameworkViewResultPageFactory $pageFactory, MagentoFrameworkRegistry $coreRegistry, MagentoFrameworkControllerResultJsonFactory $resultJsonFactory ) { $this->_pageFactory = […]
I am facing an issue with our product zoom functionality. You can see under zoomed image we can see qty + and – signs clearly. Can someone assist me with how to fix this?
I want to update my downloadable product via csv by removing current assign downloadable file and assign new file to the product as shown in screenshot I want to delete this test_image2.zip file and assign new file to it. I have 117k product catalog and I want to update all […]
I would like to add a bundle product to cart programmatically, however i’m experiencing a problem with the bundle_option_qty. I can change the selection of the bundle option, however the code is somehow not responding to bundle_option_qty. Please find below my code. in this code you can see the definition […]