Jump to content

Al Brookbanks

Staff
  • Posts

    6,670
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. No I'm afraid not. Instead use the PayPal Pro extension and you can put it in Express Checkout Only mode.
  2. Check this out... https://support.cubecart.com/Knowledgebase/Article/View/223/45/how-do-i-debug-a-blank-screen-error
  3. Which payment system are you using? If it's Authorize.net make sure PHP has mhash enabled.
  4. Hi John, There is no test mode on the PayPal powered by Braintree integration due to the connection method. I'll get in touch with PayPal on Monday and see if there is a way to do this.
  5. That's exactly what media queries are for. The CSS logic can be along the lines of "if screen size is less than X pixels make font size y pixels". Maybe I misunderstood you.
  6. You are best of using CSS media queries to look at the viewport size. However deprecated in the PHP code there is some code to look at the user agent. https://github.com/cubecart/v6/blob/98e2ad3c6fc91a8eb6750cacb391333c234633e8/classes/gui.class.php#L903-L931
  7. It's either because you have more than one window open or the form submit exceeds the max amount of form fields allowed in the PHP config.
  8. It's been a great year at CubeCart and we have been pleased to welcome a great deal of new merchants. We would like to wish everyone a very happy Christmas and prosperous 2018. Please find our office hours during the festive season below.. Christmas Office Hours Monday 25th Dec - Closed Tuesday 26th Dec - Closed Wednesday 27th Dec - Open (9am - 5:30pm) Thursday 28th Dec - Open (9am - 5:30pm) Friday 29th Dec - Open (9am - 5:30pm) Monday 1st Jan - Closed Tuesday 2nd Jan - Open (9am - 5:30pm)
  9. It will be because the max input variables or post size has been exceeded. http://php.net/manual/en/info.configuration.php#ini.max-input-vars
  10. They can be restored but not as read only. I don't really want to open this up. We have moved on a long way now.
  11. If you resized the screen to a smaller or bigger viewport then a page refresh may be needed. In real world situations this shouldn't be a problem.
  12. I simply don't have the resources to be able to give you a time frame. Could it be as simple as simply updating the WSDL file? I don't know.. hopefully the community can contribute something back. If not I will try to find a spot next week to look at this. With 6.1.13 released today there will be a big spike in tech support commitments.
  13. We had a support ticket about this today. You'll have to use a different shipping extension until we get it updated to Rate v22. May I suggest https://www.cubecart.com/extensions/shipping-methods/shippo-multi-carrier-shipping-api-usps-ups-fedex-dhl-and-more
  14. CubeCart 6.1.13 has been released. This is a security release so upgrade is important. What's New? 31 Closed Issues 1 Security Update Download: CubeCart-6.1.13.zip Many thanks again to Robin Peraglie from RIPS Technologies.
  15. Sorry if I gave the wrong info. Did you upgrade your store recently? The setup process should convert code snippets to the correct encoding. Maybe it somehow got double encoded or something. The solution may be to just delete all "includes/extra/snippet_*.php" files. They will then regenerate automatically with correct code so long as the store has been upgraded properly and the setup process was run.
  16. Looks to me like code has been injected into your files. This might have been done if the server was hacked and malicious code appended code into writable files. Quite often there are two reasons hackers do this. 1. To steal traffic by redirecting your users to their site. 2. To force virus downloads. Please check the source code hasn't been tampered with.
  17. Look for "Extensions' instead. Terminology change but same thing.
  18. Thanks so much. I removed some comments and published it in 1.1.4.
  19. Can sone one send me a gateway.class.php with these code edits that works for them. I've reviewed this post from https://github.com/cubecart/v6/issues/1783 and it makes sense to add code to look for payments on hold but the code posted confuses me. Why does this line look at array key 1 from the result array when the switch for the payment status looks at key 0? $this->_result_status = $results[1]; I don't think I have an Auth.net test account anymore.
  20. I don't know but as a guess classes/gd/gd.inc.php.
  21. Do Google have any tech support at all? You'd think one of the biggest companies in the world would have staff to help?
×
×
  • Create New...