Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
8334 Vizualizări

Something like this is needed, but unfortunately it doesn't work:

<template id="..." inherit_id="..." priority="5"/>

Imagine profil
Abandonează
Autor Cel mai bun răspuns

Setting priority for already defined templates doesn't seem to be possible. At least in a flexible way which would take care of allowing further overriding.

So, the only way to e.g. reorder Product Categories and Product Attribute's Filters in Shop would be to employ JS:

        var $attr_to_reorder = $('.js_attributes', oe_website_sale);
        var $categ_to_reorder = $('#products_grid_before > ul', oe_website_sale);
        $categ_to_reorder.insertBefore($attr_to_reorder);

 

Imagine profil
Abandonează
Cel mai bun răspuns

Is there a way to do this in v13?

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
ian. 19
8886
0
dec. 24
1345
0
dec. 24
1177
2
iul. 24
3131
2
mar. 22
12112