Search the Community
Showing results for tags 'Query'.
-
whatsapp [FREE MODULE] Prestashop whatsApp chat support
Zohaib-fk posted a topic in Free Modules & Themes
Hi All, Greetings of the day. This prestashop addon helps to add whats app chat support on the online store and turn visitors into customers. This helps to build relationships with customers, provide personalized service and increase sales. WhatsApp officially announced that over 1 bi...- 20 replies
-
- 1
-
-
- customer
- prestashop
- (and 13 more)
-
Hi All, Greetings of the day. The module helps to integrate Database Management Tool Adminer in the back-office. This helps to run SQL queries, and database backups, and perform various jobs such as SELECT/INSERT/UPDATE/DELETE database tables and columns in tables. Also, get infor...
-
Hi, could you help me figure out which query I need to use to do this: assign quantity 0 to all products that have inactive status in the prestashop catalog. I use prestashop 1.6. Thanks to those who will help me
-
Hi, I would like to display a column with the product tags in admin (in product listing) : (On the screenshot, i’ve translated the column name "tag" by "artists" but it is the tag datas) I’ve created an override of AdminProductsController.php Then, I’ve extended the query in order to...
-
Hello ! I'm trying to modify Manufacturer query for admin page in presta 1.7.6. For this i use this hook in order to alter $params['search_query_builder']. public function hookActionManufacturerGridQueryBuilderModifier($params) Its easy to add something into the query , but i'm try...
- 1 reply
-
- manufacturer
- remove select
-
(and 5 more)
Tagged with:
-
SQL Query (group/customer): SELECT c.`id_customer` AS `id_customer`, `id_gender`, `firstname`, `lastname`, c.`email` AS `email`, `birthday`, `date_add`, c.`active` AS `active` , c.*, a.id_group FROM `ps_customer_group` a LEFT JOIN `ps_customer` c ON (a.`id_customer` = c.`id_customer`) WHERE 1...
-
Hi guys, do you know how I can adjust the menu positions on the lab mega menu module, If i drag the menu pages to different positions, there is no save button to implement the changes. Thank you for your help!
-
Salve a tutti, mi sono avvicinato da poco a prestashop (versione 1.7.6) e sto cercando di recuperare i valori da una tabella aggiuntiva che ho creato, nel controller eseguo questa query: $sql = 'SELECT * FROM '._DB_PREFIX_.'aree'; if ($results = Db::getInstance()->ExecuteS($sql))...
-
Good morning, I currently have a query to download the fields I need to connect to my facebook store, it isn't perfect but it works so far. The problem is that I need to automate it, because I am short on time to take care of everything. Right now I think I have two options, but I have fai...
-
-
Hi, I have a shop that's using the theme (leo alaska) and it's been doing fine, but all of a sudden I get a blank screen. I haven't touched it in a while, and this just happened all of a sudden. I get the following error on debug mode: the php version currently...
- 1 reply
-
- blank screen
- php 7.1
-
(and 9 more)
Tagged with:
-
Hi, i have to make a query with gives me this structure. P=Array ( [0] => Array ( [id__dic] => 79 [id__shop] => 1 [id__lang] => 2 [symbol] => uoi [parent_symbol] => Mich [root_symbol] => 0 [folder] => 1 [oorder] =>...
-
Hello, I use a prestashop 1609 and I have around 10,000 products. I received a message from the hosting company with a recommendation to optimize a mysql query on my site (sql log is in the attachment) This query consumes a lot of processor time. In prestashop, this request is located in...
-
- optimization
- mysql
-
(and 1 more)
Tagged with:
-
Ho questo problema, cercherò di essere riassuntivo: Ho scritto un script in php per analizzare un file csv prodotto da un gestionale. Questo script se, trova corrispondenza tra il csv e un prodotto su prestashop ne aggiorna prezzo e giacenza. Se non trova il prodotto lo crea e mi invi...
- 11 replies
-
- importazione
- prodotti
-
(and 3 more)
Tagged with:
-
I make a blog module and now comes the pagination issue where I need the rows count for the respective calculations. I have an idea to make a table lets say category_total where I will have 2 columns (category_id, total) where I will update the total once I add or delete something. I will delete...
- 1 reply
-
- where
- performance
-
(and 6 more)
Tagged with:
-
I have PS 1.6.1.19. I have added: $this->fields_list['location'] = array( 'title' => $this->l('Location'), 'width' => 30 ); For the Location column to be visible in the Products list but the column is empty with no values. How exactly the syn...
-
- product list
- columns
-
(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)
-
I use two functions in my custom code lets say function Query and function QueryLang The first one returns db::getInstance()->executeS($sql); In the second one after I prepare my query to include the respective _lang table, I call the first one but in bux fixing when I was doing var_dump($...
-
Hey everyone, Here is my problem. I doing some queries to the database but I keep getting stuck on certain queries. For example: $query = new DbQuery(); $query->select('id_product') ->from('product_attribute') ->where('id_product_attribute ='.$id);...
-
Hello everyone, How does one programmatically enable ASM with SQL query? Our store has 50k+ products and the ASM has stopped functioning. Event: 1. I disabled ASM temporarily in order to delete a product from BO. 2. When ASM was re-enabled later, all products did not...