[Typo3-shop] Separate prices by gradings
Bill Alexy
bill at psiberware.com
Sat Oct 29 00:17:18 CEST 2005
John Nicholas wrote:
> i saw on the wiki that this was possible but haven't found anything
> about how to do this.
>
> I would like to use gradings to represent amounts on a gift card. So
> gift card is one item but is available in 4 different amounts.
>
> Thanks,
> John Nicholas
Hey John,
Check out the Banaguard testsite:
http://tt-products.zedwoo.de/typo3
Username: bananaguard
password: tt_products
It shows how to setup articles, among other things.
Basically in the product record you setup the different gradings in the
field with each choice, separated by a semicolon: Gift Card 1;Gift Card
2; Gift Card 3;Gift Card 4
Than set up a product article record for each choice:
Name the article with a title and then fill in the gradings with the
exact wording you used for the gradings choice in the previous step.
Gift Card 1
Give that article a price
Repeat the process 3 more times giving each article record it's unique price
Enable articles in your shop template with typoscript, putting this in
the constants of your typoscript template:
plugin.tt_products.selectGradings = 1
setup of your template:
plugin.tt_products.useArticles=1
Make sure your html template has the correct markers as recommended in
the manual.
Anyway, I'm pretty new to this too, but I think this describes the
process well enough. If not, I'm sure a kind soul on the list will
correct me :)
Regards,
Bill
More information about the TYPO3-project-tt-products
mailing list