Jump to content
thirty bees forum

Guil182

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Guil182

  1. Hi,

    I want to display the attribute name of the combination on product list.

    So, in config.inc.php, i created this function :

    function name_combination($id_product_attribute){
        $combination = new Combination($id_product_attribute);
         $nomcombination = $combination->getAttributesName(Context::getContext()->langage->id);
        
         return $nomcombination;
    }

    And in product-list.tpl :

    <span>
    {name_combination($product.id_product_attribute)}
    </span>

    But it always return an empty array....:/

    Thank for your help

  2. Hi,

    i try to adapt blocklayered to warehouse.

    in thirty bees, blocklayered, each li have the class col-lg-6 en and it’s col-xs-12 for blocklayered_mod.

    but i don’t find where col-lg-6 is added on blocklayered...could you help me?

    regards

  3. Hello,

    i would like to use warehouse theme but a have some questions...

    iqit made a blocklareyed_mod. So if a use warehouse, i will loose all the last development of thirty bees ?

    tpl have some code written for google, maybe seo....here too, i will loose all the last development of thirty bees ?

    at the end, i’m a little afraid to not be up to date with thirty bees.

    what do you think about that? 

  4. Hi,

    I installed the theme Warehouse 3.8.7 on thirty bees 1.0.5 but the theme have a block layered mod based on block layered prestashop v2.2.0.

    So, what the difference with block layered thirtybees v3.0.3 ?

    Thank you very much.

×
×
  • Create New...