Search the Community
Showing results for tags 'develop'.
-
Buenas a todos, primero agradecer a la gente que me responda. Me comunico por el foro, porque me he encontrado con un problema que necesito resolver de urgencia, y es que tengo que exportar los productos de una tienda en total 7500 productos mas o menos a un archivo csv o excel pero las propias...
-
Hello, I am doing a type of sales report through a mysql query. The objective is to create a line for each product (with its corresponding attribute) within a purchase order. With my current query I am able to bring some information, but it is not right. For example, I get multiples for a purchase o...
-
Hello, I'm working on a module for prestashop 1.7 and 1.6 (I'm testing it on 1.7) and I want to display some information on the single page of a product and for that reason I used the displayRightColumnProduct hook. The issue is that I cannot see the content that I'm printing from...
-
Buenos días, estoy desarrollando un módulo que hará uso de la funcionalidad de webservices de Prestashop 1.6. En mi caso intento mandar datos de una tienda a otra con un servicio web custom, es decir, he creado un webservice propio, activado los métodos que me interesan, pero a la hora de implemen...
-
- Prestashop1.6.
- Develop
-
(and 2 more)
Tagged with:
-
Hello, i make module for pick some item to show on homepage with id_product, and i get stuck, how to call item like attachment picture. can help me on .tpl - like i have value '2', and just show item with id_product = 2 thank you.
-
Hi Everybody ! First of all, it's my first topic on this forum and I would like to say hello to the entire community ! I'm new in Prestashop and after doing some search on the net, I didn't found what I was searching, and it is why I'm here to explain my problems. I would like to know if th...
-
Hi! I have a method to create the new tables in my custom module, and to populate them. My problem is that populating the tables, I have to insert data with accents, ñ(s), ç(s) and other spanish or catalonian chars. Basically the name of all Spanish towns. But the php script function fails when it...
-
I would like to customize "Employee" section in the prestashop admin area: first of all I would like to limit Employees to edit thei own products without the capability to "touch" other Employees products, then I need to add an extra field to Employes properties with a custom expiration date (that...
-
- administration
- employees
- (and 4 more)
-
Hi all, In my eshop i have specific products (in one Sub Category), let's say wood frame, which will have some Attributes, such as width & height... color brown/black. The problem is, there will be available standard size, such as: width 100 height 120, price 10$ width 100 height 140,...
-
Hi guys, I am new to prestashop and i have been asked by a client to integrate his theme into prestashop i have created a new theme and implemented bootstrap. I have also disabled all addons, now my question is i'm looking to instead of using hook right etc i want to use my own hooks for each mo...
-
Hello all! I'm looking for documentation about module controllers developing. Is there something? Thank you. Egidio
- 3 replies
-
- module
- controller
-
(and 1 more)
Tagged with:
-
Buenas, apenas estoy entrando al foro ya que tengo días dándole vueltas al asunto y se me ha resultado muy difícil intentar resolverlo solo, espero que alguien pueda ayudarme con esto... Mi caso es el siguiente, estoy creando un gateway de pago siguiendo este tuto básico: http://www.techietips.n...
-
Hi, I am using a development -> stage -> production cycle for my web developments, combined with Git to control the site versions and deployment. I usually work on a development branch, until I am ready to show some results to my customer, when I upload them to a stage server. The final result,...
-
Hi everyone, I looking for code which can create a custom page. The code must include all hooks and I should moderate the "home" hook and put my content there... Anything is helpful - sample code for example, tutorials, documentations or something. Best regards, George!
-
I'm a total noob at this, and I'm wondering if and how is it possible to change an "Add to cart" button to point at a different page on my site rather than adding it the item to my cart?
-
I'm a total noob at this, and I'm wondering if and how is it possible to change an "Add to cart" button to point at a different page on my site rather than adding it the item to my cart?
-
Hi all, At this moment I code my first presta plugin and I need to save some data for my plugin, but I don't know what is the best way to do it. I guess the best way is to do this is with saving in the data base but I'm not sure I can save the data with Configuration::updateValue() but may...