hamish Posted March 28, 2012 Share Posted March 28, 2012 I'm building a prestashop for a perfume retailer Perfume comes in various volumes eg 40ml 60ml 100ml etc I have put a few test products in http://www.f8creating.com/fragrancehouse/ Take "Jimmy choo eau de toilette" as an example the price displayed in the product listing is £34 this is the price for the 40ml bottle If you click on the item you will see that I have used combinations to give the option to choose the other sizes of bottle (60ml at £44 & 100ml at £58) What the client has requested is basically what debenhams has http://www.debenhams.com/webapp/wcs/stores/servlet/Navigate?ps=&storeId=10001&catalogId=10001&x=0&y=0&txt=jimmy+choo You can see that the price for the product is displayed in the listing as £34-£58 when the product is clicked on, the potential customer can then choose from a drop down the bottle size required much the same as the prestashop combination's works my question though is, Is it possible for prestashop to display the price range in the way debenhams does? eg "£34-£58" in the product list? also, is it possible for this price range to be reflected in the "filter" I understand that this is a third part mod and i will probably need to contact them specifically but thought it worth asking here anyway Link to comment Share on other sites More sharing options...
hamish Posted March 28, 2012 Author Share Posted March 28, 2012 I should add, we are happy to pay for a module if there is one? Link to comment Share on other sites More sharing options...
darthvazor Posted March 31, 2012 Share Posted March 31, 2012 How did you do this price range for a product?? Link to comment Share on other sites More sharing options...
jhnstcks Posted March 31, 2012 Share Posted March 31, 2012 I've never seen anything like this for Prestashop, you could always add a post on the job offers forum http://www.prestashop.com/forums/forum/76-paid-modules-job-offers-and-paid-services/ someone might be able to create the module for you there. Link to comment Share on other sites More sharing options...
redworthpaul Posted April 6, 2012 Share Posted April 6, 2012 Hi Can you tell me how you solved your product price range problem. I too have a similar problem and cannot find a solution. Thank you Paul Link to comment Share on other sites More sharing options...
gennybeans Posted April 25, 2012 Share Posted April 25, 2012 Hey guys! I'm also looking for something like this. Has anyone been able to figure it out? I've been wanting this capability for a while now but can't seem to get it figured out. Thanks! Link to comment Share on other sites More sharing options...
hamish Posted May 16, 2012 Author Share Posted May 16, 2012 We are yet to solve this problem The client is after it but has agreed it can wait ... It would just be nice to be able to do something for him sooner rather than later Might it be possible to hack it to do it? Link to comment Share on other sites More sharing options...
hamish Posted May 30, 2012 Author Share Posted May 30, 2012 (edited) My solution for this was to put the word "from" before the price ... to do this I edited line 43 in prduct-list.tpl I put a span inside the price span like so: <span class="price" style="display: inline;"><span class="from">From:</span> {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span> then styled it like so: ul#product_list li .price .from { font-size: 0.7em; color:#777; } Its not ideal ... but anything else just isnt within the project budget for now If someone can come up with a module to do the "34.00-£55.00" type price im sure you could make a few quid ... we would certainly buy it! Edited May 31, 2012 by hamish (see edit history) Link to comment Share on other sites More sharing options...
hamish Posted May 31, 2012 Author Share Posted May 31, 2012 (edited) just to add to this ... I also commented out the "add to cart" button in product-list.tpl and the homefeatured.tpl in the home featured mod ... that way the potential customer has to view the product before they can add it to cart therefore having the choice to see the variations in price before being able to add it to cart ... Hope that makes sense ... the last two posts are the best solution i can come to in lieu of actually being able to display a "34.00-£55.00" type price for editing the tpl files mentioned this should give enough clues http://www.prestasho...-to-cart-button Edited May 31, 2012 by hamish (see edit history) Link to comment Share on other sites More sharing options...
ilan316 Posted September 1, 2012 Share Posted September 1, 2012 As any one found a Solution for the price range , im also looking for that kind of module Link to comment Share on other sites More sharing options...
PrestaShark Posted August 25, 2014 Share Posted August 25, 2014 Bump! Anyone found solution for this? Im looking for a cheat to display product price ranges at product-list.tpl (category page) Thanks in advance! Link to comment Share on other sites More sharing options...
stasinus Posted October 13, 2014 Share Posted October 13, 2014 Hi, I think to use temporary solution like entering base price (min) in product "Retail price" field and max price in "Pre-tax wholesale price" field and then amend product-list.tpl to show the range based on these fields. I understand that this is dummy solution, that stats could be broken etc. But yet no other solution available. Please share your thought if any. Regards, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now