Questions tagged as 'prestashop1.7'

1
answer

Create a session in custom Prestashop file

Is it possible to create a session from a custom prestashop file? I have restricted from the frontController browsing the store if a user does not have a session. if (!$this->context->customer->isLogged() && $this->php_sel...
asked by 29.08.2018 / 16:22
0
answers

Prestashop 1.7 ContextErrorException in:

Lately I have presented problems with my website when the shopping cart does not have any product, but when it has products it obviously does not present the error in question. Next part of the text that shows me error    ContextErrorExceptio...
asked by 04.01.2019 / 04:25
0
answers

Do not index all stores in multi-store

I have a multi-shop and I want one of the stores not to be indexed in any browser. What do I have to do to avoid indexing? The problem is that they share the robots. What can I do? Greetings     
asked by 13.12.2018 / 10:55
0
answers

change requests from prestashop.com to my server

I have mounted prestashop 1.7.4.3 but some images ask prestashop.com for example that image asks for the domain of prestashop and I need that I take it from my localhost or to modify the tag
asked by 17.10.2018 / 19:17
0
answers

Error with Check-out in Prestashop

I have a problem when going to checkout where obviously the template address is wrong, since it is calling two different templates. I am new to prestashop and can not find where I should correct this address. I thank you in advance for the...
asked by 25.09.2018 / 18:07
0
answers

redirect from home to my account

With this code I force a login if (!$this->context->customer->isLogged() && $this->php_self != 'authentication' && $this->php_self != 'password') { Tools::redirect('index.php?controller=authentication?back=my-ac...
asked by 20.09.2018 / 18:17
0
answers

Javascript does not work in mobile but in desktop

Good afternoon, valuable community. I have a problem in JS in two functions. It should be noted that it works normally in browser desktop , but in mobile it does not work. Problem: when I add ONE product to the cart in mobile view ,...
asked by 10.09.2018 / 19:04
0
answers

Product import script for Prestashop 1.7

I am looking for and trying to adapt a script to import products from a csv automatically, in a Prestashop I've seen one for Prestashop 1.6: Script Automatic Import Prestashop 1.6 I would like to be able to adapt it for Prestashop 1.7 an...
asked by 30.08.2018 / 10:52