Jump to content
thirty bees forum

MichaelEZ

Members
  • Posts

    111
  • Joined

  • Days Won

    7

Everything posted by MichaelEZ

  1. u sure can, just edit category.tpl a use someting like this (my way of doing this) : {if $smarty.get.id_category==1} spec code for cat. with id 1 {elseif $smarty.get.id_category==2} spec code for cat. with id 2 {else} default heading {/if}
  2. @AndyC i did try to install it on clean 1.1 and it works, no errors, fully customable setting for what to cache and etc. BUT that doesnt mean it rly works - just looks like it. Im currently unable to check and test those ๐Ÿ˜•
  3. Hi ! As i was browsing internet today - i did stamble on this somehow: https://module-presta.com/modules/prestashop-1-6-compatible.html A LOT OF very nice modules and even templates for free ๐Ÿ˜‰ Iยดm currently unable to test them, will try at home. Just wanted to share this one for others ๐Ÿ™‚ Ohh..and well dont forget covid-19 as it brought us free stuff so i guess thank you too? enjoy!
  4. i'm glad i could be of help ๐Ÿ˜‰ anyway wish u best of luck with TB and welcome
  5. Here is one free https://www.prestashop.com/forums/topic/219050-free-module-validate-customer/ (didnt use, cant verife it works) or just https://www.google.com/search?q=prestashop+customer+verification+by+admin&oq=prestashop+customer++verification+by+admin&aqs=chrome..69i57j33.12311j0j7&sourceid=chrome&ie=UTF-8
  6. MichaelEZ

    Goodbye

    TB needs some "mastermind", that we all agree on. Here is my useless, but thankfull rant and sorry for my eng - > I know about this project for about a year now.. It literally saved our eshop when it was broken ( backend was loading in ages, and frontend just a little bit faster) - as I ยดm just self taught it wasnt in my power to fix it ๐Ÿ˜•, so we had to pay some freelancer - which took money and didnt solve anything at all. As I googled around and find out about this awesome project - went for it and I end up totally amazed! When we did migrate, backend somehow end up even faster then it was before page broke.. same with frontend (after some changes in theme etc.). Support seems, atleast to me - goldike - in forum, through PMS, and even way beyond via Skype - every time in need - I did receive help. Thats why I ยดm supporter , and least one can do is put logo in to footer (we do have pretty good traffic - and sells, thanks to TB). And I woud like to say one big thanks, to you all who are working on this project - and your devotion. Especially to datakick - i wish you all good things. One more thing - when we did transfer from PS to TB it does not count our website as TB - it is still recognize as PS so those numbers might not be so accurate at all (builtwidth.com).
  7. MichaelEZ

    Checkout Test

    disable overrides and not native modules and check, if u suspect Nochex just turn it of and chceck, so we are sure
  8. well try to look for prestashop 1.6 module, i do not know Moneris..
  9. or u can edit index.tpl file located in your theme folder
  10. Find meta tags in header.tpl and add : {if ($page_name == 'search')} <meta name=โ€robotsโ€ content=โ€noindex,followโ€/> {/if} {if ($page_name == 'order-opc')} <meta name=โ€robotsโ€ content=โ€noindex,followโ€/> {/if}
  11. As I am ๐Ÿ˜‰ well u can go to your theme folder, find header.tpl and past code right there in meta tags, but on which pages do u want have that meta tag turned on?
  12. well i use something like on index {if $page_name == 'index'} {/if} or for categories {if $page_name == 'category'} {if $smarty.get.id_category==1} {elseif $smarty.get.id_category==2} {elseif $smarty.get.id_category==3} {else} {/if} {/if} or for product via manufacturer {if ($page_name == 'product')} {if $product_manufacturer->id==1 } {elseif $product_manufacturer->id==2 } {elseif $product_manufacturer->id==3 } {else} {/if} {/if} and so on
  13. Once again i cant thank you enough! ๐Ÿ˜‰
  14. well it displays only 28 (as 28 is set as product per page), and i woud love to have all manufacturers on one page. Right now it looks like this : and what i want to achiev is this (display all manufacturers automatically) :
  15. Hi, im looking for a way to display all manufacurers on one page, well i tried edit (default) ManufacturerController.php but got only error, or blank page, or nothing changed.
  16. Well, our shop is one big mess, it s an update from 1.5 to 1.6, then copied from one hosting to another with wrong settings, then about 3 diff pple worked on it till i came and then we went for TB for many reasons. Oh and about trilion modules went by ofc (so problem can really be anywhere seems ๐Ÿ˜• ) . I cleaned it as i coud, and ofc as i received help from community many times. Yet here we are, with few annoying bugs and pretty slow site.. I was wondering about using prestools to make clean install and import data into it, not sure if i want to go into that
  17. U just lost yr bet ๐Ÿ˜‰ When i delete others tpl a get 500 error - wich is right. For 100 % im in right folder.
  18. Well thats why i tried to delete file in other themes folder too - still nothing
  19. Hi, we found out that customer order history page is in ENG, even when in BO its translated. So i went to history.tpl try to apply any change but unable to do so (so far only in history.tpl - i can edit others files so far). No cache system on, smarty flushed. I tried delete file, in all themes folders (3), nothing changed - it s still shows. Did not find any overrride. Well i might be missing (probably iยดm) something ๐Ÿ˜• thirty bees version: 1.0.8 PHP 7.2.16
  20. MichaelEZ

    New Theme

    Exactly...And ofc it depends templete - i had to fix module or too nothing
  21. MichaelEZ

    New Theme

    Hi, we are use this one https://themeforest.net/item/flexshop-multipurpose-responsive-prestashop-theme/16862260 (needed a little bit of modifications). But I tried more ps 1.6 and most of them works with small fixes.
  22. Can u describe that problem more or? And it doesnt need to be TB template, u can run PS templates on TB too, with simple adjustments.
  23. Stopped working - i can load page fine but functionality is gone, i cant edit fields, i see source inside of them, editor is gone, i dont see price anymore and more. We did uninstall merchant expertise (installing and unistalling did not helped). Problem is with many admin accounts, duno why so many people have it ๐Ÿ˜• - its not first time something like this occurred. No changes on server side either. Here is ss:
  24. Hello, so unfortunatly, recently jquery stopped working in BO, so i checked source code and this is result : Its working only on Order page, where jquery order is correct. On other pages its not working. I checked AdminController $this->addJquery(); $this->addjQueryPlugin(array('scrollTo', 'alerts', 'chosen', 'autosize', 'fancybox' )); $this->addjQueryPlugin('growl', null, false); $this->addJqueryUI(array('ui.slider', 'ui.datepicker')); also header.tpl seems ok too We did unstall merchant expertise module before this all..
  25. Yeah i know that is all cumulative, at first i wanted to know if there is way for something like if there is product with weight 0.01 in cart then dont add it up or override others weight to 0.01 if one is already in cart, but right now i was ordered to do prices and advertisement, nothing else. ๐Ÿ˜•
ร—
ร—
  • Create New...