Jump to content
thirty bees forum

hedgehog

Members
  • Posts

    49
  • Joined

  • Last visited

Posts posted by hedgehog

  1. Hi, trying to add GA4 scripts, i put them in head.tpl (niara theme) immediately after <head> tag

    <!-- Google Tag Manager -->
    {literal}                  
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-***"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-***');
    </script>
    {/literal}
    <!-- End Google Tag Manager -->

     

    But what i get is that this one display where it should be:

    <!-- Google Tag Manager -->

    <!-- End Google Tag Manager -->

    and all the script goes to very end of the page. How should i fix that. Thanks

  2. When i press "register account" button, it shows the following error:

    TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: parsererror
    I've googled a couple solutions but none of them working - fixing authenticate.tpl / tools.php files, disabling CCC, caching. Maybe because these solutions are for PS, i dont know. Cant create an account anyway. Login functions works well though. Theme is niara, TB 1.1
  3. 12 hours ago, AndyC said:

    Find images under preferences / admin  and regenerate them all and see if that works

    well tried to regenerate them multiple times as i said, but i didnt worked. Fixed the issue by the way, by deleting niara theme altogether, installing it again (old version) and regenerating images

  4. no product images are showed after i updated my store to 1.1, though they are still set and if i open product in backoffice i can see the pic. Tried delete generated thumbnails/regenerate them multiple times but to no avail. i use niara theme. How can i fix that? other than by installing backup. By the way, on my other store with the standard theme it wasnt an issue

  5. For some reason i cant login in my Tb 1.1.0 most of the time. When i log in i get back to the login page without any errors. In 2-8 tries i manage to login, but once i press something in the admin 1-4 times (any tab, shipping/products/settings etc) i log out and stuck at the login page again. Same way in anonymous browser tab. Really strange, i have another tb 110 website and it works just fine. I managed to get rid of the problem by setting PS_COOKIE_CHECKIP to 0 in the database, but still is there any other ways to fix that?

  6. Hi there. Is there any affiliate program plugin that will work with TB? I need an option to give my affiliate an affiliate link so he gets % off the customers he referred to me from his website. I see there is a free "referral program" plugin it doesnt work with affiliate links

  7. 3 hours ago, Traumflug said:

    Back office -> Preferences -> General -> Use HTMLPurifier Library

    Turning this off might help.

    Wow thank you so much! This actually helped. Editor still deletes span tags, and automatically edits source code a little bit, but now i was able to use itemprop tag within div, which solved my problem. Tested markup in the google tool right now and it recognizes the markup just fine. 

    • Like 1
  8. 2 hours ago, koraledrewniane said:

    Got same problem, only PHP function works. Someone got any solution?

    For me, changing the email config via different browser (IE instead of chrome) worked well. Also one strange thing - it may still say that there is an error during authentification, when you change the settings; but actually everything works ok, so it's like false positive error notification or something.

  9. 12 hours ago, colorful-ant said:

    What happens if you look at the duplicate urls tool in the back office?
    Does it show problem with the urls?

    If yes, your problem seems to be here.

    The urls are not duplicate, the names too. But the descriptions are identical. So it will be a duplicated content for google. And if someone links to the 2nd product, the link juice will not pass to the 1st product as I'd want (if no canonical tags are set)

  10. 2 hours ago, lesley said:

    You would need to override the function we are using for canonical urls and make a module to interface with it, doing what you are looking for. 

    is there any plans adding it in the next versions, by chance?

  11. I have a lot of mostly identical products, e.g "marbles 20pcs" and "marbles 50pcs". So, i want to make a "marbles 20pcs" a canonical page, and place a relevant canonical tag on the "marbles 50pcs" product page. Is there any way to do it? There is a paid plugin for PS but no options for TB.

    I know that the best solution would be to merge the two products into one with options but still would be great to have an opportunity to edit canonical. Right now they just point to the product page itself, with no way to edit it.

  12. Here is some weird bug. I have the following categories structure:

    main category>subcategory1>subcategory2>product

    If i just delete subcategory1, subcategory2 may appear randomly in breadcrumbs of the other categories/products.

    Here is an example: You had -"main category>subcategory3>subcategory4>product", and if you delete subcategory1 (which is not associated with subcategory 3 or 4, just with the main category, and is a parent category for subcategory2), you may end up with such breadcrumbs

    "main category>subcategory3>subcategory4>subcategory2>products".

    This orphaned category seem to associate with the other subcategories randomly. It seems like the problem is that if you delete a whole category, subcategories remains undeleted and are still in the database. And there is no option to delete subcategories along with the category (only options to delete/save products).

    If you use search bar on the backoffice, you can still find orphaned subcategory, and you can still find it in the database, though parent_id refers to the deleted category (subcategory1) that does not exist anymore.

    Also, if you click that subcategory2 in the breadcrumbs, it's still active, and it's still has products on its page. But if you look at that product on the backoffice, it is not associated anymore with subcategory2 (not with any category at all)

×
×
  • Create New...