Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,952
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by wakabayashi

  1. Even if, I probably don't know the answer. I dont see any question in your post!?
  2. @CoffeeGuy Maybe you wanna take a look at my free module "Krona": https://forum.thirtybees.com/topic/1505/free-module-loyalty-points-genzo_krona
  3. We are now on 50%! Who joins and helps this great project to advance?
  4. I for myself don't use this CronJob module. Have you tried to set up the cron Urls directly in cPanel?
  5. As far as I remember they aren't really deleted. There is just a column, which says, that they are deleted. If you delete currencies from db, which were used before, that could make a lot of troubles.
  6. I tried today, to make this module also compatible with prestashop 1.6. I have to say, that it doesn't work... prestashop 1.6 doesn't support namespaces in ObjectModel. So there won't be a prestashop support. It would be a too big and bad rewrite.
  7. I am really surprised this things come up again. In the last weeks @mdekker invested a lot of time, to improve native modules. @Traumflug joined the team and is working on the updater. That was actually great news and shows that this project is active. I still wonder, what is so bad about 1.0.3, that people need 1.0.4 so much. If you feel more comfortable with PS 1.6, thats ok. It's your decision.
  8. @lukewood you shouldn't do it like that. That will surely break other things. Try better something like that: ``` cms #center_column ol, cms #center_column ul { list-style: circle; } ```
  9. @nickon I agree with your point in general, but not with the specific example of order deleting. It should be there, where the orders are handled... I don't know much about android, but I think the keyboard is a bit misleading. There are 1000 different keyboards you can use, so it makes a lot of sense to make it modular. But for other deleting thats just a function. Or do you want to delete products also in a module? But actually I think our opinions are almost the same ;) In general I am surprised, that so many people are waiting for 1.0.4 like it would be 2.0. What are you expecting from that version? What does not work out for you in 1.0.3, which does in 1.0.4?
  10. You can use all possible tb voucher options in my module. I would recommend you to test the module on test installation. Then you can test or play around without a risk.
  11. My module has no email support. But you can give a 5% voucher after a review was posted. It will directly be added to the customers account. Of course you could change the texts of revw email for your purpose.
  12. @nickon your point of view is interesting. About two things I am not sure. "Deleting an order" thats for me clearly a core thing. I really see no sense, to make a module for it. What do you mean with developers forum? We can discuss everything here?
  13. @rubben1985 said in Landing pages: I rode again your message. a CMS is not always just to legal or boring information. It can be used to show attractive information when your page is not only a 100% pure ecommerce. For example my web: https://www.lesielle.com/us/info/concentrated-custom-skin-care-actives I used a CMS to explain what are "actives" a part of my skin care concept. I agree! Nowdays content is so important, that you want to build nice looking landing pages quickly. (The content creation takes already enough time). Your example looks really good. Congrats! I still would love to see a shortcode system, which is supported by the core. Imagine you can insert this in your cms page: [teaser id_product=23] And it will just output a nice product ad. That way you can also make your content dynamic. The product is no more active? So just show an alternative.
  14. I would like to see an improvement in handling packs and stock. I have implemented something like that in our store. We often sell bundles, but since packs doesn't allow combinations, we save them as normal products. We calculate/sync the stock of all products with a cronjob. This is triggered every minute. If there are new entries in the DB it will calculate the stock. When a product is ordered, the module checks, if this product is a bundle or if this is an item of a bundle. If yes, the product will be added to the cron DB. Then the module just calculates the stock of the single items and afterwards refreshes the stock of the influenced bundles. Unfortunately the module was really developped for our needs and can't be published easily. But all in all it works great for us. So I guess, it's possible to do it in core as well.
  15. I have bought the module above. It wasn't long in use. I was never comfortable with it. But I agree it's an issue to make easy and nice looking landing pages. Since I know php, html and css I can handle it. From the backoffice you would need to go with the cms pages. Maybe a shortcode nodule could help you...
  16. Probably you mean thirty bees instead of "thirty years" :)
  17. I just released version 1.1. I added a little notification function. For this a db change was required. The update should handle this. When you switch the notification on. You can just add something like this to your theme: ``` ``` It will be filled with a red bubble and the number of unseen timeline entries. Similair to the forum here or facebook:
  18. @30knees you are right. I messed up the errors. But I really have had this too. I checked now my files and I used a very dirty hack. I changed in AdminCartsController.php the function ajaxProcessUpdateQty() if ($this->context->cart->OrderExists() && 1==2) { This is no solution of course. It just skipps the the condition. We should understand from where it comes. Since when do you have this? Does it appear when you don't use multistore?
  19. @30knees I had this too! :O Thought this is some issue here... Are you using multistore? I noticed, that it's working if you try a second time...
  20. I dont know about 1.0.4. But in 1.0.3 multistore works fine...
  21. You could try to deactivate the module "statsmodule". I believe this module is new and seems to make troubles...
  22. I just released 1.0.4. I changed levels in FrontOffice a bit. Now you can set, if you want to display it as grid or list. Here is an example, how new list view looks:
  23. Are you using full page cache? Yeah maybe it's the hoster... We are on a (cheap) dedicated server and I don't regret it at all. I believe it's a good investment if there is already a bit of revenue...
×
×
  • Create New...