Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,011
  • Joined

  • Last visited

  • Days Won

    168

Everything posted by wakabayashi

  1. Your code is not correct... Try this: ``` <?php class AdminOrdersController extends AdminOrdersControllerCore { public function __construct() { parent::__construct(); $this->fields_list['invoice_number'] = array( 'title' => $this->l('invoice'), 'align' => 'text-center', 'class' => 'fixed-width-xs' ); $this->fields_list['postcode'] = array( 'title' => $this->l('Postcode'), 'align' => 'text-center', 'class' => 'fixed-width-xs' ); } } ```
  2. You should also consider, to set debug mode on.
  3. oh :( have you deleted the cache?
  4. I have had problems with full page cache too. For now I have deactivated it too. I have reported this issue some months ago: https://github.com/thirtybees/thirtybees/issues/382 Michael has provided some fixes. Maybe you should try them out. I would be interested to know, if they worked out for you!
  5. Did you mark the hooks from the modules as dynamic? You have to click on the hooks, so they get green. What do you mean with mobile page? Is it just a responsive design or a real mobile page?
  6. @datakick Man you are great! I tested it for some minutes. Editing and commenting worked well for me. Also I used a criteria for just one category, it worked correctly! Love it. I think, mainly the email notification is now missing. :sunglasses: Btw I see, that reviews are shared between shops. I don't know, if it's by chance or if you thought about it. It's very good like that. Please don't change it :D
  7. No problem ;) I just answer such things, so Michael and Lesley can focus on bug reports and stuff. But it's just my opinion, not an official statement :)
  8. <br /> <b>Notice</b>: ob_end_clean(): failed to delete buffer. No buffer to delete in <b>/var/www/vhosts/spielezar.ch/genzo.ch/modules/revws/controllers/admin/AdminRevwsBackendController.php</b> on line <b>94</b><br /> {"success":true,"result":{"products":{"1712":"1,2,3... ganz viele!","1001":"101 here it goes and on with products..."}}}
  9. @datakick I am not sure, where to look exactly!? My console is empty. Under Network I have ajax.php, but this seems to be the push notification from tb.
  10. Hey stephanie Nice idea! But I wouldn't expect this to happen soon, since this forum/chat software is not a developed by tb. Maybe the real developer will improve it someday...
  11. @datakick said in I'm going to create a free module: @wakabayashi said in I'm going to create a free module: @datakick when I click save on settings I get: Failed to update settings when I reload it says: failed to load data. But in fact I believe it works. I use mulitstore and TB 1.0.3 That's weird. Do you have debug mode enabled, by any chance? There may be some php warning/debug/info message emitted into json response, and thus making it not parsable on javascript side. Could you look into network tab in console, and see what is returned by server during ajax call? @datakick after deactivating debug mode, it works fine ;)
  12. @ssimard is the "auteurs" thing a module? Did you develop it by yourself? This site is a great example!
  13. @zimmer-media I don't even use this module... So you could be right, that it comes from there!
  14. I don't have this problem. But I use a highly customized checkout, that's why I can't speak for any default solution. In my case customer don't see any payment method, if he isn't logged in. (We don't allow guest checkouts anymore)
  15. I use a PS module to integrate Tag Manager... It comes with files to import: https://addons.prestashop.com/de/analysen-statistiken/27146-premium-google-tag-manager.html With retargeting I still have problems, but the rest (especially conversion tracking in Adwords) is working for me...
  16. Btw: if you are interested to have a german translation. I could do it for you!
  17. @datakick when I click save on settings I get: Failed to update settings when I reload it says: failed to load data. But in fact I believe it works. I use mulitstore and TB 1.0.3
  18. @Anima Why dont you hire a dev, if its only about a module? Many modules of prestashop work anyway out of the box and don't need any change...
  19. I was just on the Bazaar site. I wonder, what can be expected from something like this: https://www.modulebazaar.com/10-hours-development-services-prestashop.html :O
  20. @datakick oh that looks very clean :) I hope find time to test it a little bit tonight ;)
  21. The module is not working with multistore. It has some bugs, which weren't easy to locate. I tried it multiple hours, so as @Nemo and @mdekker. Not sure, what the plan is for this module...
  22. Thanks for the answers. The longer I think about it, I doubt more, what is better :D Somehow I dream for perfect reviews. User will take time, rate different criterias, write a nice text. But probably I have too high expectations. Probably I have to be happy, if I just get some quick dirty reviews...
  23. That's how one of the most popular website in switzerland is doing it: https://www.digitec.ch/en/s1/product/ratings/jamo-s426-hcs-3-heimkino-system-50-channel-set-black-ash-hi-fi-home-cinema-speakers-266385?tagIds=538-588#rating
  24. @datakick will it be possible to define criterias? Or is there just one single rating? If you plan different criterias, I wish that this can be set up depending on a category of the product. Maybe this sounds very confusing. Let me make an example: If you have a store, where you sell clothes & candies. For the clothes you wanna ask things like "How well did it fit your body?" or "Material quality". For candies you may ask "How did you like the taste?".
  25. Amazing! Thanks a lot, for the time you put into this!
×
×
  • Create New...