Skip to content

magento man

Delivery Methods in checkout page

I am able to configure the shipping methods rates in the Magento UI logged in admin user. The same shipping details appear in the customer checkout page when creating the new order. The below links details. https://docs.magento.com/user-guide/shipping/methods-basic.html https://docs.magento.com/user-guide/shipping/shipping-flat-rate.html I want… Read More »Delivery Methods in checkout page

Magento 2 setStoreId VS setCurrentStore

What is the exact(!) difference between: setStoreId() setCurrentStore() Example where the two give different results. // setStoreId solution $product = $objectManager->create(‘MagentoCatalogModelProduct’)->setStoreId(2)->load(1); echo $product->getPriceInfo()->getPrice(‘final_price’)->getAmount()->getValue(); VS // setCurrentStore solution $storeManager->setCurrentStore(2); $product = $objectManager->create(‘MagentoCatalogModelProduct’)->load(1); echo $product->getPriceInfo()->getPrice(‘final_price’)->getAmount()->getValue(); EDIT: I am getting different results when… Read More »Magento 2 setStoreId VS setCurrentStore

Best Ways to Benchmark Hosting Service?

I’m testing out a couple of different hosting services for work and looking for the best ways to determine performance. I am going to put up… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1878901&goto=newpost

What is wrong with my web host?

I’m not expert in web hosting stuff, and I’m having serious trouble with my current web host, my wordpress sites are experiencing random 500… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1878859&goto=newpost