Fabians small Magento world
  • Home
Sign in Subscribe

Disabling block cache

  • Fabian Blechschmidt

Fabian Blechschmidt

09 Sep 2016

You want to disable block cache?

You can do it in layout.xml, cms block/page layout update, etc.

<action method="setCacheLifetime"></action>

More about this in Fabrizio Branca's blog

Thanks to sr_aromicon for the link!

Sign up for more like this.

Enter your email
Subscribe

Repair missing store_id s on orders in Magento (1)

If you delete a store in Magento 1 you lose the store_id reference. Which is a problem, especially if you want to migrate the data to Shopware. Assuming you didn't delete the store - or you recreated the store with exactly the same website, store group and
10 Jul 2023 1 min read

Adding viewModels to widgets

Or a journey through too many XML Schema files We wanted to add the possibility to add a viewModel to a widget. We thought about it. There are two possibilities: 1. Add it to an instance, e.g. one added in the backend or one declared via {{widget ...}} 2. Add
10 Feb 2019 3 min read

Configurable Attribute in Magento 1

To use an attribute for configurable products we need: * is_configurable = 1 * is_global = 1 * is_user_defined = 1 * backend_type = int * frontend_input = select
04 Jan 2019
Fabians small Magento world © 2025
Powered by Ghost