Now I need an admin grid to show a collection of customers_visitor. The problem is that I’m not able to populate the grid with the records from the customers_visitor table. I simply tried to create a new Model/ResourceModel/Collection that links to the core table but that doesn’t work,
Magento
I have a configurable product that has customizable options attached to it. I can select the customizable options but they do not affect the final price at all.However all the customizable options do have a price attached to them in the back end. I’ve tried re-indexing and clearing cache multiple […]
I have custom table with some fields including the image. Now I want to import the data from CSV to custom table with the image. Fields are like first_name, last_name, image. I have done import for the text fields but need some idea regarding image upload. In the image column […]
I have my custom module in that I generate invoice automatically but when I reorder order from backend side that getting this kind of error “Order saving error: Rolled back transaction has not been completed correctly. “ here is my code $invoice = $this->invoiceService->prepareInvoice($order); $invoice->register(); if (!$invoice) { $order->addStatusHistoryComment( 'Can't […]
I want to add “Buy Now” button in Recently Viewed Products widget, the widget is made with knockout js. The file involved in the widget is: /Magento_Catalog/web/template/product/list/listing.html I appreciate any help.
I know to load children skus with loading parent object but I am finding the way where I can load all children items by just passing configurable product id, is there any method please share here thank you it works fine with below method but it requires to load parent […]
In Magento 2.4.5 vanilla when creating a new grouped product, let’s suppose this grouped product already has 20 simple products. Step # 1: Add the 21th product in grouped product table in product edit page Step # 2: Re-moved the product order from the 21th order to 2nd or 3rd […]
I get this error when I tap “schedule new update” button in a cart price rule page you can see in the image below, I echo $className variable, which causes the error, it displays “MexbsApBaseBlockAdminhtmlPromoQuoteActionDetailsStaging”, but there is no Staging file inside Details directory inside this module! When I disable […]
Our UPS integration stopped working a couple weeks ago due to UPS disabling support for the old UPS Type connection in Magento 2.4.3. We are trying to get an alternate XML integration working but it requires an Access License Number (access key) and as of today, UPS no longer supports […]