Hallo,
ich setze gerade eine Seite für einen Kunden auf (nur ein Produkt, Klick auf "Bestellen" zeigt direkt den Warenkorb an). Das cart-Template musste angepasst werden. Beim Aufruf des Warenkorbes direkt, wird das Override angezeigt. Wenn man aber über den Bestellen-Button auf der Produkt-Seite geht, dann das default- Template.
Als Workaround habe ich die letzte Zeile der Funktion "add" des Cart-Controllers geändert und rufe den display-Task des Controllers über Redirect auf.
( 'parent::display' -> 'JApplication->redirect' )
Gibt es für mein Anliegen eine saubere Lösung?
Beste Grüße
Hello,
currently I'm creating a single-product shop for a customer (single template joomla site; click on 'add to cart' adds the product and redirects to the shopping cart view).
If the cart ist called directly (from a menu item or via the location bar in the browser), my overidden cart template is used.
If the add-to-cart button is clicked, the default template is used.
As a workaround, I've changed the last line in the 'cart'-controllers 'add'-function. It now uses a redirect instead of calling the display-function:
('parent::display' -> 'JApplication->redirect')
Does a clean solution for my problem exist?
kind regards