Jump to content
thirty bees forum

colorful-ant

Members
  • Posts

    577
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by colorful-ant

  1. As far as I know, the "index.php" file actually always has the same content.
    Since Prestashop 1.5 I know that this file must be present in some folders.

    The change ('_PS_MODE_DEV_', true) didn't help?
    or delete or rename htaccess?

    hmmmmm,
    the only thing that I can think of as a beginner:
    Was there a server update at the same time or was data changed or reset:
    such as. php settings - timeout - and / or other necessary things that are necessary for the shop system

    optional:
    search via google:
    prestashop "HTTP ERROR 500"

  2. @VERYANGRYUSER

     

    On 8/19/2020 at 2:45 AM, VERYANGRYUSER said:

    You're funny colorful ant .....

    thanks - yeah, sometimes i'm funny.

     

    On 8/19/2020 at 2:45 AM, VERYANGRYUSER said:

    or things like that -- life's too short.

    - life is too short. - >> It depends on how you divide it up.

     

    On 8/19/2020 at 2:45 AM, VERYANGRYUSER said:

    Old people don't have much patience for things like that -- li

    In my experience, older people have so far been more patient than younger people.

     

    On 8/19/2020 at 6:14 AM, VERYANGRYUSER said:

    In all, a little over an hour and a half wasted time.

     

    - I better not write the rest of what I think.


    Overall, you seem to be a perfect webmaster / programmer / server specialist.
    However, I would NEVER use your services.

  3. 42 minutes ago, VERYANGRYUSER said:

    Signed in as administrator, and could not find an uninstall option in the admin module so I'm having to rip it out manually. Removing all folders with a date of the install.

    Without deleting or renaming the installation directory, you cannot even log in as admin!

     

    @led24ee

     

    I don't know if @VERYANGRYUSER even needs that.
    Why was the page overwritten? What kind of side do he mean by that?

    It seems to me that an existing shop with a different shop system was simply installed with a new TB installation.

    Very annoying when you do something like that and then just get angry.

    I can't understand it any other way at the moment.
    If I'm wrong, I'm sorry.


    Why did he register here with such a name "VERYANGRYUSER"? Why didn't he choose a neutral and simple name?
    At the next use he chooses e.g. the name "VERYANGRYUSER_2020-Corona" or something.

    • Like 1
  4. It's crazy what some people say.
    I don't know yet if I'm sorry for that person.
    Either this is SPAM or too stupid to read.
    After the installation, the install folder should either be renamed, but as described and recommended in the process, it is best to delete the install folder.

    I don't remember changing the entire root directory or anything else.

  5. sorry - it is not meant bad overall. I wish some would search more here in the forum beforehand - or in the prestashop forum.
    you can change the translation here.

    translation email
    -> localization -> translations

    image.thumb.png.98bb6bb9922c47656f49354b159e0bcb.png

     

    If you want to change mail templates, there are many helpful tips - as mentioned above in one of the two forums.
    Unfortunately you have not given any exact information about what and where in which mail template should be changed! So nobody can help further! ! ! ! !

  6. did you empty the shop cache and the browser cache?
    i currently only see the maintenance mode.

    Your php version with 5.6.xxxx should also be updated - this gives more power.

    try a new update with template change. it can also be due to one or the other module. or change your settings before trying the performance again

    example and reload:


    image.thumb.png.af815dcc08fd1e413df94511605bb2b8.png

    • Like 1
  7. 1 minute ago, colorful-ant said:

    sometimes it's crazy what kind of questions are asked.
    you want to deactivate the alt / title texts.
    Why? actually, they exist for an important reason.
    what's wrong with this text being displayed when the cursor is moved over it?

    Usually one says in general that there are no stupid questions or stupid answers.

    sorry for this sentence. from my point of view, you should deal with the topic of seo - especially in this point with the links.

    if you want to deactivate it, you have to remove it from all .tpl files of the template and the modules. sorry again - have fun to disable it.

     

    I myself have no better answer for that.

     

  8. sometimes it's crazy what kind of questions are asked.
    you want to deactivate the alt / title texts.
    Why? actually, they exist for an important reason.
    what's wrong with this text being displayed when the cursor is moved over it?

    Usually one says in general that there are no stupid questions or stupid answers.

    sorry for this sentence. from my point of view, you should deal with the topic of seo - especially in this point with the links.

    if you want to deactivate it, you have to remove it from all .tpl files of the template and the modules. sorry again - have fun.

     

    I myself have no better answer for that.

  9. falls jemand interesse haben sollte mit einer anzeige des prozentsatzes auf der artikelseite ohne zusätzliche werbung zu machen. da kunden im onlineshop zu bewerben oder so wegen der kurzfristigen steuersenkung, was für die abmahner wieder ein gefundenes fressen ist.

    im prestashop-forum gefunden und teilweise getestet. leider habe ich hier nur artikel mit 16% (bzw alt/neu-dezember wieder 19%). daher keine ahnung ob es auch korrekt funktioniert.
    Link:
    https://www.prestashop.com/forums/topic/560800-wie-kann-man-die-anzeige-des-mwst-satzes-beim-artikelpreis-einbauen/

    vorher
    image.png.df9ffcf96b1c7ad075976ce1c6d33199.png

     

    nachher
    image.png.3ab0898922fa5b161a8ff3eb18822429.png

     

    tb bleeding edge mit niara theme und aeuc-modul

    habe unter
    themes / niara / modules / advancedeucompliance / views / templates / hook / hookDisplayProductPriceBlock.tpl
    komplett hinzugefügt/kopiert und dann den abschnitt geändert

    alt

      {else}
        "aeuc_tax_label"
      {/if}>
        {$smartyVars.price.tax_str_i18n|escape:'htmlall'}
        </span>
      {/if}

    neu
     

      {else}
        "aeuc_tax_label"
      {/if}>
        {$smartyVars.price.tax_str_i18n|escape:'htmlall'}
                    {if {$product->tax_rate} <> 0}
                    <span class="aeuc_tax_label">{l s='('}{$product->tax_rate} {l s='%)'}</span>
                    {/if}
        </span>
      {/if}

     

  10. 2 hours ago, netamismb said:

    Yes, i have installed 3.10.2 which was working just fine until 2 days ago, when started to throw the error message. And now I have updated and installed 3.14.2 but is getting the same error.

    ahh, ok - i dont know - i have no problems
    is something changed, php or others?

    tryed debug mode?

×
×
  • Create New...