[TYPO3-shop] Credit Card Config

Simon Browning simon at stwdesign.com
Fri Mar 7 08:37:33 CET 2008


I seem to have my credit card config screwed up.  We're offering Visa & 
Mastercard, they show up fine in the basket, however I selected Visa, my 
confirmation email said Mastercard, and the backend module says Amex. 
Below is our config, where have we gone wrong?


   payment {
     radio = 1
     template (
     <div class="creditcards">
     <nobr><div class="ccimage">###IMAGE###</div> <input type="radio" 
name="recs[tt_products]['.$key.']" value="###VALUE###"###CHECKED###> 
###TITLE###</nobr><BR>

     </div>
    )

    10.title = Mastercard
    10.image.file = fileadmin/images/mastercard.gif
    10.price = 0

    20.title = Visa
    20.image.file = typo3/sysext/cms/tslib/media/logos/visa.gif
    20.price = 0
   }

Thank you.

Simon


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