|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Article attributes in confirmation emailHi list,
I'd like to be able to list the article attributes in the user and admin confirmation email. Just like that is possible in the basket. Does anyone know if that is possible? If not I'm willing to implement it as I think it would be valuable. Greets, Rik _______________________________________________ TYPO3-project-commerce mailing list TYPO3-project-commerce@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce |
|
|
Re: Article attributes in confirmation emailHi Rik,
you could try my extension "ods_commerce_showattributes". It adds "###ARTICLE_SELECT_ATTRIBUTES###" to cart and mail template. Regs, Robert Rik Willems schrieb: > Hi list, > > I'd like to be able to list the article attributes in the user and admin > confirmation email. Just like that is possible in the basket. Does > anyone know if that is possible? If not I'm willing to implement it as I > think it would be valuable. > > Greets, Rik > _______________________________________________ > TYPO3-project-commerce mailing list > TYPO3-project-commerce@... > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce -- Onedrop Solutions GmbH & Co. KG Neugablonzer Str. 1 93073 Neutraubling Tel: +49 (9401) 88165-28 Fax: +49 (9401) 88165-50 Mail: rheel@... http://www.1drop.de Kommanditgesellschaft Sitz: Neutraubling Registergericht Regensburg, HRA 7674 Komplementärin Onedrop Solutions Verwaltungs GmbH Sitz: Neutraubling Registergericht Regensburg, HRB 10570 Geschäftsführer: Robert Zierhofer _______________________________________________ TYPO3-project-commerce mailing list TYPO3-project-commerce@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce |
|
|
Re: Article attributes in confirmation emailHi Robert,
Thanks for the tip. Will look into that. Please be aware that commerce has that marker for the basket already... Does this conflict? Greets, Rik Robert Heel schreef: > Hi Rik, > > you could try my extension "ods_commerce_showattributes". It adds > "###ARTICLE_SELECT_ATTRIBUTES###" to cart and mail template. > > Regs, > > Robert > > > Rik Willems schrieb: >> Hi list, >> >> I'd like to be able to list the article attributes in the user and >> admin confirmation email. Just like that is possible in the basket. >> Does anyone know if that is possible? If not I'm willing to implement >> it as I think it would be valuable. >> >> Greets, Rik >> _______________________________________________ >> TYPO3-project-commerce mailing list >> TYPO3-project-commerce@... >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce >> > TYPO3-project-commerce mailing list TYPO3-project-commerce@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce |
|
|
Re: Article attributes in confirmation emailThanks for the hint, I will check this.
Rik Willems schrieb: > Hi Robert, > > Thanks for the tip. Will look into that. Please be aware that commerce > has that marker for the basket already... Does this conflict? > > Greets, Rik > > Robert Heel schreef: > >> Hi Rik, >> >> you could try my extension "ods_commerce_showattributes". It adds >> "###ARTICLE_SELECT_ATTRIBUTES###" to cart and mail template. >> >> Regs, >> >> Robert >> >> >> Rik Willems schrieb: >> >>> Hi list, >>> >>> I'd like to be able to list the article attributes in the user and >>> admin confirmation email. Just like that is possible in the basket. >>> Does anyone know if that is possible? If not I'm willing to implement >>> it as I think it would be valuable. >>> >>> Greets, Rik >>> _______________________________________________ >>> TYPO3-project-commerce mailing list >>> TYPO3-project-commerce@... >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce >>> >>> > _______________________________________________ > TYPO3-project-commerce mailing list > TYPO3-project-commerce@... > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce > -- *Onedrop Solutions GmbH & Co. KG* Neugablonzer Str. 1 93073 Neutraubling Tel. +49 (0) 9401/88 165 - 28 Fax +49 (0) 9401/88 165 - 50 www.1drop.de rheel@... *Kommanditgesellschaft* Sitz: Neutraubling Registergericht Regensburg HRA 7674 *Komplementärin* Onedrop Solutions Verwaltungs GmbH Sitz: Neutraubling Registergericht Regensburg HRB 10570 Geschäftsführer: Robert Zierhofer P* Please consider the environment before printing this email.* _______________________________________________ TYPO3-project-commerce mailing list TYPO3-project-commerce@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce |
|
|
Re: Article attributes in confirmation emailAt least the current svn version has. I'm not sure about current TER version. Put this in your shoppingcart template: <br /> <br /> <br /> <h3>PRODUCT_BASKET_SELECT_ATTRIBUTES</h3> <br /> <!-- ###BASKET_SELECT_ATTRIBUTES### begin--> <div class="com-basket-sel-att"> <span class="com-basket-sel-att-text"><u>###SELECT_ATTRIBUTES_TITLE###:</u> ###SELECT_ATTRIBUTES_VALUE### ###SELECT_ATTRIBUTES_UNIT###</span> </div> <!-- ###BASKET_SELECT_ATTRIBUTES### end --> And that this marker: ###ARTICLE_SELECT_ATTRIBUTES### In this subpart: ###PRODUCT_BASKET_FORM_SMALL### And it should all work out. Greets, Rik Robert Heel schreef: > Thanks for the hint, I will check this. > > Rik Willems schrieb: >> Hi Robert, >> >> Thanks for the tip. Will look into that. Please be aware that commerce >> has that marker for the basket already... Does this conflict? >> >> Greets, Rik >> >> Robert Heel schreef: >> >>> Hi Rik, >>> >>> you could try my extension "ods_commerce_showattributes". It adds >>> "###ARTICLE_SELECT_ATTRIBUTES###" to cart and mail template. >>> >>> Regs, >>> >>> Robert >>> >>> >>> Rik Willems schrieb: >>> >>>> Hi list, >>>> >>>> I'd like to be able to list the article attributes in the user and >>>> admin confirmation email. Just like that is possible in the basket. >>>> Does anyone know if that is possible? If not I'm willing to >>>> implement it as I think it would be valuable. >>>> >>>> Greets, Rik >>>> _______________________________________________ >>>> TYPO3-project-commerce mailing list >>>> TYPO3-project-commerce@... >>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce >>>> >>>> >> _______________________________________________ >> TYPO3-project-commerce mailing list >> TYPO3-project-commerce@... >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce >> >> > TYPO3-project-commerce mailing list TYPO3-project-commerce@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce |
|
|
Re: Article attributes in confirmation emailHi Rik,
it does not conflict. It adds the marker in subpart ###BASKET_ITEMS_LISTVIEW### Regards, Robert Rik Willems schrieb: > At least the current svn version has. I'm not sure about current TER > version. > > Put this in your shoppingcart template: > > <br /> > <br /> > <br /> > <h3>PRODUCT_BASKET_SELECT_ATTRIBUTES</h3> > <br /> > <!-- ###BASKET_SELECT_ATTRIBUTES### begin--> > <div class="com-basket-sel-att"> > <span > class="com-basket-sel-att-text"><u>###SELECT_ATTRIBUTES_TITLE###:</u> > ###SELECT_ATTRIBUTES_VALUE### ###SELECT_ATTRIBUTES_UNIT###</span> > </div> > <!-- ###BASKET_SELECT_ATTRIBUTES### end --> > > > And that this marker: ###ARTICLE_SELECT_ATTRIBUTES### > In this subpart: ###PRODUCT_BASKET_FORM_SMALL### > > And it should all work out. > > Greets, Rik > > Robert Heel schreef: >> Thanks for the hint, I will check this. >> >> Rik Willems schrieb: >>> Hi Robert, >>> >>> Thanks for the tip. Will look into that. Please be aware that commerce >>> has that marker for the basket already... Does this conflict? >>> >>> Greets, Rik TYPO3-project-commerce mailing list TYPO3-project-commerce@... http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-commerce |
| Free embeddable forum powered by Nabble | Forum Help |