Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,356
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by 30knees

  1. @BeetaIs your order tracking information being sent to Amazon with the involic module? Mine isn't. Edit 1: I also see now why the error was thrown. Orders don't have shipment information (price, weight, method) assigned to them when they're imported. That may have been because I didn't define a method (as proper shipment method mapping isn't supported yet). I've now defined a method and let's see. I'll update here.
  2. I'm also using the involic one now. Setup was quick and easy. A couple of problems (I've contacted involic but they've not replied yet): It imported a bunch of old orders even though they had the status 'shipped'. It seems to have been a one-time thing. The orders that get imported throw an exception when I try to generate DHL shipments from them. I think some order status is missing from some tables: the orders also aren't being picked up by my warehouse order pick module, which relies on the order status. This is the error: Property OrderCarrier->id_order is empty in file classes/ObjectModel.php at line 1095 Source file: classes/ObjectModel.php 1076: * @throws PrestaShopException 1077: * 1078: * @since 1.0.0 1079: * @version 1.0.0 Initial version 1080: */ 1081: public function validateFields($die = true, $errorReturn = false) 1082: { 1083: foreach ($this->def['fields'] as $field => $data) { 1084: if (!empty($data['lang'])) { 1085: continue; 1086: } 1087: 1088: if (is_array($this->update_fields) && empty($this->update_fields[$field]) && isset($this->def['fields'][$field]['shop']) && $this->def['fields'][$field]['shop']) { 1089: continue; 1090: } 1091: 1092: $message = $this->validateField($field, $this->$field); 1093: if ($message !== true) { 1094: if ($die) { 1095: throw new PrestaShopException($message); 1096: } 1097: 1098: return $errorReturn ? $message : false; 1099: } 1100: } 1101: 1102: return true; 1103: } 1104: 1105: /**
  3. No work around, unfortunately. It's the way the module connects to Amazon. That method isn't supported anymore.
  4. Has anybody else's Amazon Marketplace module stopped importing orders because of MWS deprecation and the module not being updated anymore? My Prestalia module is now non-functioning because of that. The error I get is: {"status":"Developer is blocked from making calls for the MWS section Orders as part of MWS Deprecation process"} Any recommendations for an Amazon Marktplace module that still works with thirtybees?
  5. Shopify also has it: https://help.shopify.com/en/manual/your-account/legal/pricing-indication-directive It's just crazy how thirtybees basically says:
  6. Currently, it looks like @Smileand @datakickwill maintain the software. But you're on your own for any further requirements that aren't in the core. If you develop yourself and are happy to develop/maintain modules, you're probably good with tb. If you need external help with modules and what the core offers isn't sufficient, you may be better of looking elsewhere.
  7. Shopware definitely has: https://www.shopware.com/en/news/shopware-6-release-news-april-2022
  8. I searched for "shop software omnibus directive" and found: https://codecanyon.net/item/omniprice-prestashop-omnibus-directive-compatibility-module/37331365 (might even work with tb, it's PS 1.6 compatible! I'll check it out.) https://www.zemeilleur.com/omniprice-module-de-compatibilite-prestashop-omnibus-directive/ https://cl.wordpress.org/plugins/omnibus-for-woocommerce/ https://www.wpdesk.net/products/wp-desk-omnibus/
  9. I'm also curious. I just did a quick search and found plugins for WooCommerce and Prestashop. Shopware was blogged about it, so I'd assume (hope) they support it. I'm curious how Shopify will deal with this. I guess we'll see more and more support in the next days and weeks. I'll post if I stumble across anything.
  10. Not every page gets fined, of course. (And note: You don't need a cookie banner if the cookies are technically necessary. There's also not too much that is "GDPR" required that's customer facing beyond a proper privacy policy.) Here's information on the Abmahnung: https://en.wikipedia.org/wiki/Abmahnung
  11. No, it's not clearly designed for brick and mortar shops. A number of the recitals indicate the digital nature, such as this one: That being said, I think it's very dangerous and not very conducive for thirtybees's success in the EU to ignore legal requirements because they're difficult to implement. I do appreciate the technical challenge you face and I also very much see that such legislation makes it harder for smaller providers like thirtybees to succeed. Still, merchants have to comply with the law.
  12. It's going to be interesting to see how big merchants will deal with this and show the price history.
  13. In Germany there are specialized organizations that look for legal mistakes and have the right to "fine" (Abmahnung in German). They don't mind going after small merchants.
  14. And just a reminder on this. You still need to explain how you verify, though. So it's not as easy as having the logo.
  15. May 28 is the date this is becoming law. Any plans on this for thirtybees?
  16. Checked but couldn't find, so maybe it really is the module.
  17. In case anyone is also using the Panda theme and hosts fonts locally. Where do I place fonts to host them locally? I followed this post https://www.sunnytoo.com/forums/topic/loading-google-fonts-locally#post-20113 to get fonts locally hosted. Because of the post, I originally placed the fonts in /fonts/ but that didn't work, so I moved them to /themes/panda/fonts and the respective folder (/eot/ /ttf/ etc) but that also didn't work.
  18. Nope, I'm not using the module. Sorry.
  19. Yeah, that's true with the download. 😕 Have you tried contacting them directly? Interesting with WooCommerce. It's supposed to run well for larger shops, too, at least according to their 'success stories'. Lots of larger merchants use WooCommerce. How did it fare independently of performance, ie plugins, management, etc.?
  20. You may want to try this module: https://www.prestashop.com/forums/topic/47173-module-list-of-customer-out-of-stock-registrations/page/2/?tab=comments#comment-3277907
  21. Working again. Bizarre how DHL doesn't have anybody maintaining / monitoring their systems (I guess) over the weekend. The system was down since Saturday at least.
  22. Their tech support is unaware of any issues and they also said they're not aware that they retired WSDL. Will post back once resolved / if there's more information.
×
×
  • Create New...