[TYPO3-english] Powermail dropdown from other table and writing result into other table

Sebastian Gärtner sg at esea.co.tz
Tue Mar 24 13:23:15 CET 2015


hi
Managed to display the categories with this 

# Choose Category from Table 
    lib.category = COA
    	lib.category {
    		10 = TEXT
    		10.value = <label for="powermail_field_certified" class="powermail_label" title="">Category</label>
    		20 = CONTENT
    		20.wrap = <select class="form-control powermail_select" id="category" name="tx_powermail_pi1[category]" size="1">|</select>
    		20 {
    			table = tx_ososeamaerketplace_domain_model_producetype
    			select.pidInList = 43
    			select = orderBy = produce_category
    			renderObj = COA
    			renderObj {
    				10 = COA
    				10{
    					10 = TEXT
                                10 {
                                        field = uid
                                        wrap = <option value="|">
                                }
                        20 = TEXT
                        20 {
                                        field = produce_category
                                        wrap = |</option>
                                }
    				}
    			}
    		}
    }


No how do i enter that into the DB?


I have tried 

plugin.tx_powermail.settings.setup.dbEntry.tx_ososeamaerketplace_domain_model_selling{
            _enable = TEXT
            _enable.value = 1
            pid = TEXT
           pid.value = 43
            
            tstamp = TEXT
            tstamp.data = date:U
            produce = TEXT
            produce.field = produce
            category = TEXT
            category.data = TSFE:tx_ososeamaerketplace_domain_model_producetype|sesData|powermail_2|uid2
}

but nothing happening. Anybody has an idea?
            


More information about the TYPO3-english mailing list