Jump to content

Pechy.cz

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • First Name
    Martin
  • Last Name
    Pecha

Recent Profile Visitors

284 profile views

Pechy.cz's Achievements

Newbie

Newbie (1/14)

5

Reputation

1

Community Answers

  1. Hi, i dont know, if is issue for you, but we finally found our problem. We have fresh install PS 1.7.x, but we migrate data from old store (customers/products/orders). And here was the problem. We migrate old orders, where have id_cart saved. But carts are not migrated, then started with id from 1. So, when id_cart was same with id_cart from old order, here was a problem a cart cannot be use. (Due to protection of using carts with finished orders) So solution was go to database and increase AUTOINCREMENT for column id in table cart to higher, than is higher id_cart in orders.
  2. Hi, first i want to apologize for bad English... So.. I have big troubles with PS 1.7. ... Problems was in version 1.7.0, now also in 1.7.2. Sometime, when i click to Add product to cart, nothing happens (empty modal shows). To explain it: First is called ajax for adding to cart. -> result is success Second is called ajax for refresh cart and display modal -> here is problem visible, because modal is show without product due to cart is still empty. When i have some product in cart, this problem will not happen. Its only when is cart empty and what's worst, only sometime. I was spend lot of hours of debug and trying to reproduce, but without result. So I discovered one problem, but I did not understand. It will be something with cookies, because: Several cases looked like when adding to a cart, a new cart was created, but after ajax/refresh this cart was not in cookie->id_cart. So every, when i click to add to cart, a new cart was created and ajax to show cart return empty cart. More cases was after placing order. Cart was not removed from cookie after order. So immediately FrontController::init log error with loading cart, which has already been used for the order. The customer also reported one problem that even after his logout, his cart remained at his disposal. That's why I think there's a problem with Cookie... Maybe bad server conf, i do not know.... I do not know what to do next... Now iam on PS 1.7.2.0 and Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 PHP/7.0.21 Localhost is on PHP7.0.9, Windows, MAMP with Apache. I have PS on SSL. Has anyone encountered this problem? Is there any quick fix for repair?
×
×
  • Create New...