Integrating Fastly with Adobe Commerce requires two critical credentials: the API Token and Service ID. These credentials enable you to manage caching and CDN configurations effectively. This blog outlines the steps to retrieve these credentials, whether you’re using […]
Tag: Cache
Fastly for Adobe Commerce
Fastly for Adobe Commerce Fastly has emerged as a leading edge-cloud platform known for its powerful and customizable content delivery network (CDN) services, making it particularly effective for Adobe Commerce (Magento) stores. For Adobe Commerce, […]
Magento2: How to refresh the shipping method using JS?
Let’s refresh the shipping method using JS. We have restored the total section in https://sbdevblog.com/magento-2-how-to-update-the-total-using-js/ Very often, we need to update the shipping method in the cart and checkout page using JS. For example, on applying a custom discount or […]
Magento 2: How to update the total using JS
How to update the total using JS Let’s check how we can achieve this in Magento 2. We have updated Mini Cart using sections.xml and JS in the post: https://sbdevblog.com/magento-2-how-to-update-mini-cart/ Like the mini-cart, sometimes we […]
Magento 2: How to Update Mini Cart?
Mini Cart displays a selection of the items added to the cart, as well as the subtotal and update and remove item options. Users can see these details without refreshing the page. If we look […]
Magento 2: How to Invalidate and Flush Custom Cache Type?
Let’s see how we can Invalidate and Flush Custom Cache? We have created a custom cache type https://sbdevblog.com/magento-2-how-to-create-custom-cache/ as well as we have saved and retrieved data from the cache https://sbdevblog.com/magento-2-store-retrieve-from-the-custom-cache/ Invalidate and Flush Custom […]
Magento 2: Store & Retrieve From The Custom Cache
Let’s see how we can Store & Retrieve From The Custom Cache We have created a custom cache type in the post-https://sbdevblog.com/magento-2-how-to-create-custom-cache/. Let’s see How we can save data to the custom cache and How […]
Magento 2: How to Create Custom Cache?
Let’s see How we can create a custom cache in Magento 2. We are aware of the caching mechanism of Magento 2. We can see a list of the cache in the Cache Management Grid […]
Magento 2: How to get current customer id while FPC is enabled?
We have tried to get customer id in post https://sbdevblog.com/magento-2-how-to-get-the-current-customer-id/ . However, we are not able to get customer details like customer id, Log-in Status of visitor because we are getting NULL value each time we […]