Skip to content
Marius edited this page Sep 1, 2014 · 2 revisions

Known issues.

Because of the way the rwd theme is created for CE1.9 there is an issue/inconveninet if you group the rules under one single menu.
The rwd theme adds an extra submenu item called 'View all...' for each menu item that has submenus.
If you group all rules under one menu you will also see this submenu in the rules menu but it won't take you anywhere.
I'm still waiting for this to be configurable in the rwd theme.

Also because of the way the theme is build I was obligated to add 3 additional blocks in the layout otherwise the page will give a fatal error.

<block type="core/text_list" name="catalog.leftnav.state.renderers" as="state_renderers" /> As a child block of the layered navigation.

<block type="core/text_list" name="product_list.name.after" as="name.after" /> <block type="core/text_list" name="product_list.after" as="after" />

These 2 blocks will be added to the product list block. They have no effect on version lower than CE1.9.

When an import is finished, if there are products affected all the cached product ids for all active rules are reset. This is not really an issue, but more an inconvenient. I have it listed here, maybe someone will come up with a better solution for this.
The product ids will again be cached when the rule page is requested.

Clone this wiki locally