[TYPO3-shop] No payment or shipping options in the basket

Ulrik H. Kold uk at oerskov.dk
Tue Apr 13 13:50:28 CEST 2010


Hi group,

as stated in the subject, I have a problem with tt_products.

I have tried to configure a few payment and shipping options in my TS 
setup and have included a set of markers in my template, but there are 
no options in the dropdown in FE. Nor does the dropdown change to a list 
of radio buttons when I set radio = 1 in the TS setup.

I have absolutely no idea why this would not work. I believe I have done 
as told...

I have included the following TS setup (I wanted to reduce the risk of 
errors):

plugin.tt_products {
     payment >

     payment {
         radio = 1
         TAXpercentage = 16
         10.title = Vorkasse
         20.title = PayPal
         30.title = Nachnahme
     }

     shipping {
         radio = 1
         TAXpercentage = 16
         10.title = Deutschland
         20.title = Europa (nicht Deutschland)
         30.title = Selbstabholung
     }
}

I have also included the following markers in my HTML template:

<!-- TEST start -->
<div class="delivery">
     <h2>Delivery</h2>
     <label for="shipping-select">Form of delivery: </label>
     ###SHIPPING_SELECTOR###<br /> ###SHIPPING_IMAGE###
     <p>Shipping: <strong>###SHIPPING_TITLE###</strong><br />
        Shipping costs: <strong>EUR 
###PRICE_SHIPPING_TAX###.-</strong>&nbsp;<em 
class="price_no_vat">(without TAX: EUR ###PRICE_SHIPPING_NO_TAX###.-)</em>

                 </p>
                 <!-- ###MESSAGE_SHIPPING###
                     This whole subpart, message_shipping is substituted 
with the subpart 'message_shipping_[number-of-method-in-typoscript]'
                     -->
                         <!-- ###MESSAGE_SHIPPING_10### begin -->
                             If you wish your goods to be delivered to 
another address than the Report Delivery Address above, enter the full 
address here.<br />
                             Shipping method: Vorkasse
                         <!-- ###MESSAGE_SHIPPING_10### end -->
                         <!-- ###MESSAGE_SHIPPING_20### begin -->
                             Shipping method: PayPal
                         <!-- ###MESSAGE_SHIPPING_20### end -->
                         <!-- ###MESSAGE_SHIPPING_30### begin -->
                             Shipping method: nachnahme
                         <!-- ###MESSAGE_SHIPPING_30### end -->
                     <!-- ###MESSAGE_SHIPPING_90### begin -->
                         <p>The goods will not be shipped; you can pick 
up your goods at our store.</p>
                     <!-- ###MESSAGE_SHIPPING_90### end -->
                 <!-- ###MESSAGE_SHIPPING### -->
             </div>

             <div class="payment">
                 <h2>Payment</h2>
                 <label for="payment-select">Form of payment: </label>
                 	###PAYMENT_SELECTOR######PAYMENT_IMAGE###
                 <p>
                     Payment: <strong>###PAYMENT_TITLE###</strong><br />

                 </p>
                 <!-- ###MESSAGE_PAYMENT### begin
                     This whole subpart, message_payment is substituted 
with the subpart 'message_payment_[number-of-method-in-typoscript]'
                     -->
                         <!-- ###MESSAGE_PAYMENT_10### begin -->
                             If you wish your goods to be delivered to 
another address than the Report Delivery Address above, enter the full 
address here.<br />
                             Shipping method: Deutschland
                         <!-- ###MESSAGE_PAYMENT_10### end -->
                         <!-- ###MESSAGE_PAYMENT_20### begin -->
                             Shipping method: Europa
                         <!-- ###MESSAGE_PAYMENT_20### end -->
                         <!-- ###MESSAGE_PAYMENT_30### begin -->
                             Shipping method: Efterkrav
                         <!-- ###MESSAGE_PAYMENT_30### end -->
                         <!-- ###MESSAGE_PAYMENT_90### begin -->
                             Shipping method: Efterkrav
                         <!-- ###MESSAGE_PAYMENT_90### end -->

                 <!-- ###MESSAGE_PAYMENT### end -->
             </div>
             <!-- TEST stop -->

I would very much appreciate your help regarding this issue ...

-- 

Ulrik H. Kold
Ørskov Web - http://www.oerskovweb.dk


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