AbanteCart Community

AbanteCart Development => Customization help => Topic started by: Box on March 26, 2020, 10:18:36 PM

Title: Show price from rather than highest price
Post by: Box on March 26, 2020, 10:18:36 PM
In short I have products that will be selling in quantities. The larger the quantity the cheaper the price.
Im wondering if rather than showing the base price if I can instead show the cheapest price with "from" before it?

Had a search and didnt see anything.

Cheers!
Title: Re: Show price from rather than highest price
Post by: Box on April 28, 2020, 03:01:15 PM
Sill interesting in knowing. If it aint possible out the box thats fine, just dont fancy digging through code and writing unnecessary fixes. Feel free to shoot the me view or controller i need to be in ;-)
Title: Re: Show price from rather than highest price
Post by: HADY on April 29, 2020, 03:39:18 AM
hi!
You need to go to Admin >> settings >> General, then scroll Down to Sort Products as default by: and change that to whatever you want it.
Title: Re: Show price from rather than highest price
Post by: abolabo on April 29, 2020, 03:57:14 AM
Sill interesting in knowing. If it aint possible out the box thats fine, just dont fancy digging through code and writing unnecessary fixes. Feel free to shoot the me view or controller i need to be in ;-)

i think solution is your own extension with hooks that appends additional data for each product from listing + your own template for listing that will override listing of base template.