Search the Community
Showing results for tags 'Counter'.
-
Hello, I'm looking for a cart bonus module that will work a bit differently than the ones I've found available, because I want the bonus product to cost one penny, not be free. Additionally, I need the module to have a counter in the cart showing how much more needs to be added to the cart value for the customer to get the bonus product for one penny. Thanks a lot for any hints
-
Hello, i want put Visitor Counter on the Front Office footer from Back Office (Visits and Unique Visitors) where find and get that code?
-
Moduł wyświetla dowolną ilość bloków z licznikiem który uruchamia się gdy jest widoczny, można tak pokazać ile ma się produktów w sprzedaży, ile wypiłeś kaw dzisiaj albo ile produktów jest w promocji. Moduł pozwala wybrać dowolne zdjęcie jako ikonę i tekst. Moduł w pełnej wersji jest płatny natomiast za darmo jest wersja demo w załączonym pliku do tego tematu, demo pokazuje 3 bloki z licznikiem. Moduł przetestowany na wersji 1.6 i 1.7 Tutaj pokaz działania modułu w wersji płatnej: w4ecounter-demo.zip
-
Hi all, I am new from community, but I have search related topics about delete order of version 1.6 that said not recommend delete order directly, and some recommend use delete order free module. But those not work for me, I tried to delete order manually, let say my current latest id_order is 122, I delete it manually, but after I create a new order , the new id_order still increase to 123, not 122 again. The following are what I have tried: 1.Delete data from Mysql of following tables ps_cart, ps_cart_cart_rule, ps_cart_product, ps_orders, ps_order_carrier, ps_order_detail, ps_order_history, ps_order_invoice, ps_order_invoice_payment, ps_order_message, ps_order_payment 2. directly delete using delete module or delete button added through override AdminOrderController.php http://127.0.0.1/PS/admin/index.php?controller=AdminOrders&deleteorder&token=9991234455u8uu5i5u5i4u5545oi&id_order=122 3. delete order free module Could anyone tell me how to make a correct id_order after I have delete the old order? Moreover, could anyone teach me how to reset order that start from 1? Thank you very much
-
Frage nur aus Neugier, gibt es einen Artikel-Counter wie oft ein Artikel angeschaut wurde ? oder kann man das irgendwo sehen?
-
I've want to add my cms page counter to every CMS page. I followed this topic . every thing is OK for implementaion of that tutorial but I've had a problem: my query is: SELECT pv.counter AS total FROM ps_page_viewed pv LEFT JOIN ps_page p ON pv.id_page = p.id_page LEFT JOIN ps_page_type pt ON p.id_page_type = pt.id_page_type WHERE pt.name = 'cms' AND p.id_object = '194' in query we need join PS_PAGE_VIEWED and PS_PAGE tables. for every CMS page that I created in PS_PAGE table , the id_page set to 17(for every page!!- i have about 200 pages) and also in PS_PAGE_VIEWED for all cms page the Id_page is set to 17 ,too. also, if i create a new cms page, then in the both table , id_page automatically set 17.[in the PS_PAGE when i add a new product , the related page id will be add to table by new id and every thing about product is OK but for CMS page all page ID set to 17] e.g: new cms page : cmd_id=194 id in PS_Page: 17 ID in PS_Page_viewed: 17 new cms page : cmd_id=195 id in PS_Page: 17 ID in PS_Page_viewed: 17 new cms page : cmd_id=196 id in PS_Page: 17 ID in PS_Page_viewed: 17 my prestashop is 1.6.0.14 what should I do??? please help me thanks
-
Hallo liebe Prestashopper, ich versuche ein Shop zu erstellen, bei dem ein Produkt erst dann verkauft wird, wenn eine bestimmte Anzahl an Nachfragen vorhanden ist. Gibt es eine Möglichkeit eine Art Zähler, zu jedem Produkt einzubauen, welcher bei jeder Bestellung hochzählt bis eine gewisse Anzahl erreicht ist? Und wie lässt sich dieser Zähler dann auf die Produktseite einbauen? Danke und Gruß, boedt
- 2 replies
-
- Counter
- Bestellung
-
(and 1 more)
Tagged with:
-
Hello. I need to add a counter of sold items on the product page. I have already found this two methods for achieving this goal, but both of them are not compatibly with 1.5 version: 1) http://alvinjiang.bl...splay-sold.html This method suggests to find two small lines and add some code before them: include_once(dirname(__FILE__).'/init.php'); in product.php and <p class="price"> in product.tpl But there is no such lines in 1.5 version. 2) http://www.prestasho...counter-module/ this modul also needs some coding and requests for the lines: <!-- Out of stock hook --> <p id="oosHook"{if $product->quantity > 0} style="display:none;"{/if}> {$HOOK_PRODUCT_OOS} </p> and 'HOOK_EXTRA_RIGHT' => Module::hookExec('extraRight'), 'HOOK_PRODUCT_OOS' => Hook::productOutOfStock($product), 'HOOK_PRODUCT_FOOTER' => Hook::productFooter($product, $category), in product.tpl And there is no such lines also. I have even thought about modifying the "products in stock" counter on the product page by adding a simple arithmetics (like if there was 1000 items in stock in the beginning then the number of sold items will bw 1000-"items in stock") but this was also unsuccessful because I did not manage to find the parameters to change in the product.php (and how to code this too). Can you please suggest me something. Thank you
- 9 replies
-
- product page
- counter
-
(and 1 more)
Tagged with:
-
MOD Version : V.0.0.3 / Compatible 1.5RC MOD Version : V.0.0.4 / Fix erreur dans l'attribution du mois. Bonjour à tous, Après quelques heures de travail et de recherche je suis heureux de vous faire profiter des fruits de mes résultats LES ETAPES Modification du mois serveur Français (ou autre) en anglais. (comme ci dessous exemple pour un seul mois). Ceçi est à l'origine de l'erreur NaN. {if ($product->specificPrice.to|date_format:'%B') == 'janvier' or ($product->specificPrice.to|date_format:'%B') == 'januar'} {assign var="month_counter" value="january"} {/if} Vérification que la promotion est toujours en cours à la seconde prête. Entre l'heure de paramétrage et l'heure serveur. {if ($product->specificPrice.reduction) AND ($product->specificPrice.to|date_format:'%Y-%m-%d %H:%M:%S' >= $smarty.now|date_format:'%Y-%m-%d %H:%M:%S')} ........ {/if} Paramétrage de l'affichage en correspondance avec la langue ISO utilisée par l'utilisateur lors de sa navigation. {if $lang_iso == 'en'} <script type="text/javascript" src="{$base_dir}js/jquery/jquery.countdown.js"></script> {else} <script type="text/javascript" src="{$base_dir}js/jquery/jquery.countdown.js"></script> <script type="text/javascript" src="{$base_dir}js/jquery/jquery.countdown-{$lang_iso}.js"></script> {/if} LE RESULTAT Un compteur fonctionnel sur la dernière version de PRESTASHOP. La gestion multilingue (serveur & user). Un fonctionnement simple et automatique (pas de gestion d'un module tiers pour gérer les promotions, exploite les fonctionnalités natives de prestashop). >> VOIR LA PIECE JOINTE (capture.jpg) << 1. Les pré-requis : Package Jquery.Countdown : http://keith-wood.name/countdown.html Un accès FTP à votre domaine. Un éditeur de texte. 2. Copie des fichiers Jquery sur le serveur www : Copier les fichiers présents dans le package Jquery.Countdown comme ci dessous. *.css dans /prestashop/css/ *.js dans /prestashop/js/jquery/ 3. Edition du fichier product.tpl et ajout du MOD : Editer le fichier /prestashop/theme/$$Votre_Theme$$/product.tpl Rechercher la ligne : <p class="prodAttr">{l s='Reduced price!'}</p> <br class="clear" /> {/if} et la ligne : {if $packItems|@count} <p class="pack_price">{l s='instead of'} <span style="text-decoration: line-through;">{convertPrice price=$product->getNoPackPrice()}</span></p> <br class="clear" /> {/if} Ajouter le code suivant entre : {* ----------------------- MOD PROMOTION COUNTDOWN START ----------------------- *} {* Author : Fabian Osmond - [email protected] *} {* Date : July 2nd 2012 *} {* Enjoy this MOD for your favorite e-commerce script *} {* MOD Version : V.0.0.4 *} {* ----------------------------------------------------------------------------- *} {* Download the Jquery.Countdown : http://keith-wood.name/countdown.html *} {* ----------------------------------------------------------------------------- *} {* Tested on : PrestaShop V.1.4.8 *} {* Inspired modified and enhaced from : *} {* http://www.prestashop.com/forums/topic/62399-mod-reduction-price-countdown *} {* ----------------------------------------------------------------------------- *} {* 1 - Format local server time to english month. You can put additional language like spanish or italian etc.. *} {if ($product->specificPrice.to|date_format:'%B') == 'janvier' or ($product->specificPrice.to|date_format:'%B') == 'januar'} {assign var="month_counter" value="january"} {elseif ($product->specificPrice.to|date_format:'%B') == 'fevrier' or ($product->specificPrice.to|date_format:'%B') == 'februar'} {assign var="month_counter" value="february"} {elseif ($product->specificPrice.to|date_format:'%B') == 'mars' or ($product->specificPrice.to|date_format:'%B') == 'marz'} {assign var="month_counter" value="march"} {elseif ($product->specificPrice.to|date_format:'%B') == 'avril'} {assign var="month_counter" value="april"} {elseif ($product->specificPrice.to|date_format:'%B') == 'mai'} {assign var="month_counter" value="may"} {elseif ($product->specificPrice.to|date_format:'%B') == 'juin' or ($product->specificPrice.to|date_format:'%B') == 'juni'} {assign var="month_counter" value="june"} {elseif ($product->specificPrice.to|date_format:'%B') == 'juillet' or ($product->specificPrice.to|date_format:'%B') == 'juli'} {assign var="month_counter" value="july"} {elseif ($product->specificPrice.to|date_format:'%B') == 'aout'} {assign var="month_counter" value="august"} {elseif ($product->specificPrice.to|date_format:'%B') == 'septembre'} {assign var="month_counter" value="september"} {elseif ($product->specificPrice.to|date_format:'%B') == 'octobre' or ($product->specificPrice.to|date_format:'%B') == 'oktober'} {assign var="month_counter" value="october"} {elseif ($product->specificPrice.to|date_format:'%B') == 'novembre'} {assign var="month_counter" value="november"} {elseif ($product->specificPrice.to|date_format:'%B') == 'decembre' or ($product->specificPrice.to|date_format:'%B') == 'dezember'} {assign var="month_counter" value="december"} {else} {assign var="month_counter" value="{$product->specificPrice.to|date_format:'%B'}"} {/if} {* 2 - Check if product is right now in promotion *} {if ($product->specificPrice.reduction) AND ($product->specificPrice.to|date_format:'%Y-%m-%d %H:%M:%S' > $smarty.now|date_format:'%Y-%m-%d %H:%M:%S')} {* 3 - Call the CSS and main JS file *} <link rel="stylesheet" type="text/css" href="{$base_dir}css/jquery.countdown.css" /> {* 4 - Apply the JS and the correct JS language file for the countdown *} {if $lang_iso == 'en'} <script type="text/javascript" src="{$base_dir}js/jquery/jquery.countdown.js"></script> {else} <script type="text/javascript" src="{$base_dir}js/jquery/jquery.countdown.js"></script> <script type="text/javascript" src="{$base_dir}js/jquery/jquery.countdown-{$lang_iso}.js"></script> {/if} {* 5 - Display the counter in the frontoffice *} <br><div align="left"><b>{l s='Discount price until'} :</b></div><br> <div id="reductioncountdown" style="overflow:auto;"></div> <script type="text/javascript"> $("#reductioncountdown").countdown({ldelim}until: new Date('{$month_counter}{$product->specificPrice.to|date_format:' %e, %Y %H:%M:%S'}'){rdelim}); {* 6 - End of the script *} </script> {/if} {* ------------------------ MOD PROMOTION COUNTDOWN END ------------------------ *} Enregistrez le document. 4. Traduction de langue : Rendez vous dans l'administration / Outils / Traduction. Dans "Traduction du Front Office" Cliquez sur le drapeau de votre langue. Traduisez les expression nécessaires (Famille: Product Expression). 5. Votre compteur est actif si dans l'administration du produit / prix vous opérer à un discount. SPECIAL REQUEST Je souhaite faire afficher le compteur dans product-list.tpl est ce que quelqu'un pourrait participer avec moi à cette evolution ? Idem pour l'affichage du compteur dans le bloc Promotion. Je recherche un module PAYBOX gratuit et sécurisé, votre aide sera la bienvenue en remerciement de ce petit MOD En esperant que ce MOD vous apportera toute l'aide nécessaire. Bonne continuation. Fabian Osmond Reduction_price_countdown_product.txt
- 19 replies
-
- 1
-
- flash selling
- promotion
- (and 6 more)
-
Salam master2 prestashop, Mau tanya, saya pernah lihat website pakai visit counter yang bagus tapi kayaknya itu untuk joomla. Kira2 bisa ga ya buat di prestashop? Ini linknya : http://vinaora.com/vinaora-visitors-counter/ Ditunggu pencerahannya. Terimakasih
-
Site Sayaç Modülü (Quick Stats - Visitor Counter) Prestastore'da satışa çıktı. Özelliklerini aşağıdaki linkten inceleyebilir, aynı sayfadaki demo linkinden deneme yapabilirsiniz. https://www.megventure.com/prestashop-modules/3-quick-stats-visitor-counter.html Tabii ki bizler için resmi fiyat olan €29.9 değil, indirimli fiyat olan 39 TL geçerli olacak. Özelden talepte bulunabilirsiniz. İyi çalışmalar.
-
Hi! We updated our Prestashop website to the latest version (1.4.6.2). Before and after the upgrade, we are experiencing some minor issues related to backoffice interface, especially when managing products. Accessing the catalog interface, and selecting one category, the interface returns the total number of products inside the category. If we use some filters over the list, the interface returns correctly the number of filtered items. BUT... If we clear filters (no matter if we just erase all the fields, or use the button "reset"), the interface report that "No products found in category" Please take a look to the pic attached. Thanks for help (or just reading). Andy
- 1 reply
-
- backoffice
- filter
-
(and 1 more)
Tagged with:
-
Hi, I want to add a counter code from histats. I tried footer.tpl and header.tpl but both show up errors. I don't want to use google analytics. Can someone please advise? I am using Prestashop 1.4.5.1. Thanks.
-
Hi. Can you please help me in finding a module or a way to display the number of people that are navigating through my site? Thank you...
- 1 reply
-
- counter
- people on site
-
(and 1 more)
Tagged with: