zafferer Posted March 5, 2020 Share Posted March 5, 2020 (edited) Hallo zusammen, wie kann ich im CMS-Bereich/-Seite Produkte über Smarty auslesen bzw. abfragen, die gerade im Warenkorb liegen? Über {$customer.id} kann ich den Kunden identifizieren, über {$customer.id_default_group} die Kundengruppe und über {Context::getContext()->cart->id} oder {Context::getContext()->cookie->id_cart} die ID des Warenkorbs. Sollte doch möglich sein an die Ids der Produkte, die im Warenkorb liegen ranzukommen...sehe wahrscheinlich den Wald vor lauter Bäumen nicht... Presta 1.7.4.x Edited March 5, 2020 by zafferer (see edit history) Link to comment Share on other sites More sharing options...
zafferer Posted March 5, 2020 Author Share Posted March 5, 2020 Hi, so klappts...(da nur ein Produkt im Warenkorb zu diesem speziellen Zeitpunkt liegen kann) {foreach from=$cart.products item=productInCart} {if $productInCart.id_product eq '38'} bla {elseif $productInCart.id_product eq '39'} bla {elseif $productInCart.id_product eq '40'} bla {/if} {/foreach} nevermind... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now