I faced with the sitation, when I can’t see the region I saved in Checkout Addresses. I can’t see region value being saved in the estimate-shipping-methods request: Basically, the problem exists on one store, another one works ok. Magento version 2.4.2
Magento
How do I call external api that comprises of my product name, Sku’s and prices in magento2. I want all this to appear in catalogue->products magento2. I don’t know how to go about this. I will be very grateful for any assistant.
I’m trying to show multiple discounts in a public php script that sends orders to our ERP system. The problem im having is when an order has more than one discount, it is only pulling one discount with a total discount amount for both. I need it instead to show […]
While installing magento 2 fresh version, found this issue on server, rtrim() expects parameter 1 to be string, bool given#0 /home/..../vendor/magento/framework/Encryption/Adapter/Mcrypt.php(171): rtrim() #1 /home/..../vendor/magento/framework/Encryption/Encryptor.php(452): MagentoFrameworkEncryptionAdapterMcrypt->decrypt() #2 /home/..../vendor/magento/module-config/Model/Config/Backend/Encrypted.php(111): MagentoFrameworkEncryptionEncryptor->decrypt() According to Magento DevDocs mcrypt extension is not needed and it’s already removed on php 7.2. FYI, sodium, openssl and other extension […]
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 ?
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 of item in cart page. For Ex, if i selected […]
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 is now deprecated and I can not see how to […]
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 sell? If not , how I can add them to […]