We would like to add video’s using direct mp4 links, that we would like to load using a custom attribute on the productpage gallery. We know the possibility to display a video on a product gallery using YouTube and Vimeo, but we do not want to upload the video’s first […]
Magento
I am looking into if it is indeed possible to disable the ability for a user to drag / move and drop categories in the Magento2 admin panel. Any guidance or suggestions on how to accomplish this on per user basis or just a global disable for all users would […]
I am facing a problem with resume order process.when customer click resume order I am cancelling the order programatically and creating new order with the same qty. In this process the stock is restoring immediatly after cancel step but while adding the same qty product to cart there are 2 […]
State of the art Using a custom type for the page builder, i’m generating this html <div class="gamme-content"> <h3 data-element="title">Discover our others products !</h3> <p data-element="category_list">2,1</p> </div> From this template <!--master.html--> <div attr="data.main.attributes" ko-style="data.main.style" css="data.main.css" > <div class="gamme-content"> <h3 attr="data.title.attributes" html="data.title.html"></h3> <p attr="data.category_list.attributes" html="data.category_list.html"></p> </div> </div> The 2 and 1 […]
I’m using Magento 2.4.6. When I try to access $request->getAllItems() it returns an empty array. Also, I’m trying with Quote and the same result. public function collectRates(RateRequest $request) // NOSONAR { if (!$this->getConfigFlag('active')) { return false; } $this->_logger->info('COLLECT RATES 0 '. json_encode($request->toArray())); $this->_logger->info('COLLECT RATES 1 '. json_encode($this->_quote->getAllVisibleItems())); $this->_logger->info('COLLECT RATES 2 […]
I am using third party extension. I want to add the Page-builder editor instead of the WYSIWYG editor in the adminhtml form. Can anyone help? Check the current code, want to display pagebuilder in the admin form.
We’re running Magento version 2.4.5-p1 and utilizing the Braintree payment gateway for both credit card and Paypal transactions. Our concern is that when a customer attempts to place an order and the transaction fails due to insufficient funds, there is no error message being displayed at checkout. According to our […]
I created in the Magento2 backend a newsletter campaign and it will be sent to 6000 subscribers. In my server there is a sending limit at 2000 emails per day. Can I set the limit on Magento2 not to send more than 2000 emails per day? I remember on Magento1 […]
I’m trying to import products and while importing I’m getting this error, i have tried this extension for URL rewrite but still getting this error, any temporary fix for this problem