Search the Community
Showing results for tags 'classes'.
-
Buenos días. Instalé el módulo de AliExpress de Línea Gráfica y necesito hacer un override de la class AlliExpressAttribute para que se tenga en cuenta en futuras actualizaciones. Lo he realizado de mil formas y Prestashop no ejecuta mi Override. He creado el archivo AlliExpressAttrib...
- 2 replies
-
- override
- override modules
-
(and 4 more)
Tagged with:
-
Hello, I'm getting some error when I try to access my PS website: Fatal error: Class 'Tools' not found in /home/cipriann/shopintimo.es/classes/shop/Shop.php on line 302 Also in /admin shows me the same error. I opened shop.php at line 302 and I got this: if (!($id_shop = Tools::getValu...
- 7 replies
-
- classes
- prestashop
-
(and 2 more)
Tagged with:
-
Bonjour, J'utilise ps1.6 mon problème c'est que le prix ne s'affiche pas dans le front-office quand l'utilisateur n'est pas connecté par contre elle s'affiche quand on est connecté. J'ai déjà essayer de travailler sur les éléments du back-office mais rien n'active le prix J'ai re...
-
bonjour j'aurai besoin de votre aide j'ai un bug quand j'essai de modifier on cms block il inscrit "1000. lance la nouvelle PrestaShopException ($ message);" ci dessous texte entier [PrestaShopException] La propriété CmsBlock-> text n'est pas valide. à la ligne 1000 dans le f...
- 1 reply
-
- cms
- prestashop
-
(and 2 more)
Tagged with:
-
To sort the categories in product associations in BO, I modified a query in the classes/Category.php file (I changed ORDER_BY), when I replaced the modified file on the server I received error 500, so I put the original file back but still error 500, I put prestashop in debug mode now I c...
-
- prestashop 1.7
- classes
-
(and 1 more)
Tagged with:
-
Hi my english is very poor I need a show to result on the search page add this lines for SearchController page and serach.tpl file 1 - SearchController.php : $myvalue= "xxxxx"; $this->context->smarty->assign('myvalue', $myvalue); search.tpl : {$myvalue} is...
- 3 replies
-
- search
- controller
- (and 6 more)
-
My site is organicsabundance.com I was told that i'm missing classes files. I'm getting this error message: 18:05:55 write(4, "[18-Sep-2018 18:05:55 America/Chicago] PHP Warning: require_once(/home2/mmv6opvl/public_html/classes/PrestaShopAutoload.php): failed to open stream: No such file or d...
-
Hello, Very special issue on this side! Our shop is working perfectly, at least almost... people can shop, I recieve orders & can manage them. BUT I've an issue with exporting data, when a module is using the feature "id_shop" from classes/shop/Shop.php The...
-
Hola Cordial saludo. Alguien sabe como quitar el nombre de la tienda entre llaves que se envía en el asunto del email. he buscado en internet todas dicen algo diferente Aca plantean comentar una líneas en classes/mail.php https://www.prestashop.com/forums/topic/600610-how-to-remove-shop-n...
-
Hey Guys, I am trying to override the following classes: controllers/front/OrderController.php classes/form/CustomerFormatter.php classes/Customer.php So i created a module and placed it into the "/modules" directory In my module directory I created the folder "override" whe...
- 1 reply
-
- controller
- classes
-
(and 4 more)
Tagged with:
-
favorite I tried to create override for classOrderCore, located in /classes/order/Order.php. The result I put in /override/classes/order/Order.php with following content: class Order extends OrderCore { /** * Generates reference number. * * Overrite...
- 1 reply
-
- override
- prestashop-1.6
-
(and 2 more)
Tagged with:
-
Buenos días como están?. Soy nuevo en esto foro. Me comunico con ustedes debido a que tengo un problema en prestashop al cual no le consigo solución, y para ver si alguien me puede dar un consejo sobre como poder solucionarlo. El error se me produce cuando intento hacer override de la clase...
-
Hi, is it possible to assign customer to different group base on url, for example: mywebsite.com/create-account -> will assign to customer default group (customer) mywebsite.com/create-account?group=vvip -> will assign to my custom group (VVIP) Prestashop version 1.6 Thanks
- 1 reply
-
- customer group
- registration form
-
(and 2 more)
Tagged with:
-
Hi Everybody, I don't know if this only happened to me, but on a 1.5.4 stable release, I just tried to use an override...and it didn't work. I tried another (productController) and didn't work. i even typed some garbage, and nothing showed up. It looks like overrides re not even being loaded. The p...
- 32 replies
-
- controllers
- classes
-
(and 1 more)
Tagged with:
-
Hi All, I'm a new add-on developer and just getting started. I generated class documentation for the prestashop/classes directory. I would like to share this documentation with the community as I hope to become a valuable member and contributor. You can find Prestashop 1.6.1.4 Class Documentation a...
- 1 reply
-
- 1
-
-
- prestashop variables
- class hierarchy
- (and 8 more)
-
Hi All, I'm a new add-on developer and just getting started. I generated class documentation for the prestashop/classes directory. I would like to share this documentation with the community as I hope to become a valuable member and contributor. You can find Prestashop 1.6.1.4 Class Documentatio...
- 2 replies
-
- 1
-
-
- data structures
- data fields
- (and 8 more)
-
[SOLVED] Prestashop Validator Issue for Library files.
Raghubendra posted a topic in Core developers
I have developed a new module for prestashop and it is using dompdf library for generating pdf. When I validate the module then I get some compatibility issues that are pointing to some errors that say: 'Class 'PDFLib' does not exists' 'Function 'pg_query()' does not exists' 'Function 'pg_... -
As part of our ongoing build schedule, we designed new classes & controllers for new functionality across our Prestashop build to deliver what we need. I'm now going through harmonisation of our build to the latest 1.6.1.x structure & wondered if there was an way of placing: new classes new compon...