Search the Community
Showing results for tags 'items'.
-
Hello, during this month i saw more visitors and more sessions than last year. And that's good. But Orders and order's value are a lot less then last year. And that's not good. 🥲 I would like to understand why so i would like to know how many items there were in stock last year and comparate to the ones selled this year. Is any way how I can know for example: last year in September items in stock in the shop TOTAL X this year in Septermber items in stock in the shop TOTAL Y I hope somebody can help me on that. Best regards
- 3 replies
-
- statistics data
- quantity
-
(and 2 more)
Tagged with:
-
Ce module indique le nombre total des articles vendus sur la page du produit. Il est configurable depuis le back-office, la quantité minimale affichée. Vous pouvez également modifier le style d'un fichier CSS. L'objectif du module est de montrer le total des ventes d'un produit et accroître l'intérêt des clients de l'acheter Caractéristiques : Facile à installer Traverser le navigateur Multilingue Multistore Réactif Video solditems.zip V2.0 solditems.zip v2.1 solditems.zip v3.0 solditems.zip v4.0 Link https://catalogo-onlinersi.net/en/add-ons-prestashop-modules/187-solditems-modules-prestashop.html Rappelez-vous de visiter notre site pour la dernière version du module
-
I installed the Facebook Prestashop module and tried to export items. The first time only 1 item showed up. The next day there are 5 but I have 97 products in my store. There are no errors and items are ready to synch. I tried to also add product into my catalog on Meta Business manager/ Commerce Manager but when I select the pixel I want to add items from, it is grayed out and says the pixel is already associated with my catalog. I do not know what to do and I can't seem to get the module to work correctly. Anyone else experience incomplete item export? PrestaShop version: 1.7.3.3
-
Hi! I have a problem with my site when using Klarna checkout Module. When I´m not using the module my checkout is working as expected but when I activate Klarna Module and goes to checkout the products are hidden and it says: "You don´t have any items in your cart" even though I can see the amount in the Klarna module so it works to buy the products but it´s not visible in checkout. URL to shop: verktygsmannen.se/webshop - PS, it´s in Swedish. My set-up in prestashop is like this: SERVERINFORMATION Serverinformation: Linux #1 SMP Mon Mar 5 06:34:56 UTC 2018 x86_64 Serverns version av mjukvaran: Apache PHP-version: 5.6.35 Minnesbegränsning: 536870912 Maxtid för körning: 50 Maximal filstorlek för uppladdning: 96M BUTIKSINFORMATION PrestaShop version: 1.7.0.5 Butikens URL: http://www.verktygsmannen.se/webshop/ Aktuellt tema i bruk: classic DATABASINFORMATION MySQL-version: 10.1.30-MariaDB-1~xenial MySQL server: verktygsmannen.se.mysql Tabellprefix: psn_ MySQL-motor: InnoDB MySQL-drivrutin: DbPDO Anyone who could know what the issue could be? BR Martin
-
Hi all, I would like to find a way to hide untranslated items in prestashop 1.7.4. For example, I have CMS pages that I only want in French. When in English, I would like those pages to be hidden in the menu and lead to /home or appears blank when accessed directly. Any ideas how to do something like this ? For example, Is there a way to generate a different menu tree for each language, by detecting for each indexed page if content is empty or not ? Thanks in advanced.
- 2 replies
-
- hide
- untranslated
-
(and 1 more)
Tagged with:
-
Greetings. On prestashop version 1.6.x, we have option in back-office Administration => Menu to remove unwanted menu items in back office. I want to know how can I remove unwanted menu items in back office on version 1.7.x I know how to do it from database table ps_tab. I am looking for GUI solution from back-office instead going and updating database table. Any idea?
-
ciao a tutti stavo traducendo e modificando graficamente la mail nuovo ordine è tutto a posto tranne la parte degli articoli "Items" sapete indicarmi per cortesia il file che recupera e imposta i prodotti così sistemo anche quelli grazie mille Ilario
-
trabajando en Prestashop 1.6.1.16 , al crear una orden con mas de un item desde el front office, da un error 500 y luego en la back office muestra un solo item al hacer una orden con 1 sol item no falla, pero si coloco mas de 1 item, da erro y al revisar la orden en el back office solo se logra ver el primer item, el total a pagar si es por todos los items.. esto no sucedía antes, no se en que momento empezó , tampoco se como resolverlo. pueden darme alguna ayuda?, no tengo idea de donde puede estar el problema
-
Hi, ich würde gern die Attribute eines Artikels die in der new_order Mail angezeigt werden, auf eine Zeile pro Attribut ändern. Habe schon versucht in der maialerts einfach ein <br> an unterschiedlichen Stellen ein zu bauen aber dann geht die Datei nicht mehr. Das wär mein eh schon etwas abgeänderter Code der ps_emaialerts.php Datei: if ($product['product_reference'] == 'service') { $items_table .= '<tr style="background-color:'.($key % 2 ? '#DDE2E6' : '#EBECEE').';"> <td style="padding:0.6em 0.4em; border:1px solid #D6D4D4;">'.$product['product_reference'].'</td> <td style="padding:0.6em 0.4em; border:1px solid #D6D4D4;"> <div>'.$product['product_name'].'</div>' .(isset($product['attributes_small']) ? ' '.$product['attributes_small'] : '') .(!empty($customization_text) ? '<br />'.$customization_text : '') .' </td> <td style="padding:0.6em 0.4em; text-align:center; border:1px solid #D6D4D4;">'.(int) $product['product_quantity'].'</td> </tr>';} else { $items_table .= '<tr style="background-color:'.($key % 2 ? '#DDE2E6' : '#EBECEE').';"> <td style="padding:0.6em 0.4em; border:1px solid #D6D4D4;">'.$product['product_reference'].'</td> <td style="padding:0.6em 0.4em; border:1px solid #D6D4D4;"> <div>'.$product['product_name'].'</div>' .(isset($product['attributes_small']) ? ' '.$product['attributes_small'] : '') .(!empty($customization_text) ? '<br />'.$customization_text : '') .' </td> <td style="padding:0.6em 0.4em; text-align:center; border:1px solid #D6D4D4;">'.(int) $product['product_quantity'].'</td> </tr> <tr height="30px"><td style="border-width:1px 0px 1px 1px;border-style:solid;border-color:#D6D4D4;background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:3px;font-weight: bold;">Bauteil/Material:</td><td style="border-width:1px 1px 1px 0px;border-style:solid;border-color:#D6D4D4;background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:3px;text-align:right;font-weight: bold;"><input type="text" name="material1" id="material1" style="width:180px;"> Druckbogen/Maschine:</td><td style="border:1px solid #D6D4D4;background-color:#fbfbfb;"><input type="text" name="bogen1" id="bogen1" style="width:80px;"></td></tr> <tr height="30px"><td style="border-width:1px 0px 1px 1px;border-style:solid;border-color:#D6D4D4;background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:3px;font-weight: bold;">Bauteil/Material:</td><td style="border-width:1px 1px 1px 0px;border-style:solid;border-color:#D6D4D4;background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:3px;text-align:right;font-weight: bold;"><input type="text" name="material2" id="material2" style="width:180px;"> Druckbogen/Maschine:</td><td style="border:1px solid #D6D4D4;background-color:#fbfbfb;"><input type="text" name="bogen2" id="bogen2" style="width:80px;"></td></tr> <tr height="30px"><td style="border-width:1px 0px 1px 1px;border-style:solid;border-color:#D6D4D4;background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:3px;font-weight: bold;">Bauteil/Material:</td><td style="border-width:1px 1px 1px 0px;border-style:solid;border-color:#D6D4D4;background-color:#fbfbfb;font-family:Arial;color:#333;font-size:13px;padding:3px;text-align:right;font-weight: bold;"><input type="text" name="material3" id="material3" style="width:180px;"> Druckbogen/Maschine:</td><td style="border:1px solid #D6D4D4;background-color:#fbfbfb;"><input type="text" name="bogen3" id="bogen3" style="width:80px;"></td></tr>';} } Ich denke es geht um die Zeile: .(isset($product['attributes_small']) ? ' '.$product['attributes_small'] : '') aber wo muss da das <br> rein damit jedes Attribut in einer neuen Zeile steht? Schonmal danke für jede Hilfe.
- 6 replies
-
- items
- mailalerts
-
(and 1 more)
Tagged with:
-
Hi, this is a weird one the client ordered from the shop, he ordered two Items, he paid and everything, now on the order, it shows 3 items, and on the invoice, I have attached the invoice from the back office, can someone please explain how to fix this massive bug IN000004.pdf
-
Hola a la comunidad, espero se encuentren bien. Quisiera que me orientaran para saber como podría añadir enlaces tipo ancla a los items que aparecen en el menu principal de Prestashop, y que no me redireccione a las paginas CMS porque esa información la tengo en mi index. La versión que estoy utilizando es la 1.7.1. Gracias.
-
Hi, I was transfering my website to a new domain. For that i made a CSV-Backup of all my 2100 items. Now by the import, i got the problem of an "gateway timeout". Does somebody know how to solve it? Or how to get around this problem? Thanks and best regards Lucio
-
When I go to upload a picture to my product, I pick the file and it goes into the top box with the file name. When I click the upload button, it comes up with a red bar and an error image. It has been doing this for a few days. Also it sometimes adds a blank error icon as a picture and when I try to delete it it says I deleted it, but doesn't delete. How can I fix this, so I can add pictures to my products?
-
Hallo Leute, ich suche schon seit 2 Tagen folgende Übersetzung: ''Showing 1-1 of 7 items(die Zahlen sind nur Beispiel)''. Das steht meistens am Ende der Seite Ich habe schon alle Programmteile angeschaut (in Übersetzungen), doch leider bin ich nicht fündig geworden. Weiß zufällig jemand von euch wo es genau steht? Vielen Dank für Eure Antworten. Gruß Vitali
- 4 replies
-
- Programmteile
- items
-
(and 1 more)
Tagged with:
-
Hi! Is there anyone out there that knows of a module that "transforms" prestashop to a used marketplace. much like ebay.com and Finn.no I want users to be able to register, pay a small fee(or for free) for listing their items on the website and allow them to add their phone number and all to be contacted. Really very much like ebay!=) Thanks!
-
Hi, I am sure that this is in the system somewhere but I can't see where and can't find anything on the forum. maybe I am just using the wrong terms. I want to be able to set a date trigger on certain products so that I can add them to the catalog before I want them visible in the shop but then they become active on a nominated date. Just means that I can add incoming items before they hit stock so that they are up there as soon as stock is in and not waiting for me to get around to adding them. Thanks Billy
-
Hi! I'm using 1.6.0.9. I have noticed that when using filters (layered navigation) the pagination is displayed wrong. If I select one category from top menu (e.g. http://izmerim.afna.si/13-laserski-razdaljemeri), then pagination is correctly shown "Prikazujem izdelke 1 - 7 od 7" (see attached image). But if I select some filters on the left (e.g. "Proizvajalec: Leica Geosystems", http://izmerim.afna.si/13-laserski-razdaljemeri#/proizvajalec-leica_geosystems), then product list is correctly displayed, but pagination is shown "Prikazujem 1 1 5 7 5 7" (see attached image). Please help me solve this. Regards, Grega
- 4 replies
-
- product list;
- filter;
-
(and 2 more)
Tagged with:
-
Hi. I am new to prestashop and installed it on my server yesterday. I am browsing around and looking at all the features. looks good so far. I went to try and create a new shop item. I can create an item. I can put in price and stock I can upload images I cannot update the text field. I cannot put in a Friendly URL. When I write item text - both short and long desciption - and type in a Friendly URL and push the save button (backend) It all looks good and the item is saved. I get the succes message in the top of the site saying "saved successfully!!!". Then.... when I go to the frontend and look at the item I have just updated, nothing has changed.... Why??? ohh why??? why why why?? It drives me crazy to the point where I am ready to give up and give Magento or Shopify a try instead. It is really an importent part of my shops strategy to be able to use SEO friendly urls and to put a good item text to each of my products. Hope someone can help?
-
Hola, cómo puedo dejar los items del menu centrados con la página, ahora los tengo alineados a la izquierda, y me gustaria que si tengo 3 items el 2 estuviera en el medio y los otros a cada lado con respecto al centro de la página. Template: default, Prestashop: 1.5.6.2. Espero haberme explicado bien. Un saludo Gracias anticipadas
-
Hi, I am developing my first website in prestashop. I want to remove the heading (seen on each product page next to breadscrumb)"There are # products in this category "on all category pages and also the error "There is no product in this category". Do i need to modify header.tpl ?? Thanks in advance Ree
- 4 replies
-
- reecreations
- product
-
(and 7 more)
Tagged with:
-
Tengo una web www.centromarian.pl y en la columna izquierda tengo el modulo de categorias y este entre item y item dibuja una linea de separación y yo deseo hacer una de estas dos cosas pero no se como hacerlo 1.- Quitar esas lineas 2.- Suponiendo que no se pueden quitar reducir su espacio para que entre item e item no haya tanto espacio ¿Podeis ayudarme?
-
I'm creating a theme based off of the current (1.5.6.0) default theme. I need help centering the list of items within the actual menu. I already have the whole menu .(sf-menu) centered with "text-align: center;", but the items/categories are pushed over to the left (Home, iPods, Accessories etc.). I can't post a link to site because it is being built on my desktop with Bitnami. Any solution for this problem is greatly appreciated!
-
Hi Version 1.5.4.1 I have just received two orders with over 15 line items. Both orders split into two and gave payment errors. Are 15 line items the maximum you can have per order? Thanks in advance G Edit One product looks to be corrupt. deleted and re created the item. Now able to do more than 15 lines with that product in