diff --git a/app/appfront/config/modules/Catalog.php b/app/appfront/config/modules/Catalog.php index c29ea0169cdf1ce1e70029e79deb616150c3d73e..0ba378c285d6b278d62ed44f1e84f68d661e2e57 100644 --- a/app/appfront/config/modules/Catalog.php +++ b/app/appfront/config/modules/Catalog.php @@ -40,12 +40,12 @@ return [ ], 'low-to-high' => [ 'label' => '$ Low to High', - 'db_columns'=> 'price', + 'db_columns'=> 'final_price', 'direction' => 'asc', ], 'high-to-low' => [ 'label' => '$ High to Low', - 'db_columns'=> 'price', + 'db_columns'=> 'final_price', 'direction' => 'desc', ], ],