Search the Community
Showing results for tags 'overriding'.
-
im overriding the Admin\Product\CatalogPage\Lists\product_table.html.twig and i added new columns in the table but i wanted to ristrect this columns for certain profiles (admin & super Admin) the problem is that i don't have access to the connected employee data, Any Ideas ?
- 3 replies
-
- twig
- overriding
-
(and 3 more)
Tagged with:
-
Good morning, Firstly, I want to express my gratitude for the opportunity to be part of the Prestashop forums. I hope to contribute positively through my inquiries and those of other colleagues. -- My goal is to add the "price" column on the Stock's page from the BO. The new column shou...
-
- v1.7
- backoffice
-
(and 1 more)
Tagged with:
-
PS version (1.7.5.2) Need to override (extend) ProductController with new custom controller. PrestaShopBundle\Controller\Admin\ProductController extended (custom) controller path : modules/my_module/Controller/ service.yml path : module/my_module/config/services.yml...
- 5 replies
-
- 1
-
-
- controller
- overriding
-
(and 3 more)
Tagged with:
-
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:
-
Hi everybody. I am trying to develop an easy module. It is my first one, so it may be some stupid problem but the fact is I'm stuck with it from some days ago. I have a simple module that has a override/classes/Product.php class. It adds a simple single method. When I install it, all is fine...
-
Hi. I have a classic migration problem: in the store from which I import data, passwords are encrypted by plain MD5. So I need to inject a password reencryption procedure on login attempts. That is, first received password must be compared to MD5 value, upon success in which the MD5 value is de...
- 5 replies
-
- overriding
- extension
-
(and 1 more)
Tagged with:
-
I implemented an override of the function getThumbnailForListing from ImageManager Class. Nothing happens this override doesn't work. Does anyone know if this override is allowed in PS 1.7, and if yes why it doesn't work ? Thanks in advance for your help.
-
Hello, I trying to resolve problem with not showing payment method for sofort in checkout. When I have overriding on in performance The checkout page shows without sofort When overriding off In checkout page - sofort appears I have active sofort in payment restriction...
- 2 replies
-
- sofort
- performance
-
(and 8 more)
Tagged with:
-
Hi guys, I'm trying to add some custom fields to categories in the back office, I did it one week ago but now I can't do it again, I know that it would be done overriding the AdminCategoriesController.php according to the good practices but for time reasons. I did it over the core one time and now I...
- 12 replies
-
- controllers
- cache
-
(and 2 more)
Tagged with:
-
Hi, I want to override one core controller, but instead of changing in override folder, I want to provide my new version of the controller directly from the module. In this way, users will not have to copy other files. I have observed that if I place my controller under: modules/my_mod...
- 1 reply
-
- overriding
- controllers
-
(and 1 more)
Tagged with:
-
hi, I'm working now in a project that uses prestashop and want to make some overrides to the AdminProductController, to change the interface that is displayed when you want to add a new product in the backoffice. So, my question is, someone know how PS catch the parameters passed to a controller to...