python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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
Display Data from database table of module to Prestashop Product Page - Prestashop 1.7.7.6
I find in internet a CRUD module (create, read, update, delete) and it works very well in backoffice of Prestashop 1.7.7.6
And now I want to select data from module table and display in front office p...
mass12
Votes: 0
Answers: 1
Prestashop repository not found on hookActionUpdateQuantity after confirm the cart
I developed a custom module and registered there a lot of hooks.
I registered a hook for actionUpdateQuantity.
public function hookActionUpdateQuantity(array $params)
{
if ($params["i...
Bernhard Zebedin
Votes: 0
Answers: 2
PrestaShop add to cart from custom module
I ma working on PrestaShop module, where the user can select some parameters on front view.
I need to add product to cart, including custom price, and selected parameters.
How should I do this? I don'...
Bartosz Karpiel
Votes: 0
Answers: 1