Jump to content

Al Brookbanks

Staff
  • Posts

    6,682
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. Who said you need to and what country are you trading from? This will vary depending on a number of things. Disclaimer: I'm not a privacy expert.
  2. Essentially the gc_maxlifetime value is lower than the cookie session. This means the session data on the server doesn't exists when the cookie does. It was some months ago I looked at this with @keat and I have to say I can't remember what the best scenario was. I seem to remember setting your own save path with long gc_maxlifetime was the best solution.
  3. Ideally you want to have your own VPS and make sure the session garbage clean up syncs with PHP session length. Increasing the gx_maxlifetime should help. It was a while ago this came up now so I don't exactly remember the ins and outs but it can certainly be solved with some PHP config changes.
  4. Almost. They will become like normal options in the option_assign table if they are edited (e.g. given a weight or price).
  5. It's complex. If you make specific changes to an option assigned by option set it will become a normal option.
  6. I've never come across option grids? Where did you see that? Options encompasses the sum of parts surely? I agree with @bsmither. Can you be more specific in what you are asking or say what you are trying to achieve?
  7. You could sell it on the marketplace if you wanted renumeration.
  8. @hairydog if there is anything you feel you can contribute we would be grateful. CubeCart us free, open source and community dependant.
  9. He means optimised. The default skin is developed to be easy to customise. For this reason there is no minification etc. This is highly recommended however along with compression. I have no doubt other optimisations can be made too.
  10. What was the issue? Did you get it working? The signup process seems pretty fluid to me but I've only done it in their test sandbox mode. We have quite a few merchants using this now and on the whole feedback is good. Nothing is stopping you switching back to the old system if you don't want to continue with this integration.
  11. No I'm afraid not. Instead use the PayPal Pro extension and you can put it in Express Checkout Only mode.
  12. Check this out... https://support.cubecart.com/Knowledgebase/Article/View/223/45/how-do-i-debug-a-blank-screen-error
  13. Which payment system are you using? If it's Authorize.net make sure PHP has mhash enabled.
  14. 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.
  15. 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.
  16. 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
  17. 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.
  18. 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)
  19. 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
  20. 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.
  21. 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.
  22. 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.
×
×
  • Create New...