![]() |
Product price range based on product variants
Hi,
Is it possible to show a product price range instead of showing a single product price on the category page? So, for example I have a product with a base price of $500, but a product variant adds $200 to that price. On the category page, can I show the price as $500 - $700? So a minimum and maximum you can pay for the same product. Thanks in advance, Jenny |
Re: Product price range based on product variants
Not without custom coding it. Variant pricing is not available on product list pages by default
|
Re: Product price range based on product variants
I understand there would be custom coding involved.
Any idea what templates need to be changed? |
Re: Product price range based on product variants
Most likely not templates but php files. Start by checking what's available as product info on products list pages with the debug console.
|
Re: Product price range based on product variants
Can anyone help me figure out if this is doable?
How many hours it would take to configure (how much this would cost)? Thanks! |
Re: Product price range based on product variants
I need that function also.
|
Re: Product price range based on product variants
I'd also use that feature, were it available. I'd even settle for a "From XXX..." figure.
To deliver the best customer experience, it would also need to look at any quantity discounts when determinging the range of prices to show. |
Re: Product price range based on product variants
If you just want a from figure you can use the is_variants variable.
For example in products_t.tpl you can use the following before showing the price (just make sure that the cheapest variation is the default variation) Code:
{if $product.is_variants}<span class="from">from</span> {/if} |
Re: Product price range based on product variants
Hi Darren - thanks printed for future reference.
In my products, the cheapest isn't the default at the moment (long story as to why, but it makes most sense for the type of product I sell and what the customer may already have to hand). |
Re: Product price range based on product variants
In 4.4.4 I had to edit:
/skin/your_skin/customer/main/buy_now.tpl Find (around line 112): PHP Code:
Add below: PHP Code:
|
All times are GMT -8. The time now is 12:13 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.