Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no sort-order "best value" #215

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getAllOptions()
{
if (is_null($this->_options)) {
$this->_options = array(array(
'label' => Mage::helper('Mage_Catalog_Helper_Data')->__('Best Value'),
'label' => Mage::helper('Mage_Catalog_Helper_Data')->__('Position'),
'value' => 'position'
));
foreach ($this->_getCatalogConfig()->getAttributesUsedForSortBy() as $attribute) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function toOptionArray()
{
$options = array();
$options[] = array(
'label' => Mage::helper('Mage_Catalog_Helper_Data')->__('Best Value'),
'label' => Mage::helper('Mage_Catalog_Helper_Data')->__('Position'),
'value' => 'position'
);
foreach ($this->_getCatalogConfig()->getAttributesUsedForSortBy() as $attribute) {
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Catalog/locale/de_DE/Mage_Catalog.csv
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"Backorders","Lieferückstand"
"Based On","Basierend auf"
"Before Order Confirmation","Vor der Bestellungsbestätigung"
"Best Value","Bester Wert"
"Block after Info Column","Nach Infospalte sperren"
"Bottom Block Options Wrapper","Unterseite Sperroptionendeckblatt"
"Bottom/Left","Unten/Links"
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Catalog/locale/en_US/Mage_Catalog.csv
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"Backorders","Backorders"
"Based On","Based On"
"Before Order Confirmation","Before Order Confirmation"
"Best Value","Best Value"
"Block after Info Column","Block after Info Column"
"Bottom Block Options Wrapper","Bottom Block Options Wrapper"
"Bottom/Left","Bottom/Left"
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Catalog/locale/es_ES/Mage_Catalog.csv
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"Backorders","Pedidos Pendientes"
"Based On","Basado en"
"Before Order Confirmation","Antes de la Confirmación del Pedido"
"Best Value","Mejor valor"
"Block after Info Column","Bloque posterior a la columna de información"
"Bottom Block Options Wrapper","Ajuste de opciones del bloque inferior"
"Bottom/Left","Inferior/izquierda"
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Catalog/locale/fr_FR/Mage_Catalog.csv
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"Backorders","Ruptures de stock"
"Based On","Basé sur"
"Before Order Confirmation","Avant la confirmation de commande"
"Best Value","Meilleure valeur"
"Block after Info Column","Bloc après Colonne Info"
"Bottom Block Options Wrapper","Bloc Inférieur Options d'Emballage"
"Bottom/Left","Inférieur/Gauche"
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Catalog/locale/nl_NL/Mage_Catalog.csv
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"Backorders","Backorders"
"Based On","Gebaseerd op"
"Before Order Confirmation","Voor Bestelling Bevestiging"
"Best Value","Beste Waarde"
"Block after Info Column","Blok na Info Kolom"
"Bottom Block Options Wrapper","Onderaan Blokkeer Opties Omslag"
"Bottom/Left","Onderaan/Links"
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Catalog/locale/pt_BR/Mage_Catalog.csv
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"Backorders","Ordens em Atraso"
"Based On","Baseado Em"
"Before Order Confirmation","Antes de Confirmação de Ordem"
"Best Value","Melhor Preço"
"Block after Info Column","Bloco após Coluna de Informações"
"Bottom Block Options Wrapper","Envoltório de Opções do Bloco de Fundo"
"Bottom/Left","Fundo/Esquerdo"
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Catalog/locale/zh_CN/Mage_Catalog.csv
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"Backorders","缺货"
"Based On","基于"
"Before Order Confirmation","在订单确认之前"
"Best Value","最佳值"
"Block after Info Column","信息栏之后阻止"
"Bottom Block Options Wrapper","底部阻止选项包装"
"Bottom/Left","底部/左侧"
Expand Down