Jump to content
thirty bees forum

MichaelEZ

Members
  • Posts

    111
  • Joined

  • Days Won

    7

Posts posted by MichaelEZ

  1. @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 😕

  2. 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).
    image.png.80c9182f181f61a213025a63f683c85c.png

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

     

    • Like 1
  3. 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}


        

     

    • Thanks 1
  4. 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

    • Like 1
  5. 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

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

     

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

    image.thumb.png.c1f53f0058f651f78eed61fb1b7e6d55.png

     

  8. Hello,

    so unfortunatly, recently jquery stopped working in BO, so i checked source code and this is result

    js.jpg.0d8aac87c92d6fc1c8c58a1c7acae74b.

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

×
×
  • Create New...