Jump to content
thirty bees forum

DRMasterChief

Trusted Members
  • Posts

    674
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by DRMasterChief

  1. Configuring and administering mail servers is one of the most difficult. dedicated servers require extensive knowledge and constant testing and monitoring, the security requirements for servers on the internet are huge, it can be almost a full-time job to administer them. there are powerful offers for VM servers, the prices are more attractive for the same computing power and take the burden off you so that you can take care of your business. maybe that would be an idea. just my 50 cents on the side. good that it is now solved.
  2. Thank you for your contributions. The regulation does not only exist in Germany, but is EU-wide, like the GDPR. With GPSR, it will probably be the case that you can also issue warnings in other countries, because the regulations apply in all EU countries. There are other drastic regulations in it, just look for the regulation on unsafe products, recalls and liability (this never expires). @the.rampage.rado the situation was as you describe it until now. That will be different from December 13th, a simple link to the information or safety instructions will no longer be permitted from then on. And safety and warning instructions can be quite long depending on the product, so it is often not just a small note. That is exactly the reason why I want to put it in a separate tab away from the product description. @datakick thanks for the explanation. I would have really liked that, because I could use it with a tool that is already on board. I would like to avoid a mini-file as an attachment, I think that would make the database much bigger with something that is never needed. So that would really be an abuse that could be detrimental to performance. Last question for the developers/programmers: would it be possible to 'copy' the standard tab and everything that goes with it, including in the back office etc.? But that is exactly what a module does, right?
  3. Hej @30knees yes, exactly ๐Ÿ’ฅ i already use the usual tab for the product description, of course. The additional information according to GPSR should be clearly visible, but not lost in a long body of text. So my idea would be to have a separate tab for this, with the manufacturer's information. We'll see whether I write warnings in there too (or directly in the product description). Some things are still a little open in GPSR and the case law will show whether a separate tab 'can be used' for this. We do not use a manufacturer classification in our shop, so no manufacturers are visible and therefore I will state it for each product. I found these two modules, but I would really like to implement it WITHOUT a module: https://www.inno-mods.io/prestashop-modules/custom-product-tabs/ (should work with tb but not sure) https://mypresta.eu/modules/front-office-features/product-extra-tabs-pro.html
  4. Hi, for example: product 1 // product information tab: nice lightweight sneaker in yellow color and bla bla... // new tab no.2: contact for further details mister X. Warning! choking hazard, don't eat the shoelaces. product 2 // product information tab: big candle which can burn down your house and bla bla... // new tab no.2: contact for further details mister Z. not suitable for children under 3 years ...do you need the same tab to be visible per product, or per category - no ...you want every product to have separate 'unique' tab - yes ๐Ÿ™‚ ...Do you need manufacturer association? - no we do not use manufacturer and no warehouse management in thirtybees
  5. @Yabber i already use the functionality, for the product description as usual. I dont think that i have a special thing in this case? Please see the content, it says 3 tabs (1. is description, 2. is attachment, 3. is customization). We do not use customization, this is just to test it. I really need a solution to 'clone' the 1. tab or modify the 2. so there is no need to attach a file in BO.
  6. Maybe it is possible to change this mandatory field for 'file' upload in BO to non-mandatory anyhow? @datakick can advise? Or is it possible to copy the actual product-information tab (and rename it) and put it into the theme file? I am not a coder, but will try everything in test shop and already have done a lot of things for my own but i need a little help.
  7. thank, but i think this points not directly to our needs. You have had a similar questions, do you found any answer? (Additional tab module recommendation? - Module help - thirty bees forum)
  8. Hi, thank you for the advise with additional tab module. Is there a simple / native one? I honestly do not want to have much modules, this is the reason why i try to get done everything without module if possible. We do not use the standard theme and so i dont want to risk any errors with modules. The thing is, that we definitely WILL NOT attach as a pdf. There is a new regulation in EU named GPSR (product safety regulation) and we are forced to give this information as simple text near other description.
  9. Hello, i want to use the field/tab 'attachments' in the product site, but without an attached file. I can create this as usual in BO but to attach a file there is mandatory. We will use this tab for further product information and safety warnings, but we have to give this in plain text form, we do not need an attached file. How can we change this? There is the following in global.css, can we modify here or anything else? {if isset($features) && $features} <!-- Data sheet <section class="page-product-box"> <h3 class="page-product-heading">{l s='Data sheet'}</h3> <table class="table-data-sheet"> {foreach from=$features item=feature} <tr class="{cycle values="odd,even"}"> {if isset($feature.value)} <td>{$feature.name|escape:'html':'UTF-8'}</td> <td>{$feature.value|escape:'html':'UTF-8'}</td> {/if} </tr> {/foreach} </table> </section> <!--end Data sheet {/if} Or can we change this mandatory field for 'file' upload in BO to non-mandatory anyhow? What will be the best solution? thanks for your input ๐Ÿ‘
  10. Hi, try another timezone and/or country! You can change this later in Backoffice to the correct settings.
  11. Thanks for the explanation. So this is only important in the back office or for people with access to it. 'Normal' customers and visitors can't do anything with it?
  12. WTF? please explain. How can we solve this?
  13. ...there is a new module since 1.5.1 (i think), you have to use it! module is called: Mail via PHPmailer
  14. Great, hope this works with new version of the module. should there be 2 lines in robots.txt: Disallow: /blackholenew/ Disallow: /modules/blackholebots/blackholenew/
  15. Hello, is there any new information on this? Is it safe to delete [no_sync] in the file? We do not use IMAP or messaged via BO.
  16. Hi, please search for the mail templates (and for every language) and how to handle it, it is not that difficult but you have to do it maybe. It is necessary for you to know that. You can easily change and try the templates with an editor, if you will change something, e.g. this: HTML Editor - Online Web Content Composer (html5-editor.net)
  17. also 1.5.1 oder BleedingEdge (von Github oder รผber den CoreUpdater) ? Ich denke hier sind viel mehr Infos nรถtig als nur das.
  18. thank you @datakick i have Disallow: /*controller=trigger since the first day and honestly i do not have this crawled by Google, but it is an interesting thing for me.
  19. it is closed at Github right now, can anyone tell the solution here? thanks
  20. PLEASE tell all of us how you solved it, this is how an forum should work ๐Ÿ˜‰
  21. this is one of the questions about this... where can i find these logs?
  22. I use the module on tb 1.5.1 and it has hits every day. I get the message from the module about it by email. But I also get two emails for each hit with the information that there are new warnings in the log files. This is at the same time as the message from the module. Why is that?
  23. Hi, in any case of error 500 you have to turn on Debug Mode for the shop. Usually this is turned off. Copy the file you get with the error in BO then and you can read the problems then in plaintext. Some good descriptions to do so you can find for tb and also for PS via Google. I know there is a tb module for Stripe (use search function here in forum) which will work. A 3rd party thing should be always the last option and then the module developer is also responsible.
  24. ok, maybe i have to set up a new test ecosphere with tb 1.6 ๐Ÿ™‚ - i thought a short screenshot of this will help us all.
  25. Do you have an picture about this, please? I really want to see this details, as it is interesting for us since a long time and we did not get managed an solution.
ร—
ร—
  • Create New...