Search the Community
Showing results for tags 'above'.
-
Hello, I am new to prestashop and I am trying to figure out how to move the Seach block on top of the Cart block in the header of the page. I am running Prestashop 1.6.0.9 with the default-bootstrap theme. I found this similar thread but my files are not the same probably due to updates to the theme or modules This was the fix on that thread: The problem with my blocksearch-top.tpl file is that the file shows this: <div id="search_block_top"> instead of this: <div id="search_block_top" class="col-sm-8 clearfix"> Any suggestions? Thanks in advance Edit: I forgot to mention that the div shows as the following, when inspected in the browser through firebug. <div id="search_block_top" class="col-sm-4 clearfix">
-
Hi, i need to add a tax for order above 50€ This is what i need: 5€ of tax for every order under 50€ Is possible to do something like this ? Im using PrestaShop™ 1.5.6.2 Thanks a lot, hope somebody can help me
- 1 reply
-
- prestashop
- tax
-
(and 2 more)
Tagged with:
-
If you want the "more info boxes" to appear before "other products in same category / cross selling etc. you can do the following: i) Find the file product.tpl in /themes/theme-name/ ii) Around line 418 you'll find {$HOOK_PRODUCT_FOOTER} iii) Move that to the very end of the file Now product description and product data appears before alternative products (which makes sense to me) Enjoy! NB: This may be common knowledge, but I'm posting anyway, so some else won't have to spend as long time as I did to find a fix: