Jump to content
thirty bees forum

Guil182

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Guil182

  1. Hi, Thank you, you are right. I just modified and created all that. In addition, I solved my problem, it was the id of the language that I did not get. regards
  2. 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
  3. Hi, Copy blocklayered.js to themes/warehouse/js/modules/blocklayered (and blocklayered.css and blocklayerd.tpl ) And with this 3 files, i think blocklayered thirtybees can be used instead of blocklayered_mod :) Regards blocklayered.js
  4. Hi, Copy blocklayered.css to themes/warehouse/css/modules/blocklayered and blocklayerd.tpl to /themes/warehouse/modules/blocklayered. All seems to be ok expect select sort product and nb product...if someone know.. Regards blocklayered.tpl blocklayered.css
  5. 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
  6. Thank you. so for blocklayered, you use the thirty bees blocklayered and adapt css for warehouse ?
  7. Thank you. no, but it’s à really good theme with Ajax search with image and price for exemple. i will look panda 😎 regards
  8. 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?
  9. Sort by price don't work on category page with blocklayered when result is more than one page. The solution is here : https://github.com/PrestaShop/blocklayered/pull/119/files Maybe it will be good to add this to the new blocklayered version :)
  10. Guil182

    Warehouse

    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...