Jump to content
thirty bees forum

SLiCK_303

Members
  • Posts

    1,231
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SLiCK_303

  1. I have released version 2.0.2 of this module, it allows for bulk status changes.
  2. I got the errors, thanks for showing me how you got there. I'll see what I can do...
  3. @chandra said in Send Review Request module: Here is a possible bug. Bulk update of status of orders leads to a 500 error after install of the module. Individual order status update works fine. How are you achieving a bulk update of order statuses? This was not designed for that sort of thing, more of a one by one, manual, individual update. What error comes up in your servers error log when you get the 500 error?
  4. I have released version 2.0.1 of this module, it allows you to pick between one or two column display, of the product list, in the email to the customer. or
  5. Are you talking about this logo, the one when you look at a product, at the bottom of this pic?... My is different than the default one. If so, goto BO>Modules & Services, then look for 'Product payment logos block' and change it in there. edit: On second glance I think you are talking about the pp logo when you goto pay. If thats the case you'd just have to replace that image with your own, putting it in the same folder as the stock one, and calling it the same name. (/modules/paypal/views/img/defaultlogos/defaulthorizontal_large.png) Knowing that if you ungrade that module, it'll get overwritten, and you'll have to replace it again.
  6. @Adik I think that's a different issue, and not related to this module? But most of the emails, need the module that sent them, to send them it's variables.
  7. SLiCK_303

    1.0.4 soon?

    maybe this line of discussion need it's own topic?
  8. @hubbobubbo This module is not a review module, all it does is send out an email, to request the customer does a review on products they bought. I would suggest using @datakick 's module revws, but if you have a bunch of reviews, I'm not sure the best way to convert them to his module, unless your module uses the productcomments module's tables. Does this module from Business Tech work on ps 1.6.x? If so it will probably work on tb.
  9. I added a modified version of the stock dashactivity module to the thirty bees store. The difference is that this one does not use Google analytics, and is updated to use either productcomments, or @datakick 's revws module.
  10. I don't know if anyone wants something like this, or if it will fit the bill or not. I added a module to the thirty bees store called Send Review Request. It will send an email to the customer, who bought an item on your store, asking for a review. You can set what order state you want this to happen at, and also now many product links it will send. So if you bought 12 items, but you have the module set to only show 6, it will only show them the first 6 items they bought. You can get it on github also, if you dont feel like getting it from the store for some reason.
  11. Now my only issue with this module is this. When you goto My Reviews, or even look at a product, and you're allll the way to the top of the page, the websites header cuts off the review popup. I dont know if thats a theme issue, or a problem with the module.....
  12. If you have no further js suggestion, I may just take all the pics and links out of the email I send ( :cry: ) and send them to the My Reviews page. I'd rather not do it that way though....
  13. I dont want to direct them to the My Reviews page. The email I have sent out has a link to each product, which I then send them to the products page, with a '#post_review' after the url. Then I want my script snippet to take them directly to the post review popup. I didn't see any js errors...
  14. The javascript snippet didn't seem to do it for me, any other suggestions? It looks like this now... ``` public function hookHeader() { if(Tools::getValue('idproduct')) { if (Module::isEnabled('productcomments')) { $html = ' '; } return $html; } } ```
  15. So change the product url to have '#post_review' after it as well, instead of just '#'?
  16. @datakick I am trying to modify the module sendreviewrequest to work with your module here, however my listen isnt working, I was hoping you could help. This is what I'm using now, that worked for the productcomments module, but it's not working for yours.. ``` public function hookHeader() { if(Tools::getValue('idproduct')) { if (Module::isEnabled('productcomments')) { $html = ' '; } return $html; } } ``` Is there a small piece of js I can use to replace the above part? As you can see, right now, I'm passing the url to the product with a '#' at the end.
  17. @zimmer-media said in Keywords autocomplete in the products page: please please please admins or moderators -> move this topic to the category “tips & tricks” we are think category "technical help" is between false done
  18. Is this RC1 or lastest source? Which browser?
  19. Very nice, keep up the good work, you'll get there.
  20. As @wakabayashi said, you can edit maintenance.tpl, and make it look how you want, but I think you would want some sort of BO settings for the timer. I think this would have to be a module.
  21. First off, to install this you need to change the name in the zip file from ImageOptim-master, to just ImageOptim. After that when you hit install on it, it takes forever for it to come up in it's configuration menu, I assume because it is processing all your images. Next, I have 31208 results it comes up with, I don't think there is a chance in hell I'm going to click on these individually to re-mush my sites images! So, getting the 'generation by lot' thing going, is going to be a must to make this a practical module. Its a good idea though, keep working on it. These are the results I got on the one image I did do...
  22. I'm outta ideas, hopefully someone else has some....sorry
  23. open the setting on that page for last year, then compare to this year, thats all I can think it could be.....
×
×
  • Create New...