Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,027
  • Joined

  • Last visited

  • Days Won

    175

Everything posted by wakabayashi

  1. There is no official release of 1.0.4... You can find a RC version on github: https://github.com/thirtybees/thirtybees/releases Why there are not many issues? Can have different reasons. TB would be grateful, if more people test the core & modules. Afterwards it's important to report the bugs in a clear way for the devs.
  2. Yeah I understood the problem, right now. I will do it as proposed from you. Thx ;)
  3. I just tried to import the old reviews from product_comments module. The import worked, but I face this issue, when I try to approve the reviews: RevwsReview->email is empty.
  4. Oh I am not sure about that. Probably this is just using the html video player inbuilt by the browser you use. So the behaviour will be different between browsers...
  5. Sorry I dont get, what you are talking about. What kind of video player is this?
  6. Sorry I was very busy last days... Did already somebody translate it to german?
  7. Nope. I triet that back then. Couldn't make it work 100% cleanly. I have no idea about 1.5. I startet PS development with 1.6...
  8. Oh maybe you need to switch off the settings for "Disable non thirty bees modules". You find this under performance->debug.
  9. @FooLab you are right. But week for week there are new live shops with tb :)
  10. @davidp said in 1.0.4 soon?: I see there's blog posts going up about migrating from Magento to Thirty Bees, migrating to Thirty Bees with support and now new crowdfunding stuff. Also I've been offered help with omnipay payment methods stuff (which I appreciate) but don't you think for the benefit of all that you concentrate on getting 1.0.4 released before looking at these other side projects? There's a lot of people want to go to 1.0.4 via the updater and I suspect a lot of them are holding off doing a migrate until this is out given that 1.0.4 is going to be such a big update from 1.0.3. By crowdfunding some new stuff you're taking your time away from the core product. Please don't turn into Prestashop with the 'well the core's broken but here's some new sparkly stuff', that's the reason a lot of people are leaving PS in the first place! The question is: What is broken and what is not? I dont see too many real bug reports, which are open for now. The most of them are from me (on github) and they are about multistore and advanced stock management. You may be right, that many people are waiting for 1.0.4. But are these people also testing the beta? I guess more feedback would not only help, but also motivate the devs...
  11. @datakick @nickon Yeah, if you want reviews, you have to ask them by email. There is no doubt about it. But as a merchants you also have to be careful, that you don't upset your own customers. I for myself would never send more than one email per order, where I ask for a review. I even wondered, if we should give a customer the option, to disable this kind of email notification? I have no idea, if there is any time left for this option. But my experience with newsletters tell me, that it could be an important function...
  12. That's a really interesting question! I would also like to know the answer. I once had the feeling that statistics for best sales, doesn't work anymore. But it's long ago I looked at it.
  13. Its very hard, to find the reasons for better/worse results in SEO, Bounce Rates and so on. I would guess, that it's the better speed. Especially when you talk about Bounce Rate...
  14. @datakick thx a lot! you are a hard worker ;) Don't worry about the thumb feature. It's really not that important. I just wondered, if its a bug or not yet done. Keep Going ;)
  15. @vincentdenkspel It dosen't occur here. But I wonder, if there is any functionality behind. Thumbs go away, but I dont see any stats or something...
  16. I move this topic no to the tipps section ;)
  17. @datakick you are right. the gmail emails were in the spam folder. The others maybe blocked completly. It's a very interesting idea with the email automation. I am not sure, what already exists. I can find "mailchimp", "mail alerts" and "mail hook" module. Mail chimp is clear, but not sure, what the other two are doing.
  18. @datakick I have changed the email in your backoffice to mine. I still got no emails... I tried it even with two different mail addresses. I have changed it now back to yours email again. Btw my logs are empty...
  19. Does the email notification work for you? I don't get any admin emails, when I review is added... Normal order email is coming, so can't be an server issue.
  20. Cool!
  21. Ok nice! have you checked, if no email is going out?
  22. Can you please show me the error or your code. I cant solve it otherwise.
  23. Sorry forget my answer before... Change this: if (@Mail::Send( (int) $order->id_lang, 'in_transit', Mail::l('Package in transit', (int) $order->id_lang), $templateVars, $customer->email, $customer->firstname.' '.$customer->lastname, null, null, null, null, _PS_MAIL_DIR_, true, (int) $order->id_shop )) { Hook::exec('actionAdminOrdersTrackingNumberUpdate', ['order' => $order, 'customer' => $customer, 'carrier' => $carrier], null, false, true, false, $order->id_shop); Tools::redirectAdmin(static::$currentIndex.'&id_order='.$order->id.'&vieworder&conf=4&token='.$this->token); } else { $this->errors[] = Tools::displayError('An error occurred while sending an email to the customer.'); } To: Hook::exec('actionAdminOrdersTrackingNumberUpdate', ['order' => $order, 'customer' => $customer, 'carrier' => $carrier], null, false, true, false, $order->id_shop); Tools::redirectAdmin(static::$currentIndex.'&id_order='.$order->id.'&vieworder&conf=4&token='.$this->token); I have tried this solution. So please test it out!
  24. Maybe this topic is intresting for you too: https://forum.thirtybees.com/topic/1381/brainstorming-handling-orders-in-bo/20 I am talking a bit about emails too.
  25. You need to modify the if (@Mail::Send) a bit. if you want to get clean code answer, you shouldn't add the code by screenshot...
×
×
  • Create New...