ENGLISH:
For our client I'm processing new features and i'm running into some problems.
Befor i'm re-inventing the wheel I would like to post my problem here, maybe there's a 'simple' way to come to a solution.
It involves the product list view.
The default template contains a ProductLoop.
This was not sufficient for us because all the variants need to be displayed directly with variant information, such as the color for example.
We have solved this in the past by creating a custom loop using a database query and the define custom tags that were nessesary.
This means the displayed items are no longer ecom.product typed and the ecom product tags are not available within the loop. This wasn't a problem.
Now the wish is that discount prices should be shown and the way mentioned above seam to be no longer usefull.
Do you have any tips?
My first thought is that I should use the API to retrieve the products and fill ProductLoop with typed ecom.product objects, custom values / tags need to be added to these ecom product typed objects ... Am I thinkin' in the right direction?
NEDERLANDS:
Ik ben voor onze klant nieuwe wensen aan het verwerken en loop tegen wat problemen aan.
Voordat ik zelf het wiel opnieuw uit ga vinden wil ik hier het probleem voorleggen. Wellicht is er een ‘simpele’ oplossing.
Het gaat in deze om onze productlist weergave.
De default template bevat een ProductLoop.
Deze was voor ons niet toereikend omdat alle varianten direct getoond moesten worden en variant informatie, zoals kleur getoond moest worden.
Wij hebben dit destijds opgelost door zelf een Loop te maken mbv een database query en zelf de benodigde tags te defineren.
Het zijn op dat moment geen producten meer van het type ecom.product en hebben dan ook niet de overige template tags.
Nu is de nieuwe wens dat discount prijzen moeten kunnen worden getoond. Dan gaat bovenstaande niet meer op, want ik heb geen flauw idee hoe de discountprijzen in de databasequery gekoppeld moeten worden.
Heb jij tips?
Mijn gevoel zegt dat ik de API moet gebruiken om de producten op te halen en de ProductLoop moet vullen met ecom.product typed producten waar ik dan custom waarden/tags aan toe moet voegen ... Zit ik op de goede weg met die gedachte?