SwissUpLabs Logo

AW Giftcard

Open app/code/local/AW/Giftcard/Block/Frontend/Checkout/Cart/Giftcard.php and apply the following patch:

@@ -28,6 +28,9 @@
{
    public function getTemplate()
    {
+       if ('firecheckout' === $this->getRequest()->getModuleName()) {
+           return 'tm/firecheckout/aw_giftcard/cart_giftcard.phtml';
+       }
        return 'aw_giftcard/checkout/cart_giftcard.phtml';
    }
Edit this Page