Jump to content
thirty bees forum

zen

Trusted Members
  • Posts

    438
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by zen

  1. Here is the last archive of TB installed for a new website for a friend.. it might not contain all modified modules likes currency and language.. but I have not much time to pack it again.. the may be to update github or make a new repo, but time goes fast, I'll try to do that this week. Enjoy, and please report bugs or fix them.
  2. Hello, I am still working and using this theme, it's fully compatible with last TB version, I just need time to update it on github or just give here a ZIP installable version. If you want to try, please PM me and I will give you an archive to test. If people can help we may be able to release it on a clean version for TB for everybody. ++
  3. zen

    Any news on Lesley?

    Hello 30knees I am always happy to work on this kind of things.. that is why I forged my own theme, and use it for myself and customers.. what do you need exactly ?
  4. Hello, This module : advanced top menu by presta module, used to work with ThirtyBees long time ago, but now it shows errors on front office only, back office is still usable. Here is the main error shown from TB vers 1.3.0 to 1.6.0 Unknown resource type 'module' in file vendor/smarty/smarty/libs/sysplugins/smarty_resource.php at line 110 Source file: vendor/smarty/smarty/libs/sysplugins/smarty_resource.php 91: "smarty_resource_{$type}_source", "smarty_resource_{$type}_timestamp", 92: "smarty_resource_{$type}_secure", "smarty_resource_{$type}_trusted" 93: ) 94: ); 95: // give it another try, now that the resource is registered properly 96: return self::load($smarty, $type); 97: } 98: } 99: // try streams 100: $_known_stream = stream_get_wrappers(); 101: if (in_array($type, $_known_stream)) { 102: // is known stream 103: if (is_object($smarty->security_policy)) { 104: $smarty->security_policy->isTrustedStream($type); 105: } 106: return $smarty->_cache[ 'resource_handlers' ][ $type ] = new Smarty_Internal_Resource_Stream(); 107: } 108: // TODO: try default_(template|config)_handler 109: // give up 110: throw new SmartyException("Unknown resource type '{$type}'"); 111: } 112: 113: /** 114: * extract resource_type and resource_name from template_resource and config_resource 115: * 116: * @note "C:/foo.tpl" was forced to file resource up till Smarty 3.1.3 (including). 117: * 118: * @param string $resource_name template_resource or config_resource to parse 119: * @param string $default_resource the default resource_type defined in $smarty 120: * I tried to fixed this, but I couldn't after quite some time spent on it.. Is there any anybod that got a way or advise to fix that please ? I for now just want to make it working in front office with PHP 7.4.X only.. v8.x will be handle later. Best Regards, Zen
  5. I do encounter problems with french emails translations.. when I delete the directory and click on update .. it downloads english themes translations/ templates on the mails/fr directory In order to get translated emails, I used an old website and export emails from there and upload it.
  6. Good to know..I hope to find the time soon to do that, I'll update it here when it's done. I am working on a new shop as well, and I did custom the theme for this purpose already.
  7. I make an override of Category class and it works fine, the parent::__construct() was in first position like you show on core file already. Now I noticed something : when on back office on a category edit page, you can upload images for MENU only if the module block categories is activated, it seems strange, is there any reason for that ?
  8. Thank you Datakick, I learned something, it's the first time that an override does not work, now I know how to handle it.
  9. Here is the file override/controllers/admin/AdminCategoriesController.php with a new filed 'short_description' before 'description'. AdminCategoriesController.php
  10. Simply try TB 1.6.0 version and create or edit a category, you will find a new field for additional_description that can be used in front page, to have 2 descriptions on category page, like a short and long one.. then you can manage that in your theme to suits your needs for SEO and design.
  11. Now on this version, like on many other website with different TB and PHP version I got this warning in Core Updater : Changed files config/smarty.config.inc.php modified
  12. I was suspecting something like this, but as the code is for PHP8 I didn't even try to change php version. Now I did update with coreupdater to bleeding edge 1.6.0 version and I create proper overrides.. and nothing happen, super strange 😞 😞 BUT for this case I don't need override anymore, as you did insert the additional_description for category as it has been done on Presta 8.x, well DONE !!
  13. I missed this thread.. if you still need advices or help don't hesitate to PM me.
  14. Yes indeed. I am used to make overrides and usually it works.. but here on this 1.5.1 version it's a real mystery.. as it does nothing different thant the core code except error if the code or syntax is wrong. Thank you for your interrest @yaniv14
  15. Hello, I did add a short_description field for each category in class and controller admin, it works instantly. Then I moved the code to do an override, after several hours it never worked.. I don't understand what is going on, as for products it works good with same technique overriding. The mystery remains 😞 TB version 1.5.1, on php 8 on a fresh install. Best regards.
  16. Hello innercode, here is the updated link for slack channel, you can join with your existing account. https://join.slack.com/t/thirtybees-groupe/shared_invite/zt-2jws3z0bm-2YNr2ZWgeiOIAhpxkj6xyQ
  17. Here is the channel invitation link : https://join.slack.com/t/thirtybees-groupe/shared_invite/zt-2hciw5edi-h5azl97iIA2SDhVNDdBNrw Welcome.
  18. Sorry for late reply, for now, I don't see anough people willing to be supporting the developpement and updates of this module, the Github is outdated yes.. I am trying now to find time enough to finish my new version of it and release it for Free on Github asap. I can, of course, give also paid support if you need custom code or some fixes for your own shop. I just fix some headers menu issues and the block layered module that you can check here : https://biovedique.fr/binders-and-binder-accessories
  19. It seems interesting, I am gonna dig this new service, they do translate their website in French as well.. so it mays have some contracts here already.
  20. Can you also try with Php 8.2 version ? the CLS seems to be taken car of.. can you also post the Profiling results ? 🙂
  21. You are right, that's why I forced it with a minimun width on description column and max-width on the quantity one.
  22. I setup the shop so you can actually test the order process up to the end, with the 3 steps only installed.
  23. It's strange.. as I already work on that and here what I got on this page with Firefox, what browser are you using and which size ?
  24. Hello, here is a updated demo version of Cisero theme (but same image for all products), it's on Bootstrap v5.3.3 latest stable release available, no payment is setup, so step 2 only can be reached in order steps. Also, I would like to update Jquery version for TB to latest v3.7.1.. I did try but it makes new notices in console for plugins and widgets to update too, seems like a long task to do. The site is still under construction but I would like to have your feedback so that I can put in place useful comments and keep on finishing this theme asap. https://biovedique.fr/ Best Regards, Zen
  25. Hello ThirtyBees Forum ! Here is a demo version of Cisero theme last version (but same image for all products), it's on Bootstrap v5.3.3 latest stable release available, no payment is setup, so step 2 only can be reached in order steps. Also, I would like to update Jquery version for TB to latest v3.7.1.. I did try but it makes new notices in console for plugins and widgets to update too, seems like a long task to do. The site is still under construction but I would like to have your feedback so that I can put in place useful comments and keep on finishing this theme asap. https://biovedique.fr/ Best Regards, Zen
×
×
  • Create New...