Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,950
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by wakabayashi

  1. @alwayspaws Sorry, I can't help you on this one. I have never worked with csv imports. To be honest you know much more about it than me. I believe that, Markus or Michael know the technical part.
  2. @yaniv14 said in Best theme for Thirty Bees: What I usually do, is creating a new theme based on duplication of community theme. How do you take care for changes, after you have duplicated?
  3. @baarssen said in How to edit the carrier of an existing order?: http://www.globosoftware.net/prestashop-modules/prestashop-order-management-module-edit-order/ I use thisone for almost 1 year. You can edit almost anything including the ordernumber etc. And yes it works on Thirtybees! Wow! Thats a great module, if it works as supposed. It's almost the thing I dream thirtybees to be. I love the "show & hide" column principale. Only the possibility to merge two orders do I miss.
  4. Yes it is! But actually this shouldn't prevent us, from using it. It's time to improve it. That's was general problem of ps. Many good ideas and functions, but too many bugs. I hope we can improve here. I have already reported some bugs: https://github.com/thirtybees/thirtybees/issues
  5. I just wanted to add: If you are thinking of ERP, yout try out advanced stock management. It offers some features, which I was looking for. Probably I will change it a bit for our needs and then I can live with it.
  6. Yeah, but I can't blame PhpStorm. I just duplicated tools.js long ago and made very little changes. Since then the core file changed a lot. I think that's a trouble many theme designer are facing.
  7. Damn! I had an tools.js file in my theme. It was basically an old PS File. This made all the errors :( No I deleted this file and it works again...
  8. Do you have any idea, why this error appear? Are you using 1.0.3? I believe tools.js file is making the trouble :S
  9. Probably this problem did not come from the new currencies, but from the upgrade (1.0.1 => 1.0.3), I made some days ago!? // @since 1.0.2 Media::addJsDef(['currencyModes' => Currency::getModes()]);
  10. Hello there Is anybody of you using multiple currencies? I just added a few new curriences (Euro, Dollar and Pounds). Since then I can't create any orders in backoffice. It doesn't find the products trough Ajax. Firefox Console: TypeError: window.currencyModes is undefined Any idea? Please tell me if you have same issue...
  11. @bzndk oh ok. Thanks for the info! Will have to see, how it works on different machines...
  12. Module is on! Where can I see how much CPU it takes in Windows 10? In Task Manager I can only find CPU Usage for Chrome in general :S
  13. @jnje said in Multi-Shop Struktur: Wo jeder Shop primär seine eigene Produkte hat davon ca. 20% - 25% der Produkte sich teilen. Das ist zwar theoretisch möglich, aber du wirst über einige Bugs stolpern. Dann nicht verzweifeln, einfach melden! Hier bei thirty beees kümmert man sich noch um gemeldete Bugs :)
  14. Could find a solution. This does the trick: $helper->table = 'genzo_link'; $helper->id = $id_genzo_link; $helper->identifier = 'id_genzo_link';
  15. In my helperForm I want to use the inbuilt shop selector. The select tree shows up, but I can't manage to set up the tplvars correctly. Strangely it doesn't matter what I put under 'name' (blabla). The checkboxes always have the name "checkBoxShopAssoconfiguration". ``` if (Shop::isFeatureActive()) { $inputs[] = array( 'type' => 'shop', 'label' => $this->l('Shop association:'), 'name' => 'blabla', ); } $fields_form = array( 'form' => array( 'legend' => array( 'title' => ('Add Link'), 'icon' => 'icon-cogs' ), 'input' => $inputs, 'submit' => array( 'title' => ('Update'), 'class' => 'btn btn-default pull-right' ) ) ); $helper = new HelperForm(); $helper->submit_action = 'saveLink'; $helper->default_form_language = $this->context->language->id; $helper->currentIndex = $this->context->link->getAdminLink('AdminModules', false) . '&configure=' . $this->name .'&module_name=' . $this->name; $helper->token = Tools::getAdminTokenLite('AdminModules'); $vars['blabla'][3] = 0; $helper->tpl_vars = array( 'fields_value' => $vars, 'languages' => $this->context->controller->getLanguages(), 'id_language' => $this->context->language->id, ); ``` How do I need to set up tpl_vars, so that only the shops with an entry are selected? Let's say I have 3 shops and only in the first two shops is an entry. I thought, I have to do like this: $vars['blabla'][1] = 1; $vars['blabla'][2] = 1; $vars['blabla'][3] = 0; That's the way I do for lang fields, but this is not working. It selects always all 3 shops. Thanks for your help! If something is unclear, please tell me where you need better explanation.
  16. The cleaner way would be to change AdminOrdersController.php around line 495...
  17. Dirty try: delete all email templates or rename them. I think the tmeplate is intransit.html and intransit.txt PS: I agree that this should be optional...
  18. Yes I can confirm, that an e-mail is sent, when you add the tracking number. We use this feature :) love it :yum:
  19. I am quite sure that the module will be compatible for 1.0.x. I can't see any reason, why it shouldn't be. Michael was working on it, but then he was little bit distracted with some personal stuff (non tb related). But now he is coding again :thumbsup_tone1: My tip: while you are wating for ES module, prepare for christmas sales ;) :D
  20. Oh you need to use different comment styles... ``` // one line comment in php /* multline comment in css and php */ {* multine comment in smarty (tpl-files) *} ``` You will find a lot of examples in google :)
  21. Oh I am dumb. You can fix it. Add this to your global.css div#tl_popupCL1 { z-index: 100!important; } Yes always make backups. When I change files. I always start with comments like: // Changes Alwayspaws ... That way you will find your fixes very fast in your files...
  22. If the update overrides this files. Yeah then you will have to re do it. I have no idea, why this hover is working so badly. Strangely i can see a z-index=0 :S but you can't change this :( Another fix is needed.
  23. Maybe this is a module. Do you have a module installed, which is named like "footer links" or something like this?
  24. @alwayspaws you are welcome. We all want to have a lot of visitors. Buyers are even better :D But ecommerce is a hard game.
×
×
  • Create New...