Jump to content

keat

Member
  • Posts

    1,614
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by keat

  1. I'm not aware of any issues with our sites accepting paypal. We use the paypal standard gateway
  2. I use this for my 301's. I've no idea if it's correct as there's a hell of a lot of conflicting info. However, it seems to pass when i run it agianst any checkers. RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R=301,L] http://www.ragepank.com/redirect-check/
  3. It might have to be something custom if you can't find a work around or anything suitable. There are a number of very good coders on here. I can't imagine custom coding would be too expensive.
  4. Maybe something like the options matric, but with a field for prices.
  5. We sell cable ties, millions of them. 25 different sizes, 10 different colours. with price breaks, so there are hundreds of permutations. Is there such a mod whereby a customer would choose length, width and colour from a series of drop downs, which in turn would populate a buy it now box. Lets call it a picker tool.
  6. The only way I found to do this on a localhost was using xampp, but found that it was troublesome, was slow and would often stop responding (maybe that was just my PC) In the end, I reverted to just sticking with a dedicated web server.
  7. I once tried blocking US for a few days, That was a mistake.
  8. How many images do you have. There's an issue with large amounts where the editor not so much times out, but takes a very long time to update. The work around is to move the images to individual folders, but this could be very time consuming.
  9. I'll comment it out for now.
  10. 6.1.5 requires PHP 5.4 although there is a work around to get it to work with 5.3 I found this if it helps. http://stackoverflow.com/questions/10759334/headers-and-client-library-minor-version-mismatch
  11. The folder category_product_options no longer exists in the plugins folder. And the present hook is class.cubecart.display_category. I do see class.cubecart.pre_display_category.php in plugins/hooks.xml Is it OK to stay or should it be removed ?
  12. The issues i'm having with the mod still exist, but i'm now not convinced that this above error is related to the problems.
  13. It seems to have stopped since I removed it from the DBS. Ta
  14. Hi Noodleman, Its definately one of Darens. Although I did also demo Ians before making a descsion which way to go, so maybe it is left over from this. It's a bit in the air as to whether it worked correctly. I had the earlier version running on a test site, and from what I could gather was working OK. The new version was released a few weeks back which says it was tested with 6.1.5. I'd been putting the upgrade off for weeks, and I was in such a rush to get the site updated, I guess I never tested the plugin to it's full extent. Much like anything else, something alays gets over looked. Comapring the hooks folder between the old version and new, theres a subtle difference in the file name. Old version - class.cubecart.pre_display_category.php New Version - class.cubecart.display_category.php I've removed this from the dbs, lets see if the errors subside.
  15. I have one of Semperfi's mods installed and am having a few issues with it. I suspect that Daren is otherwise engaged, as I've had no response from him recently. I'm seeing these logged in custom.ini.inc error log, which I guess are related. [07-Mar-2017 14:13:03 UTC] PHP Notice: Error: Hook 'category_product_options/hooks/class.cubecart.pre_display_category.php' was not found in /home/xxxx/public_html/classes/hookloader.class.php on line 280 line 280 reads " trigger_error("Error: Hook '".$hook['plugin'].'/'.$hook['filepath']."' was not found", E_USER_NOTICE); " While I await a response from Daren, could anyone help shed any light on this ?
  16. Trying to send a PM to one of my fellow forum members and I'm seeing the following message: " You are only allowed to send 0 messages per day. Please try again later. "
  17. We have a number of dealings with suppliers in CN, so if I blocked that country code, I dare say it will create a number of email problems.
  18. If they are all coming from the same IP, you could try adding a deny statement in your .htaddcess file. However, this won't stop them coming in from another IP or proxy, so you could end up chasing your own tail. deny from xx.xxx.xxx.0/24 or deny from xx.xxx.0.0/16 sorry typo'd htaccess
  19. There was an issue with PayPal sending emails a few months ago. We also found that Paypal wasn't updating the account, so a customer would place an order and pay, but the transfer from thier account to ours was taking 4 hours or more. We run a very fast moving retail outlet, so when we don't see a payment within about 30 minutes, we contact the customer. This went on for three days or more.
  20. do all the items have the correct tax band applied to them in the admin side ?
  21. Is there anything in the error logs ? Also, when the login fails, are you using a cached password ? Might be worth clearing your browser cache. Regarding the version, using PHPMyAdmin open up the table history, and see what version numbers are there.
  22. I've just cleared out a few hundred today, although I've no idea how long they've been there. My server now runs Mod Security so hopefully, this should be well protected anyway.
  23. Regardless of which of these so called free SEO tools I use, each one has thier own take on what's good and whats not. I'm not sure I can entirley trust that any have a definitive answer. Any thoughts.
  24. I've not seen this feature before, is it hiding somewhere ?
×
×
  • Create New...