How to show region code instead of names
How to show state codes instead of names in the state dropdown on the checkout page.
How to show state codes instead of names in the state dropdown on the checkout page.
Currenltly i have working with third party ERP, i have display in stock or out of stock product with third party ERP, So how can display all out of stock product at the last of catalog listing page ?
Magento 2 : Add column after qty cloumn in create orderitem grid
I would like to show the customer a note based on the size he chooses in the configurable product page. For example I got bed sizes options from 120×200 to 200×200 and these are shown as a select dropdown. I… Read More »Show a note to customer conditionally if he selects a specific size of the product | Magento 2
I am working with the Magento configurable product, in my requirement I’ve config & simple product, while customer added a 5 quantity of the config product with one custom option, then the 5 quantity need to add 5 different line… Read More »Magento 2 selected quantity to different line of item
I need to add upsell and cross sell products to checkout page using adobe sensei , I thought I can do this using page builder option. But I couldn’t use this option Is this option available for upsell and cross… Read More »Upsell and Cross sell with page builder
Previously to get the minimum qty allowed in a shopping cart I would use the following code: public function __construct( MagentoCatalogInventoryApiStockRegistryInterface $stockRegistry ){ $this->stockRegistry = $stockRegistry; } public function getMinSaleQtyAllowed($productId): float { $stockItem = $this->stockRegistry->getStockItem($productId); return $stockItem->getMinSaleQty(); } However, MagentoCatalogInventoryApiStockRegistryInterface… Read More »Getting the minimum qty allowed in a shopping cart without deprecated methods
I’m trying to update a magento2.3.4 store to magento2.3.6-p1 using composer, composer-1 require magento/product-community-edition=2.3.6-p1 What could it be? any help is appreciated… update: I edited all the composer.json file with the correct specifications to magento2.3.6-p1, and when a run composer-1… Read More »Updating magento by composer error
Magento 2 call ajax request after get order items (when add and update products).
I’m using Magento 2.4.4, I’ve set up the existing project, but all page goes to 404 except the homepage. I’m using Nginx for the first time so still figuring out how to configure it. /etc/nginx/sites-available/ruralking.local: server { listen 80; server_name… Read More »Nginx: All Pages Return 404 Not Found except Home Page