[TYPO3-shop] how did you hear about us?

Franz Holzinger franz at fholzinger.com
Wed May 21 12:26:31 CEST 2008


Hello Simon,

> I didn't see one in the doc, but is there a field that can be used for a
> "how did you hear about us" or some type of referral field ... something
> basically for tracking how the shoppers got to the store?
> 
> If there isn't, can I request one?
> 
This has already been implemented for tt_products 2.8.0:

In the example tamplate file products_css_variants_de.html you have:


    <div id="field_DELIVERY_FOUNDBY">
      ###GW1B###<strong>Wie sind Sie auf uns aufmerksam
geworden?:</strong>###GW1E###
      ###DELIVERY_FOUNDBY_SELECTOR###
    </div>
    <div id="field_DELIVERY_FOUNDBY_OTHERS">
      Sonstiges:
      <input name="recs[delivery][foundby_others]"
value="###DELIVERY_FOUNDBY_OTHERS###">
    </div>



This will also be stored in the order data.

- Franz


More information about the TYPO3-project-tt-products mailing list