Jump to content

Al Brookbanks

Staff
  • Posts

    6,686
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. In some territories it probably can be. Some countries will require proper tax invoices which PayPal won't do.
  2. I forgot about version 2. It is very rare!!
  3. Hi Wollowbog! Yes it can be indeed. If it can't (which is unlikely) we can refund you.
  4. Recurring payments require repeat invoicing. The recurring payments is the easy bit.. the repeat invoicing much more complex.
  5. I created a guide which along with this thread may help others:
  6. Back in September 2015 a major security issue concerning admin account hijack was responsibly disclosed to us. We released a patch and new version within 24 hours. A significant amount of stores have since been hacked via this security flaw as they were not kept up to date. Below are instructions about how to cleanse a hacked store. Skill Level: Advanced Estimated Time: 1 Hour+ Use an FTP client to download all your store files to your computer. Open the ini.inc.php file to discover what version you are currently on. It will look something like this: define('CC_VERSION', '6.0.8'); // Version Number Download that version from our website at https://www.cubecart.com/download Use a file comparison tool such as Beyond Compare to compare the contents of your store files versus the default files. The mode to display only orphan files is particularly useful. This step is essential and requires coding experience. You need to delete any malicious looking files in your web hosting account that were discovered using the file comparison tool. Please be careful! Take a backup of the database via your web hosting control panel and upgrade CubeCart to the latest version. If you are not able to login to the admin side of your store please reset the login via the database. Once upgraded to the latest version login to the admin side of your store and navigate to the "Manage Hooks" section. Click on the "Code Snippets" tab and delete any code snippets you don't recognise. It may now be a good idea to repeat steps 2 through to 5. We apologize to all of those who have been affected by this security flaw. Our track record for security is fairly good and we will always patch any serious security issues within 24 hours. It is always crucial to keep your store up to the latest version. Please note that we do offer a cleansing service as part of our Technical Support & Management support plan.
  7. I've replied to your support ticket.
  8. No data is stored but card data is sent through the server. PCI compliance is required.
  9. Yes. You can try it here: http://filter_var.onlinephpfunctions.com
  10. This is correct. SItes thst ask me to solve more than once are a bug bear of mine.
  11. CubeCart uses the filter_var function in PHP. In some older versions of PHP this function is buggy.
  12. This is correct. For security reasons CubeCart has a header on line 16 of the index.php file. header('X-Frame-Options: SAME-ORIGIN'); // do not allow iframes When I tested the preview feature on the marketplace I used our demo store which has the same top level domain so didn't encounter this problem. It will work if that line of code is removed.
  13. I would recommend trying to find out what the actual error message is: https://support.cubecart.com/Knowledgebase/Article/View/219/42/i-get-a-blank-white-screen-when-i-view-my-store The method you have used to move the sites should be absolutely fine. Maybe the PHP configuration on the new hosts is different and there is missing functionality throwing a fatal error? I commonly see this error if multibyte string support is not configured with PHP as CubeCart uses the function "mb_strtolower". Anyway thats just a guess. Once the error is known I am sure this is no big deal.
  14. Yes PayPal have an API for that. Quite often it won't return a phone number though.
  15. We released our own patched version of Fusion Framework last year which fixes this PHP version compatibility issue. https://github.com/cubecart/Fusion
  16. The foundation skin doesn't use Abide but jQuery Validate instead. It should validate email addresses to a certain extent already. It would be possible to check the MX records for the domain automatically but that risks potential fails for genuine email addresses. I don't think there is a good reliable way to do this.
  17. It is compatible with v6. Try clearing cookies and making sure it's enabled in the layout tab of settings.
  18. I think we have a server problem. Did you have problems posting this?
  19. Thanks Brian. Your contributions to the community are incredible. I wish I could spend more time here but I am absolutely flat out on the support helpdesk which I have to prioritise.
  20. It would be a good idea to scan the whole machine.
  21. Try this https://www.malwarebytes.org/antimalware/mac/
  22. What is your URL or do you have a screenshot? I think you need to do a scan of your computer for adware & spyware.
  23. CubeCart wouldn't do that. Are you using a dodgy free web hosting provider?
×
×
  • Create New...