Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,011
  • Joined

  • Last visited

  • Days Won

    168

Everything posted by wakabayashi

  1. 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?
  2. 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?
  3. 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
  4. I don't think, that the still develop this module...
  5. 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...
  6. Is this installation available for us? Could I have access to the BO?
  7. 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
  8. 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.
  9. I can handle it myself. But my expierence shows, that many merchants need such a page builder.
  10. What is upscarrier.php on these lines? The length of price_float and shippingCoasFloat are quite impressive...
  11. @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...
  12. Oh ok, didn't know this things. I thought inbuilt php functions would be pretty good ^^
  13. I just used google ๐Ÿ˜‚ and translated some cryptical russians letter to german But seriously: browser extension are sometimes really dirty...
  14. VK seems to be some russian social network. Maybe you have a browser extension running, that adds this shit!?
  15. Hello Thanks for your work! Could you tell us what you changed and what does it fix?
  16. 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);
  17. 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;
  18. @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!?
  19. 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...
  20. 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.
  21. 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.
  22. If this is really important, to override the add method, is probably right idea. But I wonder if it works out as expected!? For a similair reason I have proposed this PR weeks ago: https://github.com/thirtybees/thirtybees/pull/1026. Maybe this is needed for the above as well.
  23. In the last weeks @SLiCK_303 and I have invested dozens of hours, to improve this module. He was my testing buddy (thanks!) and gave his opinion about the features. We have now a beta ready, that should be tested by other users. We can't test all possibilites ourself, as the module can be used in so many ways. Technically the module has got a huge rewrite... New in 2.0.0: Referral system Expire of loyalty points Conversion of loyalty points on checkout Editing player history Some few smaller things Who is ready to test? Make sure you only use this version on test installations... genzo_krona-beta1.zip
  24. I cant you help with your problem. I am using multistore as well and it doesn't make any problems in saving addresses... But in general it looks to me, that you have many issues, which shouldn't be in the core. Have you ever tried the things on a clean installation and check, if they are working there?
  25. Yeah you are right with the id_order. I forgot, that order volume can be derived from it. I am clearly in first group... But cant you just use a higher auto_increment value than 1?
ร—
ร—
  • Create New...