Jump to content

JoseXXL

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by JoseXXL

  1. Also, you have to rename a category in the language you use in back office
  2. in: /modules/blocklayered/blocklayered.php replace this line: $sql_query['group'] = ' GROUP BY p.id_manufacturer'; with: $sql_query['group'] = ' GROUP BY p.id_manufacturer ORDER BY m.name'; prestashop 1.4.7.2 + blocklayered 1.8.5
  3. I had similar problem with loading product page from category that contains lot of products. Problem for me was module "Other Products In The Same Category"‎. It loads all products in category on product page. I hope it help you.
  4. Hi, i set my shop to show prices excluded VAT, than in product.tpl insert {convertPrice price=$productPrice * 1.2} {l s='tax incl.'} 1.2 is tax in my country if your shop showing price included VAT insert this: {convertPrice price=$productPrice / 1.2} {l s='tax excl.'} you can format it by inserting span tag <span>{convertPrice price=$productPrice / 1.2} {l s='tax excl.'}</span> i dont know in smarty which is vat tag so i use numbers
×
×
  • Create New...