Jump to content

Al Brookbanks

Staff
  • Posts

    6,682
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. Yes you are right. Any changes after this time requires manual stock level change.
  2. I see. I don't think there is any code to update stock from editing an order.
  3. In your stores settings when is the stock change time? Settings >> Stock (Tab) >> General Stock Settings >> "Reduce stock levels" If it is set to pending then the stock won't change when the order status changes to Processing. If it is at Processing then something does seem wrong.
  4. Yes someone pointed out that CubeCart looks badly managed/full of bugs on github due to the sheer volume of open issues. Most of these are in fact features request. The idea is to close them without milestone for future consideration. Once we start integrating we will assign a milestone and open.
  5. No no no. It's closed with no milestone. This doesn't mean it won't be implemented.
  6. If SSL is not enabled I have no answer for you. Please check PHP sessions work and the basket data as a test holds.
  7. Check the php error log. "ZipArchive" with PHP is required. If its not that something else may be blocking it working.
  8. Hi Matt, you should be able to download it from our website once logged in with the email address used to purchase it.
  9. I've seen this before on rare occasions. Has data in the database been changed manually? Maybe some data was deleted outside of CubeCart. To fix it change the cardinality if the auto increment of the customer_id to be greater than the maximum customer I'd in the CubeCart_addressbook table.
  10. Just order status change automatically from payment status responses.
  11. Please find fix for when CSRF is enabled on the front end here: https://github.com/cubecart/v6/commit/df12071a6e99bab5e87534557e02cc4740a1173c
  12. It didn't work for me. There is no default product? Did you delete it after install? Maybe the store isn't installed right or there was an error on install.
  13. @SergeiG Can you go to the stores settings and just click save then see if it works?
  14. It should have done. It's CSRF protection. CubeCart needs to know where to expect data from to rule out tricked URL's and data that could be malicious.
  15. The only thing changed concerning sessions is that under SSL a secure session cookie is used. That shouldn't make a difference. Please note that they will get booted out if they share logins or have multiple tabs/windows open.
  16. I can do this for you in the morning if you want.
  17. Sorry.. I'm flat out doing 55 things at once. Leave it false for now.
  18. So the CSRF test needs exceptions for remote server calls.
  19. Card payments on site and not IPN dependant for status.
  20. .. but it will probably work if you configure PHP with Ioncube.
  21. Ok can you change; https://github.com/cubecart/v6/blob/master/skins/foundation/config.xml#L20 <csrf>true</csrf> To: <csrf>false</csrf>
×
×
  • Create New...