Search the Community
Showing results for tags 'context'.
-
Hello every body. I know that static properties don´t share between php pages. How prestashop persist or share context between controllers? On the other hand i can use getContext in everywhere... Does prestashop use session to store context? How does it? Thanks a lot....
-
hi i think i have an issue with my database, we have had issues with the website for the last 2 months which are slowly getting resolved however once we fix one issue, another issue happens. i can no longer access the website, and getting the following error: any idea wh...
-
Hello. I'm having an issue about the id_cart on the Cookie/Context object. I have a custom payment module that needs to access the Cookie/Context object from Prestashop in order to validate the order. Below is when I print the cookie object after purchasing an item on the shop that I'm working...
-
Bonjour, Je developpe actuellement un script (appel depuis un cron) permettant la mise à jour automatique des statuts des commandes client à "Livraison en cours" ainsi que le numéro de tracking associé. Je précise que sur notre solution Prestashop "la gestion de stock avancée" est active. J...
-
- Script
- changeIdOrderState
- (and 4 more)
-
I have the below PHP file in my module folder that is call with an ajax post (jquery from UI). And I am getting the following error: Class 'Context' not found in ... when I trigger the POST I am running PS 1.6, how can I access the context from this file?? <?php define('_EXTERNAL_SCRIPT_', 't...
-
Hi! I'm trying to deploy Prestashop 1.5 for a marketplace-like solution. So I have multistores set up. Stores have common products, but each store sets its own prices, each has its own cart, and each will check-out separately. (When I tried with common cart, the same product from different s...