Search the Community
Showing results for tags 'development'.
-
We are a small company that sells websites online through Flippa. Recently, we built a website for one of our clients. Here’s a brief overview of the website: - It is focused on gold rates in Qatar. - The website was built using the Kadence theme on WordPress. Now, our client wan...
-
Hello, I am new to Prestashop. Is there anyone here who uses development and production instance? How to do the development on dev instance and merge changes to the production and not breaking things up? I was hopping to use git to deploy and merge the development source code with the production....
- 1 reply
-
- sqldump
- development
-
(and 3 more)
Tagged with:
-
Hello, I am looking for a way where the data entry of products, features, attributes, categories, manufacturers, attachments & images can happen in a local clone of production a prestashop site and then synced / pushed to live site.
- 4 replies
-
- development
- production
-
(and 2 more)
Tagged with:
-
Hi guys im adding custom field into presta product page. Hi guys I'm adding a custom field to the admin product page I need your help because I'm missing something. What did till now: 1. I've add new field to table ps_product hide_discount_table - tinyint(1) - NOT NULL 2. override/cl...
-
Добрый день. Где можно найти api престы? Я хочу написать свой модуль. На оф сайте документация очень сжатая и там пример создания очень простого модуля. Как в таком случае разбираються? Смотреть функции в самом движке и стандартных модулях?
-
Hi, We are looking for a Prestashop developer in order to develop a module to manage decimal quantities. The module must be compatible with Prestashop 1.7.x. We sell fabrics by the meter and we wish to be able to indicate the price by the meter and the quantity choosen with a comma, e...
-
Hello! Bonjour! Throught the product edit backend I would like to add a second checkbox like the « Use as cover image » checkbox named « use this image as special ». The usage would be to display the « special image » in a specific part of my product.tpl (keeping the original « use as cove...
-
Bonjour, Je suis actuellement entrain d'essayer de développer un module Prestashop. J'ai mon fichier que j'ai appeler accordeon.php, lui même dans le dossier accordeon lui même dans le dossier module. J'ai aussi un fichier accordeon.tpl dans le dossier view/templates/hook. Problè...
-
I'm trying to add custom field to the orders. It should only be filled when admin adds order manually from backend form. Output for this field is need only in the orders list. I have made next changes: 1) added int field order_source to database 2) admin/themes/default/template/controll...
- 9 replies
-
- development
- order
-
(and 1 more)
Tagged with:
-
Hello, I am reconsidering the development workflow of our prestashop store as well as the better management of all the aspects that impact with the store. For a while I have been looking for a way to try setting up memcache or / and vanish in order to find best optimazition techniques that...
- 10 replies
-
- docker container
- development
-
(and 2 more)
Tagged with:
-
For the love of god, I cannot figure out how to get prestashop to update the files when I edit them. Ive tried turning off cache, deleting cache folders, browser cache is turned off. Even direct URLs to the file don't reflect the changes I made. I'm trying to edit produc...
-
- js
- javascript
-
(and 1 more)
Tagged with:
-
Hi, i'm making a module that combines products in packs. I can't figure out how to make a cart rule or something that will change price when specific products are added to the cart. For example: Car costs 1000euro, Tires cost 500euro, Seat cover costs 100euro... when those three are a...
- 1 reply
-
- prestashop 1.6
- development
-
(and 3 more)
Tagged with:
-
Hello, I am very new to prestashop development and I am trying to build a module that would display custom data (from an API) depending on the product info. I want this data to be displayed inside the product list block so that it is dependant on the product itself (see image). But I don't kno...
- 4 replies
-
- override
- price-block
-
(and 3 more)
Tagged with:
-
Hello, I have a few tasks to implement related to Prestashop 1.7 I am looking for a specialist who will take the challenge to start with the 3 tasks below: Pagination – optimize for SEO, everywhere where we have pagination (Category, Manufacturer): Change url adress: No...
-
- support
- development
-
(and 2 more)
Tagged with:
-
Hej, szukam osoby do stałej współpracy przy dedykowanych rozwiązaniach pod Prestashop 1.7 Zadania głównie związane z modyfikacjami pod SEO. Jeżeli chodzi o formę rozliczenia jestem elastyczny - FV/Umowa zlecenie/Umowa dzieło lub inna preferowana Proszę o kontakt tylko osoby z dużym doświadcze...
-
- prestashop 1.7
- development
-
(and 1 more)
Tagged with:
-
User interfaces for mobile applications should stand out and be strikingly interesting. App interfaces also need to be simple or else users would not want to connect to your application. To leave a lasting impression on the mind of your users, mobile apps need to be visually appealing and stay updat...
-
Hi there, I have several problems that need to be solved. Currently using Prestashop 1.6.1.7. - Looking for a CDN working well with Prestashop. Any suggestions? - Need module to compress images of my webshop. Any suggestions? - Need someone to uninstall deactivated/unnecessary mo...
-
- development
- add ons
-
(and 6 more)
Tagged with:
-
I would like to create a shop where I have different retailers adding their items to the shop. A retailer should only be able to view the products he added and the orders made for his/her product on the back end. Is it possible to achieve this kind of setup with Prestashop?
-
Hello everyone, I'm new with prestashop and I'm trying to create a new module following the developers tutorial http://doc.prestashop.com/display/PS17/Creating+a+PrestaShop+1.7+Module practically the same as the prestashop 1.6 tutorial. All is fine until this section http://doc.prestashop.com/...
- 2 replies
-
- module
- development
-
(and 2 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:
-
Hello, I'm overriding one module but smarty is not receiving the variables sent from renderWidget of the parent class, this code shows an example on one the Ps_Languageselector module: path: override\modules\ps_languageselector\ps_languageselector.php <?php use PrestaShop\PrestaShop\Core\M...
- 4 replies
-
- development
- smarty
-
(and 4 more)
Tagged with:
-
Hi everyone, is there a way to turn off debug-mode programmatically? Just temporary. The debug mode helps a lot and I like to use it in my development, but in a most recent case it drives me realy crazy. I just want to (and I have to) handle an easy try catch scenario, wich cannot work du...
-
- debug-mode
- programmatically
- (and 7 more)