-
Posts
1,990 -
Joined
-
Last visited
-
Days Won
164
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by wakabayashi
-
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.
-
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
-
Customer's address will not save for checkout
wakabayashi replied to Joint Systems's topic in English
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? -
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?
-
I believe, you try too hard on a simple topic. Why not just higher order reference? As far as I understand people don't want it, because competitors could read something from it. I really dont understand what this something should be. Especially as you are selling products in a range of 5$ and 5000$. In my module orderrefnum from Madman I can also define a value, on how much these number should rise. So you could set it there to "13" and pretend you sell 13 times as much as you really do.
-
Funny: I just noticed now by chance, how it happens in our case. When you add a new product to an order, which already has an invoice. The already created invoice is selected and all is fine. The problem arises, if you immediately add a second product. The invoice isn't selected anymore and is not even selectable... Workaround: If you refresh the order after you added the first product, then you can add the second product...
-
@datakick is right. Multiple invoices can arise on order edits. It happens here too, from time to time. I am not totally sure, but maybe it happens as well, when some of your products are out of stock and others are not. (We only allow to order when the product is in stock)
-
Way to do email translation for Order Return email?
wakabayashi replied to x97wehner's topic in English
can you show a screenshot of the email that is going out? Maybe it's hardcoded 😮 -
Way to do email translation for Order Return email?
wakabayashi replied to x97wehner's topic in English
I dont know about BO. I always edit the emails in the theme folder with a code editor. I guess you are looking for the order_return_state email template. -
E-mail field TLD validation not working after update to 1.1.0
wakabayashi replied to DorkV89's question in Bug Reports
As far as I understand. He doesn't like that an email address without a "." is accepted. -
Yes thats my fault. I will look at it and improve it for 2.0 version.
-
It's the same with bundles... That forced me to develop an own erp module, so we can handle stocks. In our case we sell the bundles now as normal products. But thats no option for you ofc. And anyway it should just be possible. This feature request is really on my top 3.
-
You can find all alias in hook_alias table. I tend, to use the hook name that is also executed in the php classes.
-
@vincentdenkspel ah sure, there it makes sense. 🙂 But I won't add an affiliate system for now. It's kind of similair to referral and the referral already takes (too) much time to implement.
-
Looking again at the posts here and thinking conccrete about it, I think this doesn't fit in the module. All loyalty poitns are turned into vouchers our expiring. Do you really want to make a bank transfer and give them money back?
-
"NEW" Badge on new items -- Where is the date stored?
wakabayashi replied to dynambee's question in Technical help
It is the date_add. But products are a bit messy IMO. I believe you neee to change it in product_shop table too. -
@Occam I can only find tests/golden_files/db_schema.sql. Is this the file you meant? This file looks correct to me. But obviously there shouldn't be an id_lang and an name column in @lixotuka table. No idea how it got there :S
- 20 replies
-
I dont use any of this modules, so I can't say anything. I hope, that somebody else is using this and can say something.
-
Have you checked your browser console?
-
@30knees you are welcome. Btw this is not a tb issue. The module would also not work on prestashop (at least not 1.6). The fact, that nobody reports, shows, that it isn't used a lot from ps merchants. As far as I can see they don't even have a topic there in the forum...
-
Ok I played a bit around. I am still on 3.1.0. So I tried to update (on testshop ofc). It failed. Not sure where exactly as the error message from tb was somehow missleading. I also tried to uninstall the module and then reinstall complete. Of course it says it's sucessful. But actually as I expected there is no mol_countries table. In Short: This module is broken in both ways - update and clean install! If you have a working version stick on it.
-
I believe the quality of this module went down, since it's no more maintained by Martijn and Michael: https://github.com/mollie/PrestaShop/commit/fb5bd9f287bae5d393a934c21e9244d9d30daa70#diff-a50a9e2177492d1e4d64e6d84a7f8ceb Here is the update, where it should happen. There arise multiple questions to me: Why is the prefix mol and not mollie (as mollie_payments table)? Why is the mol_countries not in the installer sql? Why was the table still not added, since you both upgraded? Well since I anway want to leave from mollie, I won't fix any of this ofc.
-
Is the module just broken? What table should mol_country be? I have never heard of that... I also can't see it in the sql installer of mollie: https://github.com/mollie/PrestaShop/blob/master/sql/install.php
-
Question: Admin ShortCodes? BaseURL for static pages or TB Blog URLs?
wakabayashi replied to Acer's question in Technical help
@Theo Right now it's not possible. But you are right, that it's hard to maintain links like that. For our own shop I have created a little Shortcode System. Which replaces links in FO like [link blog="12"] or [link product="34"]. But this won't work on other system as it depends on blog module for example.- 12 replies
-
- basurl
- 30bz blog static urls
-
(and 1 more)
Tagged with:
-
Question: Admin ShortCodes? BaseURL for static pages or TB Blog URLs?
wakabayashi replied to Acer's question in Technical help
I dont think this will work anywhere in the BO. TB has no such Shortcode System...- 12 replies
-
- basurl
- 30bz blog static urls
-
(and 1 more)
Tagged with: