diff --git a/app/code/core/Mage/Customer/Block/Account/Dashboard.php b/app/code/core/Mage/Customer/Block/Account/Dashboard.php index 4185801db..12571b34f 100644 --- a/app/code/core/Mage/Customer/Block/Account/Dashboard.php +++ b/app/code/core/Mage/Customer/Block/Account/Dashboard.php @@ -77,7 +77,7 @@ public function getReviewsUrl() */ public function getWishlistUrl() { - return Mage::getUrl('customer/wishlist/index', ['_secure' => true]); + return Mage::helper('customer')->getWishlistUrl(); } /** diff --git a/app/code/core/Mage/Customer/Helper/Data.php b/app/code/core/Mage/Customer/Helper/Data.php index e3ce26671..29cd4ad56 100644 --- a/app/code/core/Mage/Customer/Helper/Data.php +++ b/app/code/core/Mage/Customer/Helper/Data.php @@ -311,6 +311,11 @@ public function getRegisterPostUrl() return $this->_getUrl('customer/account/createpost'); } + public function getWishlistUrl(): string + { + return Mage::getUrl('wishlist', ['_secure' => true]); + } + /** * Retrieve customer account edit form url * diff --git a/app/code/core/Mage/Sales/Model/Resource/Order/Collection.php b/app/code/core/Mage/Sales/Model/Resource/Order/Collection.php index 016a42e57..b623d314d 100644 --- a/app/code/core/Mage/Sales/Model/Resource/Order/Collection.php +++ b/app/code/core/Mage/Sales/Model/Resource/Order/Collection.php @@ -7,7 +7,7 @@ * @package Mage_Sales * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://magento.com) * @copyright Copyright (c) 2019-2024 The OpenMage Contributors (https://openmage.org) - * @copyright Copyright (c) 2024 Maho (https://mahocommerce.com) + * @copyright Copyright (c) 2024-2025 Maho (https://mahocommerce.com) * @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/design/frontend/base/default/template/customer/account/navigation.phtml b/app/design/frontend/base/default/template/customer/account/navigation.phtml index a6edb40a2..be104bb94 100644 --- a/app/design/frontend/base/default/template/customer/account/navigation.phtml +++ b/app/design/frontend/base/default/template/customer/account/navigation.phtml @@ -6,7 +6,7 @@ * @package base_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://magento.com) * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://openmage.org) - * @copyright Copyright (c) 2024 Maho (https://mahocommerce.com) + * @copyright Copyright (c) 2024-2025 Maho (https://mahocommerce.com) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ @@ -18,17 +18,15 @@
diff --git a/app/design/frontend/base/default/template/review/helper/summary.phtml b/app/design/frontend/base/default/template/review/helper/summary.phtml index 73018c5da..ea9513df9 100644 --- a/app/design/frontend/base/default/template/review/helper/summary.phtml +++ b/app/design/frontend/base/default/template/review/helper/summary.phtml @@ -21,8 +21,6 @@ getDisplayIfEmpty()): ?> diff --git a/app/design/frontend/base/default/template/review/product/view/list.phtml b/app/design/frontend/base/default/template/review/product/view/list.phtml index 317177f2d..febab1763 100644 --- a/app/design/frontend/base/default/template/review/product/view/list.phtml +++ b/app/design/frontend/base/default/template/review/product/view/list.phtml @@ -15,6 +15,8 @@ getReviewsCollection()->getItems() ?>
+ __('Add Your Review') ?> +
diff --git a/app/design/frontend/rwd/default/layout/checkout.xml b/app/design/frontend/rwd/default/layout/checkout.xml index 47b70ce49..27b0bd0be 100644 --- a/app/design/frontend/rwd/default/layout/checkout.xml +++ b/app/design/frontend/rwd/default/layout/checkout.xml @@ -66,6 +66,9 @@ Default layout, loads most of the pages + + skin_csscss/checkout.css + checkout/cart.phtml @@ -134,6 +137,9 @@ will be rendered on all checkout pages + + skin_csscss/checkout.css + @@ -336,6 +342,7 @@ One page checkout main layout + skin_csscss/checkout.css @@ -518,6 +525,9 @@ One page checkout order review block + + skin_csscss/checkout.css + @@ -527,6 +537,9 @@ One page checkout order review block + + skin_csscss/checkout.css + diff --git a/app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml b/app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml index bd963ce82..a0e4a43ec 100644 --- a/app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml +++ b/app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml @@ -6,32 +6,20 @@ * @package rwd_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://magento.com) * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://openmage.org) - * @copyright Copyright (c) 2024 Maho (https://mahocommerce.com) + * @copyright Copyright (c) 2024-2025 Maho (https://mahocommerce.com) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ -/** - * Shoping cart sidebar - * - * @see Mage_Checkout_Block_Cart_Sidebar - * @var Mage_Checkout_Block_Cart_Sidebar $this - */ - -?> - -getSummaryCount(); - if(empty($_cartQty)) { - $_cartQty = 0; - } +/** @var Mage_Checkout_Block_Cart_Sidebar $this */ ?> - -
+
getChildHtml('minicart_content') ?>
diff --git a/app/design/frontend/rwd/default/template/customer/account/navigation.phtml b/app/design/frontend/rwd/default/template/customer/account/navigation.phtml deleted file mode 100644 index 18d5e3c17..000000000 --- a/app/design/frontend/rwd/default/template/customer/account/navigation.phtml +++ /dev/null @@ -1,34 +0,0 @@ - - diff --git a/app/design/frontend/rwd/default/template/directory/currency.phtml b/app/design/frontend/rwd/default/template/directory/currency.phtml index 268e83051..e96c4a90f 100644 --- a/app/design/frontend/rwd/default/template/directory/currency.phtml +++ b/app/design/frontend/rwd/default/template/directory/currency.phtml @@ -6,25 +6,19 @@ * @package rwd_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://magento.com) * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://openmage.org) - * @copyright Copyright (c) 2024 Maho (https://mahocommerce.com) + * @copyright Copyright (c) 2024-2025 Maho (https://mahocommerce.com) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ + +/** @var Mage_Directory_Block_Currency $this */ ?> - -getCurrencyCount()>1): ?> +getCurrencyCount() > 1): ?>
diff --git a/app/design/frontend/rwd/default/template/page/html/header.phtml b/app/design/frontend/rwd/default/template/page/html/header.phtml index ee30851d6..43cb2d558 100644 --- a/app/design/frontend/rwd/default/template/page/html/header.phtml +++ b/app/design/frontend/rwd/default/template/page/html/header.phtml @@ -12,63 +12,46 @@ /** @var Mage_Page_Block_Html_Header $this */ ?> +