python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
When I click on admin category menu , it redirects to admin login page prestashop 1.7.6
I logged in to the PrestaShop admin and goes to the category menu but after some time it logged me out because of session/inactivity.
It redirects me to admin login page with redirect category control...
Sachin
Votes: 0
Answers: 2
Prestashop currentLocale is null in module
When I try to call in my module Context::getContext()->currentLocale->formatPrice($price, $currency); or $this->context->currentLocale->formatPrice($price, $currency); code fails becaus...
Massimo Tamburini
Votes: 0
Answers: 1
Add new fields in the product page admin Prestashop 1.7
I managed to add new fields in the frontend and in the ps_product table so that we can save our values in the database, so far it's working. Now I would like to add these new fields in the admin front...
Eliott CREMOUX
Votes: 0
Answers: 1
Display Data from database other table to Prestashop 1.7.7.6 Product Page WITHOUT module in PHP
Display Data from database other table to Prestashop Product Page - Prestashop 1.7.7.6 WITHOUT module in PHP
Hello everyone
How can i display data from other table database in Prestashop Product Page ...
mass12
Votes: 0
Answers: 1