Search the Community
Showing results for tags 'special'.
-
How can I set a discount icon on a product, when making a special price. In the backend (in this case danish), there's a small button we can mark, if we wants to show a discount-icon in description and product overview (see screenshot). Thanks.
-
countdown [Module] Special offer countdown - 1.6 / 1.7
spm.presto posted a topic in Paid Modules & Themes
Special offer countdown This module is the best tool to show your customers that the offer is expiring! Sometimes you want to draw attention to the fact that your offer is expiring. In this case this module is the most appropriate remedy. You can set the countdown for the day or month, it does not matter. Look of the potential buyer will be chained by this clock as soon as they visit your site. Install this module and your customers will not think to use your special offer or not. Buy this module and you will get good-looking and good configurable countdown clock at your site. Advantages: Attractive appearance. This module will obviously complement your site. Multilingual (English, Italian, French, Spanish, German, Portuguese). You can easily add new or change existing translations. Support MultiStore Resizable. Compatibility with all versions of PrestaShop. The module uses CSS classes from your site so it is compatibile with your own theme also! Attracts attention of your visitors and customers. Possibility to change schema and text color. It will be good for all themes. Uses sliding of the products with countdowns in block. Simple installation and configuration. Compatible with Firefox, Internet Explorer, Chrome, Safari, Opera... Features: Set up any size of countdown for product page, products list and Home Featured block and also for sliding block. 7 places to show for product page. Shown as scrolled block at left or right columns. Show countdowns on products list or not. Show countdowns on Home Featured block or not. Shown at the top of the pages as scrolled block (Coming soon with next update). Set up schema and text color. That means that this module is suitable for sites of all color schemes. You can set up a few products for one countdown. You can set up different text for different products. Any time you can correct expiring time and displayed text. Change height, number of products, position for sliding block. Show sliding block only on home page or on other pages too. Opportunity to see countdowns active and expired list on back-office. Products are sorted by categories names and products names in separated category for good searching. Exept expired date and time you can set up also start date and time. Module: https://addons.prestashop.com/en/product.php?id_product=43344 Demo FrontOffice: https://demostoreprestashop.com/demo/clockcountdownps16/en/casual-dresses/3-13-printed-dress.html Demo BackOffice: https://demostoreprestashop.com/demo/clockcountdownps16/admin1/ -
Hello guys im having a little problem that i cant find a solution to it: We have special clients with special pricess and we dont want to show them the disscount. For expample if i add a special price to one client it shows the original price cutted with a line and than shows the disscounted price. Is it posible to show only the disscounted price for the group-(The price without tax) without seeing the disscount and the original price. .
-
When you add a product, it is possible to add a special price to it, but you can apply it depending on the number of goods (see screenshot), and I need to apply it depending on the TOTAL cost of the basket. For example: Item1 retail (from 0 rubles the final basket) costs 300 rubles, opt (from 5000 RUB. the final basket) 200 rubles Item2 retail (from 0 rubles. the final basket) is 500 rubles, wholesale (from 5000 rubles. the final basket) 400 rubles When adding a product, I want to specify its retail price (from 0 rubles to 4999 rubles of the final basket) and wholesale (from 5000 rubles and above). How can I realize this opportunity? Is the ready-made plug-in sold for this?
-
Hi, As we know, special module will display all the price dropped products. Now, My clients wants to display only one category products in the special module. I have copy pasted the special module and tried to change the below code. file : blockspecials.php from: BlockSpecial::$cache_special = Product::getPricesDrop((int)$params['cookie']->id_lang, 0, Configuration::get('BLOCKSPECIAL_SPECIAL_NBR')); To: BlockSpecial::$cache_special = $category->getProducts((int)$params['cookie']->id_lang, 1, Configuration::get('BLOCKSPECIAL_SPECIAL_NBR')); But it is not working. Page is blank. Can anyone please help me on this ? It is little bit urgent. Client wants to go live in next month starting. Thanks in Advance. Mani
-
Hello, well i use PrestaShop™ 1.5.4.1 and i have the common problem with these links (Specials, New products, etc.) The thing is that i have tried everything: 1) I erased the lines where are located in the blockcms.tpl 2) I commented the lines ( <!-- --> ) in the blockcms.tpl 3) I deleted and uploaded again the file 4) I changed the options in the Performance / Cache and Recompile NOTHING happened... The links are still there The only thing i didn't tried, is to upload the file through FTP, i used the Cpanel all the time to edit the file Please i need your HELP That is the site http://www.e-liniko.com/ I don't know if it matters that the template is from TemplateMonster
-
Hi guys, is there any module (paid or free) or maybe some way to do the things like this: * I have 1 product with many sizes * On 1 particular week, I want to make maybe 3 of 8 sizes on "specials" * "Specials" is another product category * That 3 particular items move to the "special" page, but on the product page still shown these combination with the special price What currently running on here is double pricing: - on the normal product page, it has all of the combination with regular prices - on special page, it has some of the combination with special prices Anybody has the solution for this? Or maybe recommended module that really can help with this? Thanks.
-
Hey i'm new to Prestashop and was looking for some guidance/suggestions on how to best achieve the following functionaility for a site when placing an order or if some modules already existed that can achive this with a bit of tinkering. I'm running Prestashop 1.5.x and what to achive the following user story. ------------------------ During the order process the client has the option of ordering products through a "reseller" of the "PrestashopStore". -The order is placed by the client at the prices of the "PrestashopStore". -The client has the option to select and make his purchase through a reseller during the checkout phase meaning the reseller will handle the order and not the "PrestashopStore" -In this case the client will not be required to pay online yet the checkout will proceed and the client will receive two emails ---- First email saying the order has been registered and taken into account by the "PrestashopStore" ---- Second email tied to the order invoice of the reseller (with a pre-formatted email with all the resellers coordinates/info) -This second email is also sent to the "reseller" so that they can treat the order manually based on the information in the email -In order to place an order using a "reseller" option the client must nevertheless have an account created on the "PrestashopStore" In terms of back-end admin functionality, there will therefore obviously need to be a status distinction between orders placed and paid for directly through the "PrestashopStore" and those where the "reseller" option is selected and the payment does not take place through the website directly but where the order info is simply "forwarded" via email to the "reseller". Also worth noting is there is no need for stock management involving resellers so stock should not be worried about. ------------------------ So do any Presta devs have any advice/recommendations on how one should go about achieving this? Maybe someone has done something similar in the past or there are modules out there that already achieve this sort of thing? eg. combining http://addons.presta...ent-module.html with something like this for the emailing functionlity http://addons.presta...opshipping.html or this http://addons.presta...der-emails.html ??? Or can the base default Prestashop 1.5.x functionality cater to this sort of scenario by specifying multiple suppliers, transport carriers, order statuses, payment types, invoice slips etc.? Can resellers even be compared to suppliers in terms of how they're setup in prestashop? Any suggestions are much appreciated...
-
Hi guys. I'm having a really bad head-ache cause of this stupid problem. I need to input the following on all my products: "Solidez a la luz: >6" "Solidez a la luz" is a feature that I created, and ">6" is the value, that sometimes will vary to "<3" or something like that. The problem I have is that everytime I try to enter those symbols (> and <), Prestashop gives me the following error: Se necesita un nombre para la característica Solidez a la luz artificial en Español Which translated means: You need a name for the feature Solidez a la luz artificial in Spanish I've made some tests and I found out it's prestashop's fault. For example I tried to change that value from the database, and it's ok, now my website shows me ">6". But that's not a solution, since the person who will be creating the new products won't have access to the database never. I used to use ">" (greater than symbol) and "<" (less than symbol) and it worked perfectly, but it seems since they updated Prestashop it's not working anymore. Could anyone please help me? I'm desperate. Thanks in advance
- 2 replies
-
- 1
-
-
- special
- characters
-
(and 1 more)
Tagged with:
-
Hi there, I have a problem... I can't make the speacial block to appear in my page. I have a couple of products with discount, block is turned on, but doesn't appear. Aany ideas on this? EDIT: have just found out that the problem is connected with catalog mode. I am using it. When I turn off catalog mode, specials are shown, but what can I do to show specials with catalog mode?
-
Hello, can please someone help me how to make in prices drop module shows only products where reduction is more then 10%? Thanks!
- 4 replies
-
- prices-drop
- reduction
-
(and 1 more)
Tagged with:
-
Hello I want to setup prestashop to sell for only a group that first makes your register in the website, to do part of a exclusively group. If the person doesnt make register first they will see only the catalogue and they will not be able to buy nothing. I want the integrants of the restricted group invites others members and that this be the only way to be part of the group. I looked for all options by default software Prestashop has, but I didnt see anything like this I want to have. Who knows how to do this? Thanks
- 5 replies
-
- group
- restricted
-
(and 8 more)
Tagged with:
-
Hello, I try to understand what is the difference between Featured products and special products. From google I understood that the fetured products are the one I want to promote, but then, what the special products are? Thank you.
- 4 replies
-
- difference
- special
-
(and 2 more)
Tagged with:
-
Hello, I'm using the Special Home Featured module, that's a simple featured products module to the home page (attached below). My problem is that I've translated it as usual to my language, and its translated in the BO, but the Front office part is still in english. I've translated that part as well, it has generated the language php and everything, but I dont get why, and how is that possible to still be in english when I've updated the translation. If someone could check the module files I would really appreciate that. Pictures and files attached below specialhomefeatured (1).zip
-
Problem with special characters My store: http://www.loja77.com/
- 1 reply
-
- prestashop
- special
-
(and 1 more)
Tagged with:
-
Hello everyone! I would like to display the old price for an item in "Featured Products on the homepage" Like on the product's page. There is the new price and the old price overlined. Can you show me how? Thanks!
-
Hi, the 'on sale' icon doesn't appear on products on the store front when selected. Can someone please advise why this might be? Thanks
-
I need to include in my HOMEPAGE... - 4 home featured items (as they come in the default theme). - 12 items with discount prices and the sorting-dropdown and the navigation as in the category page. I tried the homefeatured module with a maximum of 4 items and adding the following code at the end of my index.tpl ... {include file="$tpl_dir./price-drop.tpl" products=$products} ... but, the 4 items limit from the homefeatured module is limiting the product list from the price drop template to 4 as well. Weird stuff!!! When you visit the price-drop page you see a regular product list with no limits... What am I missing here??
-
- homefeatured
- modules
-
(and 2 more)
Tagged with:
-
Arkadaşlar, www.saatmatik.com da sağ tarafta bulunan FIRSAT SAATLERI modülü fiyatı düşen ürünler (http://www.saatmatik.com/fiyati-dusen-saatler) kategorisindeki DB den sondaki 5 ürünü gösteriyor, buradaki ürünleri el ile seçemiyorum. (kulllanılan modül : SpecialProducts Block) DB den ürünün fiyatını elle güncelledim prestashop 1.3 versiyonunda bu yöntem işe yarıyordu fakat 1.4 versiyonda işe yaramadı yani hala DB de kayıtlı son 5 ürünü göstermekte Bilgisi olan arkadaşların yardımını rica ediyorum. Tşk