Jump to content
thirty bees forum

SLiCK_303

Members
  • Posts

    1,231
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SLiCK_303

  1. Thanks for the module, I get this when uploading and again when installing the module.
  2. @Manisch no, both my logo and address's are there.
  3. @movieseals where/how did you end up adding steps 4 and 5? edit: however you did it, it's not working right. I should be able to goto your site: /blackhole, then it shows me that blackhole screen, then if i go back to the root of your site, it should block me. It doesn't block me, so it's not working right.
  4. Just got hit by the ole create a millions shopping carts spams, they made almost 500 carts before I blocked them (68.98.99.103). Watch out people....
  5. Hopefully other people will find my changes useful, as I do. ;)
  6. People are already utilizing the module on my site. Getting points for visiting the site, uploading avatars, submitting reviews, and of course making sales. They have already redeemed points for a voucher as well. I'm so glad you made this module, its soooo much better than the current loyalty program. Thanks again!
  7. @manisch said in Invoice messed up: @SLiCK_303 so we have in common that we both imported customers etc? How did you do it? Directly via database? I did it directly to the database. Changing anything that was different in ps to tb, then exporting my ps database tables, customers, orders, ect., and importing them into my tb database.
  8. Clean install, then imported stuff
  9. It looks the same as yours, but It's too long to show, it was a 5 page order, with 17 pages of Payment Method... The only thing different about it is, that on page 4 it shows the correct total, with two of those payment methods showing. Then the next page it whose the total for 1 product, then 17 pages of payment method.
  10. so its a core issue.. weird. Saidly I dont think it's possible to recreate this error, it just seem to be random. @mdekker needs to look into it, but without being able to reproduce the error, its going to be impossible to fix. :smirk:
  11. thats sounds like a PS version of the paypal module... I use.Paypal 5.3.2 PHP 7.1.15 thirtybees 1.0.3
  12. I've had the same thing happen to me! What version of paypal are you using? What version of php? We need to get this figured out!
  13. congrats, the site looks good!
  14. Yea, we got it working!! Love it when a plan comes together!
  15. so you have two function inside the module? One being function hookcustomCMSBEFORE and one function hookcustomCMSAFTER ?
  16. change this: && $this->registerHook('customCMS_AFTER')) to this: && $this->registerHook('customCMS')) Then reset the module. This is assuming that you setup your hook in the module like this: public function hookcustomCMS($params) { return $this->hookDisplayHome($params); } The functions name, and the registerhooks name needs to be the same. in this case hookcustomCMS
  17. Then the problem is how you installed the hook in 'function install' in the testimonials module, this part: || !$this->registerHook('customCMS') show me the install function of the testimonials module, and we'll get this fixed.
  18. No problem, glad I could help! The release is GREAT news! Congrats!
  19. @Troy-Roberts np, glad I could help, wish I could have more. @datakick I noticed I can now get to your module by your name, thanks for that.
  20. The lost password thing gave me an error, but I was able to goto the tb WordPress site and change it there. Thanks..
  21. I'm probably missing it, but how do I change my password here on the forums?
  22. I'm not sure why the top link is just jumping to the top of the page, instead of bringing up the review popup. I'm also not sure why the module is not sending emails. Hopefully @datakick has some ideas for you.
  23. So you see it, but can't change the stars, or anything else?
  24. Do you see part of the review frame? Or do you just see nothing? Are you logged in?
×
×
  • Create New...