Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,950
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by wakabayashi

  1. But how are they handling, if somebody sends products back? What if somebody writes an email "I have chosen the wrong product please change it to"?
  2. I don't know how this is handled in practice, since we dont use paypal payments. I guess you ask him, to send $10 to your paypal account!?
  3. I know about this module. But I think we should rely on PS module for that. It also adds just completly new Controllers as far as I can see.
  4. I want to start a new discussion about order handling in the backoffice. I am basically talking about the overview list and the detail page (AdminOrders Controller). For me this is one of the most important parts of thirtybees. Merchants need to handle orders in an efficient way. That's our daily business! As you can guess, I am not 100% happy with the system right now. It lacks some features and is not really flexible. I want to use this topic, to discuss the different needs. If many merchants are fighting with the same problems, it should be added/changed in upcoming versions like 1.1.x. This topic could lead to a crowdfunding project later on. Let's get concrete: High priority Changing carrier of an order: We could (and probably will) talk a lot about order editing here. I want to be concrete here. We have a lot of customers who orders and some minutes later write an e-mail: "oh please change my shipping to express". Well then you are kind of fucked up with the current system. It must be possible, to change the carrier at least until the products are shipped. It also would be wishful, to be flexible, in editing the cost of a carrier. Delete an order: I have read in the past: "this is not allowed in europe". I don't know. Here (in switzerland) its allowed. It's not about deleting a correct order. In Dreamland you won't use this feature, but Ecommerce is not Dreamland. Case 1: Some funny guys are just placing test/fake orders. "oh lets test their checkout". Suddenly you have an order from test@test.com. You wanna get rid of these... Case 2: Customers places an order. Five minutes later the same customer places another order. We as a merchant merge the two orders into one. Then I would like to delete the other one. For second case cancel is probably ok too, but not for the first one. Products Returns: There is a feature for returning products. In our case it often happens like that: customer just sends the product back without using any FrontOffice feature. If he sends everything back, it works quite good, to just cancel the order. But if he only returns some items, it gets tricky. Too tricky. I can't regenerate the invoice in that case. In don't know if the returning handling should be improved or if a more advanced order editing is better!? Some more Ideas: Flexible Overview List: In this forum we often see posts like "how to add shippingmethod or city to order list". Maybe it would be great, to make this list flexible. Let the merchants decide, which columns should show up. This concept could be also interesting for other lists like products or customer. Also the filter options could be better. Imagine you could filter multiple status, wouldnt that be nice? Multiple Tracking Numbers: Not much to say. Sometimes you have multiple packages for a single order. Unfortunately you can't add multiple tracking codes to an order. Email Handling: Some emails are just hardcoded. I would like to be more flexible, when an email goes out to the customers. Example 1: if a customer orders and lowers two stock under zero, he will get an email. Do I want that? Maybe, but maybe not. Example 2: if a merchant adds an order trough backoffice. He maybe wants to avoid, that the customer gets the email. I am sure, that not all these examples are relevant for you. Which are, which aren't? Which did I forget?
  5. @Chandra There is a new release of the module, which should fix the multistore issues https://github.com/thirtybees/mailchimp/releases
  6. @datakick did you forget, to pack the emails tpl files into the new version? I can't see any and I also didn't receive a notification.
  7. Thanks a lot. I will try it out. Yeah E-Mail templates sucks a lot... :(
  8. Your code is not correct... Try this: ``` <?php class AdminOrdersController extends AdminOrdersControllerCore { public function __construct() { parent::__construct(); $this->fields_list['invoice_number'] = array( 'title' => $this->l('invoice'), 'align' => 'text-center', 'class' => 'fixed-width-xs' ); $this->fields_list['postcode'] = array( 'title' => $this->l('Postcode'), 'align' => 'text-center', 'class' => 'fixed-width-xs' ); } } ```
  9. You should also consider, to set debug mode on.
  10. I have had problems with full page cache too. For now I have deactivated it too. I have reported this issue some months ago: https://github.com/thirtybees/thirtybees/issues/382 Michael has provided some fixes. Maybe you should try them out. I would be interested to know, if they worked out for you!
  11. Did you mark the hooks from the modules as dynamic? You have to click on the hooks, so they get green. What do you mean with mobile page? Is it just a responsive design or a real mobile page?
  12. @datakick Man you are great! I tested it for some minutes. Editing and commenting worked well for me. Also I used a criteria for just one category, it worked correctly! Love it. I think, mainly the email notification is now missing. :sunglasses: Btw I see, that reviews are shared between shops. I don't know, if it's by chance or if you thought about it. It's very good like that. Please don't change it :D
  13. No problem ;) I just answer such things, so Michael and Lesley can focus on bug reports and stuff. But it's just my opinion, not an official statement :)
  14. <br /> <b>Notice</b>: ob_end_clean(): failed to delete buffer. No buffer to delete in <b>/var/www/vhosts/spielezar.ch/genzo.ch/modules/revws/controllers/admin/AdminRevwsBackendController.php</b> on line <b>94</b><br /> {"success":true,"result":{"products":{"1712":"1,2,3... ganz viele!","1001":"101 here it goes and on with products..."}}}
  15. @datakick I am not sure, where to look exactly!? My console is empty. Under Network I have ajax.php, but this seems to be the push notification from tb.
  16. Hey stephanie Nice idea! But I wouldn't expect this to happen soon, since this forum/chat software is not a developed by tb. Maybe the real developer will improve it someday...
  17. @datakick said in I'm going to create a free module: @wakabayashi said in I'm going to create a free module: @datakick when I click save on settings I get: Failed to update settings when I reload it says: failed to load data. But in fact I believe it works. I use mulitstore and TB 1.0.3 That's weird. Do you have debug mode enabled, by any chance? There may be some php warning/debug/info message emitted into json response, and thus making it not parsable on javascript side. Could you look into network tab in console, and see what is returned by server during ajax call? @datakick after deactivating debug mode, it works fine ;)
  18. @ssimard is the "auteurs" thing a module? Did you develop it by yourself? This site is a great example!
  19. @zimmer-media I don't even use this module... So you could be right, that it comes from there!
  20. I don't have this problem. But I use a highly customized checkout, that's why I can't speak for any default solution. In my case customer don't see any payment method, if he isn't logged in. (We don't allow guest checkouts anymore)
  21. I use a PS module to integrate Tag Manager... It comes with files to import: https://addons.prestashop.com/de/analysen-statistiken/27146-premium-google-tag-manager.html With retargeting I still have problems, but the rest (especially conversion tracking in Adwords) is working for me...
  22. Btw: if you are interested to have a german translation. I could do it for you!
  23. @datakick when I click save on settings I get: Failed to update settings when I reload it says: failed to load data. But in fact I believe it works. I use mulitstore and TB 1.0.3
  24. @Anima Why dont you hire a dev, if its only about a module? Many modules of prestashop work anyway out of the box and don't need any change...
×
×
  • Create New...