Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by wakabayashi

  1. About a year ago I was investing a lot of hours for a mautic module (with API in both directions). But later on I decided to do everything inside tb. What are you trying to achieve?
  2. Thats acutally a big problem in multiple areas of a shop system. What is the software supposed to do? IMO that's far from obvious in the return scenario. As every merchant should have an efficient way, to handle such returns. It's now multiple weeks ago, since I tested this things. So I don't remember the details anymore. Now it's also christmas sales, so I don't have time to look at it again. I can just propose, that every merchant post his idea/keypoints of a "perfect" return handling. For me the following points are important: The stock must be corrected (in asm we have different types of stock) The payment needs to be adjusted (probably the job of the payment module) I need to understand the history of an order. The customer needs to have clean history of an order as well. For big shops stats like "How high is your return quote" or "How does your return quote change over time" would be relevant too.
  3. So ist es... Du brauchst nicht mit bezahlt zu arbeiten, um eine Rechnung zu generieren. Folgendes sollte auch funktionieren:
  4. Release of 2.0.0 I have just released the version 2.0.0 Krona: https://github.com/eschiendorfer/genzo_krona/releases End of community support I decided, that it is time to step down with this module. In the last few weeks I invested more than 100 hours to improve/rewrite this module. I tried to implement as many features, as were wished in this forum. This ended in the fact, that 90% of the time invested time is useless for myself, since I don't use this features. That would only make some sense, if this module helps thirty bees to grow. Unfortunately this isn't the case. Neither is the module used, nor was the new version tested. The module must be so useless, that merchants don't find time to invest 30 minutes to play a bit around. That's quite frustrating after investing such an amount of time. That's why, I won't consider any feature request in the future from the community (beside from @SLiCK_303). I will only look at clear written bug reports. In general: don't be surprised, if my forum time will drop a lot. I will use this time, to reconsider every aspect of my own shop. Please don't ask for any free tb support trough private messages. I won't do it anymore and I won't even respond to such messages. There are professional devs, who need to make their living too 😉
  5. Thanks for you answer. I didn't know that, but I am not sure, if it solves my issue. Thinking of Krona, I want the option that coupons aren't applied together. I give 10% Coupons. Imagine a customer collects 10 of them and "buys" the whole shop 🤨 Does it mean: During coupon creation I should add all coupons to the restriction and all coupons created after, will also be restricted?
  6. I don't have too much experience with cart rules. Is it not possible, to define, that a coupon can only be applied alone? I don't wanna have multiple coupons applied. I understand that the BO offers such a function, but either I don't get it right or the design is really strange. If I want to achieve the goal above, I have to select all coupons? What if I later add more coupons?
  7. I haven't got any feedback from merchants... It seems, that there is no really interests in this module. Here is the newest beta, which will be v.2.0.0, if there is feedback/bug reports. genzo_krona-beta2.zip
  8. I don't think, that the still develop this module...
  9. As I can see you are now testing chex module, which is a good thing ofc. If there are still issues, they could be related to your payment module...
  10. Is this installation available for us? Could I have access to the BO?
  11. I doubt there needs to be made any chmod changes... The issue seems to be in the usage of Link Class. It's used to generate a product link probably but there is no valid product object.... Btw have you deleted any products or so? :S
  12. Turn overrides and external modules off and try again. If it works, you can go deeper into the issue. To have this error message on customer creation is really strange... You should also give information where Link class is used. This info should be in stack track.
  13. I can handle it myself. But my expierence shows, that many merchants need such a page builder.
  14. What is upscarrier.php on these lines? The length of price_float and shippingCoasFloat are quite impressive...
  15. @Pedalman thats a huge improvement It shows how critical checkout is. Every merchant should care about it and this module is the easiest way to do it...
  16. Oh ok, didn't know this things. I thought inbuilt php functions would be pretty good ^^
  17. I just used google 😂 and translated some cryptical russians letter to german But seriously: browser extension are sometimes really dirty...
  18. VK seems to be some russian social network. Maybe you have a browser extension running, that adds this shit!?
  19. Hello Thanks for your work! Could you tell us what you changed and what does it fix?
  20. You need to override the function assignCategory() in ProductController.php Change $path = Tools::getPath($this->category->id, $this->product->name, true); to $path = Tools::getPath($this->category->id, '', false);
  21. Du bisch ja Schwizer Should be $voh_path = str_replace("blue-door.ch/s2t", "visionofhemp.ch/shop5", ($this->protocol_content.Tools::getMediaServer($uriPath).$uriPath)); return $voh_path;
  22. @dynambee as it brought collision down rate down, there seems to be a point in it. From a logical stand point, it doesn't make sense to me. But I have to admit, that I am not a pro in statiscal methods. In general I could not imagine a better way, than doing once rand() and check, if its unique. If the collision rate is exceptional high, it indicates, that this is not really a normal distribution. But as you say since php 7.1 is fine, why dont you just use it then? If you are below PHP 7.1 you can go with mt_rand() direct!?
  23. Before looking into the code. Are you sure this is needed? We have excat the same multistore setup as you. But the images aren't stored multiple times. They are just reachable with multiple domains...
  24. Haha learnt something about stats here 💪 Thats interesting 🙂 @dynambee what was actually your idea behind the multiplication of two numbers? In my naive way of thinking, I would just create a random number and check if it's already exits. If it does I redo the process until I got a new unique number. As far as I see, thats also @datakick way of doing it. @datakick is the needed Db::getInstance relevant in this case? I always wonder, how much such a query affect the speed. Lesley once told me, that when trying to improve speed an a site, one should try to reduce DB queries where possible.
  25. Why don't you think it could work? It uses the well known hookDisplayShoppingCartFooter. Technically it just converts loyalty points into a coupon and applies the coupon.
×
×
  • Create New...