Jump to content

kuskov

Members
  • Posts

    28
  • Joined

  • Last visited

About kuskov

  • Birthday 05/03/1989

Profile Information

  • Location
    Germany
  • Activity
    Freelancer

kuskov's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi guys, we use Prestashop 1.6.1.10 and we have a strange problem hapenning. When i activate APCu or Memcache(-d) Cache, we have very fast frontend, but we can't work in the backend. For example, i go into one product and change the Meta Title. After i click save in the input field stands the old Meta Title, but in the database is the new Meta Title. When i after that disable APCu i refresh the form and see the right Meta Title. Is there a way to somehow disable cache for backend? Or move backend to separate instance? What are the best practices there? Every time to turn off APCu when i change something in shop is impossible ... Will be very thankful for you help!
  2. Is it maybe possible to disable APCu for the backend?
  3. Hi guys, we use Prestashop 1.6.1.10 and we have a strange problem hapenning. When i activate APCu or Memcache(-d) Cache, we have problems with Admin. For example we update a product/category/order, and after page refresh the data is not updated in the view, but the changes were saved. Is there a special flag or place how to prevent it? Will be very thankful for you help!
  4. I have problems in Admin with APCu, is there possibility to disable it for admin pages?
  5. Hi guys, can anyone tell me, if it is possible to have a custom "Merchandise return" address, that is different from the default address set for the shop? Have a nice day! Edgar
  6. As for me, those queries: Don't help anything, they even don't speed up the query. The problem of this query happens, when your products have a lot of different pricing groups and joining them makes the database die in the hell... In the PS1.6 there are no problems anymore and i don't know why...
  7. I figured it out, that in the country itself there is a flag "Need states" - it should be on
  8. Hey guys, i have a model: class Postcode extends ObjectModel { public $id_state; The definition has: 'id_state'=> array( 'type'=>self::TYPE_INT, 'validate'=>'isUnsignedId', 'required'=>true ), And i try to add a field in admin: array( 'type'=>'text', 'label'=>$this -> l('City'), 'name'=>'id_state', 'maxlength'=>64, 'required'=>true ), but it seems the model doesnt find "id_state" as i see only": <div class="form-group" id="contains_states" style="display:none;"> <label class="control-label col-lg-3 required"> City </label> <div class="col-lg-9 "> <input type="text" name="id_state" id="id_state" value="" class="" maxlength="64" required="required"> </div> </div> Can someone say what i am missing? Thanks!
  9. Works like a charm, can you explain why it works? And do the expiration still works?
  10. This is exactly the problem, that all my shops use the same domain! And the cookie has this "_shopUrl" in it. Is it possible to maintain cookies only on domain base without "_shopUrl"? shop.de/berlin shop.de/munchen shop.de/stuttgart Users are available to switch the shop to be able to order the goods from their local store.
  11. Hey, did you got it work how to stay user logged in when he changes store?
  12. Hello guys, i have a question: i have 2 stores on the same domain: 1. domain.de/store1 2. domain.de/store2 In the frontend i have a dropdown where user can switch between those 2 shops. Question: how can i make user loggedin in BOTH shops after sucess login? Right now i can login in one shop and see the store. When i change to "store2" it asks me to login. Best regards,
  13. Hello guys, i don't check the module management for multiple shops. Is there an ability to deactivate the modules in all shops? It seems that the management in "All shops" doesn't influence "All shops"? I have create a new theme and in "All shops" for example the "1-Click upgrade" is deactivated. But when i choose a specific store, this plugin is still activated. Is there possibly a simpler approach to disable the modules in all shops with 1 click? Have a great Sunday! Edgar
  14. DId you solve the problem? I have today exactly the same thing when editing CMS page. Property CMS->content is not valid at line 878 in file classes/ObjectModel.php
×
×
  • Create New...