[TYPO3-commerce] A few questions about features (Falk K?hnel)

Ralf Merz ralf.merz at heindl.de
Wed Oct 24 13:17:06 CEST 2007


Hi there!

I am new to this list and to tx_commerce.
I mostly use xt:commerce for projects. I wnated to look into the 
abilities of commerce, since it would be nice to have an integrated 
environment with typo3.

Now these are the features i am looking for:
- downloadable content
- status logs for BE
- status tracking for FE users
- Coupon/voucher system

Hi,

I´m working on a coupon-extension for commerce.
Normally it should be available in TER since a few month, but because of 
a waste of time I could not do this. *sorry*
I hope to get finished soon.
So, let´s say: Yes, a coupon/voucher system will be available.

Regards
Ralf

p.s.: Sorry if this message goes out wrong. It´s my first post to this 
list.

>
> Is any of this in progress or already done? I havent found any of this 
> yet.
> Also i find the backend functionality for handling the workflow with 
> orders nor very convenient.
>
> I am currently testin 0.9.2. I am willing to put some work to this, 
> but i would rather not do anything over that has already been done.
>
> Thanks for your help
> Falk


typo3-project-commerce-request at lists.netfielders.de schrieb:
> Send TYPO3-project-commerce mailing list submissions to
> 	typo3-project-commerce at lists.netfielders.de
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce
>
> or, via email, send a message with subject or body 'help' to
> 	typo3-project-commerce-request at lists.netfielders.de
>
> You can reach the person managing the list at
> 	typo3-project-commerce-owner at lists.netfielders.de
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TYPO3-project-commerce digest..."
>
>
> Today's Topics:
>
>    1. Re: listView.products.fields.images.file.maxW = [MAYBE
>       SOLUTION] (Sebastian B?ttger)
>    2. Re: listView.products.fields.images.file.maxW =
>       (Marcel Burkhalter)
>    3. Re: listView.products.fields.images.file.maxW = (Franz Koch)
>    4. Re: listView.products.fields.images.file.maxW =	[MAYBE
>       SOLUTION] (Marcel Burkhalter)
>    5. Re: news about stock handling? (Michiel Roos)
>    6. Re: listView.products.fields.images.file.maxW =
>       (Marcel Burkhalter)
>    7. Re: listView.products.fields.images.file.maxW = (Franz Koch)
>    8. Re: listView.products.fields.images.file.maxW =
>       (Marcel Burkhalter)
>    9. A few questions about features (Falk K?hnel)
>   10. Re: listView.products.fields.images.file.maxW = (Michiel Roos)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 23 Oct 2007 14:06:15 +0200
> From: Sebastian B?ttger <sebastian.boettger at gmail.com>
> Subject: Re: [TYPO3-commerce]
> 	listView.products.fields.images.file.maxW = [MAYBE SOLUTION]
> To: TYPO3 commerce extension project
> 	<typo3-project-commerce at lists.netfielders.de>
> Message-ID:
> 	<mailman.3014.1193141192.20721.typo3-project-commerce at lists.netfielders.de>
> 	
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Michiel,
>
> Do you use stock handling? That case you need
>
> ...products.nostock.fields...
>  and not
> ...products.fields...
>
> The point with the copied stuff like Marcel said is correct, but you 
> still can use it in your extension template. All you have to do is 
> something like that:
>
> lib.tx_commerce.products.fields.images.file.maxW = 200
> plugin.tx_commerce_pi1.singleView.products.fields.images >
> plugin.tx_commerce_pi1 {
>   singleView{
>         products.fields.images < lib.tx_commerce.products.fields.images
>         products.nostock.fields.images < 
> lib.tx_commerce.products.fields.images       
>     }
> }
>
>
>
> I am always  irritated by the naming. This nostock I think means "Count 
> of stock" and not "no stock". Anyway the NO_STOCK part of the template 
> is used, if you check useStockHandling.
>
> Regards
> Sebastian
>
>
>
>
>
> Michiel Roos schrieb:
>   
>> Hi Sebastian,
>>
>> Thank's for checking. This issue now lives on as bug 
>> http://bugs.typo3.org/view.php?id=6577
>>
>> Kind regards,
>>
>>
>> Michiel Roos
>>
>>   
>>     
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 23 Oct 2007 14:07:09 +0200
> From: "Marcel Burkhalter" <info at internezzo.ch>
> Subject: Re: [TYPO3-commerce]
> 	listView.products.fields.images.file.maxW =
> To: typo3-project-commerce at lists.netfielders.de
> Message-ID:
> 	<mailman.1.1193141229.22976.typo3-project-commerce at lists.netfielders.de>
> 	
>
>   
>> It does not work, this is what I tried.
>>
>> # set default image widths
>> lib.tx_commerce {
>> products {
>> fields.images {
>> file.maxW = 111
>> file.maxH = 200
>> }
>> fields.teaserimages.file.maxW = 111
>> }
>>
>> }
>>
>> plugin.tx_commerce_pi1 {
>> listView {
>> categories =< lib.tx_commerce.categories
>> products =< lib.tx_commerce.products
>> articles =< lib.tx_commerce.articles
>> topproducts =< lib.tx_commerce.topproducts
>> products.nostock =< lib.tx_commerce.products
>> articles.nostock =< lib.tx_commerce.articles
>> }
>> }
>>     
>
> Hi
>
> I guess you define this all in your extension template right (noting in the 
> setup.txt)?
> Hmm, maybe you need to completely clear the copied plugin settings before 
> referencing the lib. settings:
>
> plugin.tx_commerce_pi1 >
> plugin.tx_commerce_pi1 {
> listView {
> categories =< lib.tx_commerce.categories
> products =< lib.tx_commerce.products
> <snip>
>
>
> Regards
> Marcel 
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 23 Oct 2007 14:10:05 +0200
> From: Franz Koch <typo.removeformessage at fx-graefix.de>
> Subject: Re: [TYPO3-commerce]
> 	listView.products.fields.images.file.maxW =
> To: typo3-project-commerce at lists.netfielders.de
> Message-ID:
> 	<mailman.1.1193141401.23316.typo3-project-commerce at lists.netfielders.de>
> 	
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Michiel,
>
>   
>> # set default image widths
>> lib.tx_commerce {
>>     products {
>>         fields.images {
>>             file.maxW = 111
>>             file.maxH = 200
>>         }
>>         fields.teaserimages.file.maxW = 111
>>     }
>>
>> }
>>
>> plugin.tx_commerce_pi1 {
>>     listView {
>>         categories =< lib.tx_commerce.categories
>>         products =< lib.tx_commerce.products
>>         articles =< lib.tx_commerce.articles
>>         topproducts =< lib.tx_commerce.topproducts
>>         products.nostock =< lib.tx_commerce.products
>>         articles.nostock =< lib.tx_commerce.articles
>>     }
>> }
>>     
>
> As far as I know you can't use TS-references here, as the part you are 
> applying the reference is no TS-object and thus the reference is not 
> resolved (just debug the $conf-array in pi1). I never understood why 
> this limitation exists - but well - I don't understand a lot of crap 
> that is done in the core.
>
> So try not using references but copy the TS - then it should work!
>
> --
> Greetings,
> Franz
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 23 Oct 2007 14:11:57 +0200
> From: "Marcel Burkhalter" <info at internezzo.ch>
> Subject: Re: [TYPO3-commerce]
> 	listView.products.fields.images.file.maxW =	[MAYBE SOLUTION]
> To: typo3-project-commerce at lists.netfielders.de
> Message-ID:
> 	<mailman.1.1193141517.23662.typo3-project-commerce at lists.netfielders.de>
> 	
>
>   
>> The point with the copied stuff like Marcel said is correct, but you
>>     
>
> Hi
>
> Glad to hear this. Maybe someone should change the setup.txt or the "manual" 
> in the wiki.
> This whole image size thing seems to confuse a lot of people...
> Any commerce developers reading this?
>
>
> Regards
> Marcel 
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 23 Oct 2007 14:14:15 +0200
> From: Michiel Roos <michiel at netcreators.com>
> Subject: Re: [TYPO3-commerce] news about stock handling?
> To: typo3-project-commerce at lists.netfielders.de
> Message-ID:
> 	<mailman.1.1193141667.23651.typo3-project-commerce at lists.netfielders.de>
> 	
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Cogitatio,
>
> This issue has been addressed:
>
> http://typo3.org/documentation/document-library/extension-manuals/com_defaultstock/0.1.0/view/
>
>
> Kind regards,
>
>
> Michiel Roos
>
>   

-- 
Mit freundlichen Grüßen
 
Ralf Merz
Dipl.-Ing. (FH)
Communications- and Software-Engineering
 
ralf.merz at heindl.de

skype: merzilla
icq: 268013991
 
Heindl Internet AG      Telefon: 07071 / 93871-14   www.heindl.de
Hintere Grabenstr. 30   Telefax: 07071 / 44409      Amtsgericht Stuttgart
72070 Tübingen          eMail: info at heindl.de       HRB Nr. 382189 
 
Vorstand:               Aufsichtsrat:
Benjamin Böhm           Prof. Dr. Eduard Heindl, Vorsitzender
                        Prof. Dr. Hanns Ruder, Stellvertreter
                        Dr. Jens Bücking 

Unsere Erfahrung ist Ihr Erfolg!

___________________________________________________________________
 
PS: Kennen Sie schon unsere Internettipps?
http://www.heindl-internet.de/internettipps/index.html  



More information about the TYPO3-project-commerce mailing list