[Typo3-shop] Please help: some malfunction in my shop

Rolf Aglaster rolf at aglaster.net
Thu May 26 20:22:32 CEST 2005


Hi all,
I desperately try to set up my first shop and it seems like I do not get
further. Scanning the lists didn't help. So perhaps anyone can give me
the right hint to start off.

My shop works so far as it concerns: selecting products from single view
puts them in basket, from List not or sometimes (?).
Basket calculates itemprices (item*pieces) correct.
Shippingcosts are not displayed.
No total price is calculated.

The rest of the shops works fine: confirmation, email, bill and view.
I spend now some days on that.  Perhaps someone can let me a working
template to test and findout myselves.

I tried out the example templates from the extension as well. Any of
them does not work.

I would really appreciate help from any of You
Thanks
Rolf


System: Typo3.7.0 on Apache 1.3, FreeBSD

My Template:


Constants:

plugin.tt_products.file.templateFile = fileadmin/template/shop.tmpl
// this is a only slightly (for testing) modified bananaguard
// html-template
plugin.tt_products.TAXpercentage = 16
plugin.tt_products.priceDecPoint = ,
plugin.tt_products.maxW_list = 80
plugin.tt_products.outputfolder = fileadmin/data

plugin.tt_products.color2 = #006699
plugin.tt_products.color1 = #FFFFFF
plugin.tt_products.wrap2 = <font face="verdana, sans serif" size=2
color=white> | </font>
content.tableCellColor = #006699

KODE = LIST


Setup:

plugin.tt_products.code.field = select_key
plugin.tt_products.AlwaysInStock = 1

plugin.tt_products.statusCodes.1

8< snip ----------------- /snip  >8


plugin.tt_products.outputFolder = {$plugin.tt_products.outputfolder}

plugin.tt_products.currencySymbol = EUR

plugin.tt_products {
   payment >

payment {
   radio = 1
   TAXpercentage = 16.00
   10.title = Vorkasse
   20.title = PayPal
   20.percentOfTotalShipping = 0.04
   30.title = Nachnahme
   30.discountDeactive = 1
   30.priceTax.1 = 4
   30.priceTax.6 = 5.8
   30.showLimit = 99
  }

shipping {
   radio = 1
   TAXpercentage = 16.00
   10.title = Belgie
   10.image.file =
   10.priceTax.1 = 2.5
   10.priceTax.6 = 4.8
   10.priceTax.50 = 10
   10.priceTax.100 = 25
   10.priceTax.120 = 30
   10.priceTax.300 = 150
   10.percentOfGoodstotal = 0

   20.title = Europa (außer ...)
   20.image.file =
   20.priceTax.1 = 8.8
   20.priceTax.6 = 11.8
   20.priceTax.50 = 11.8
   20.priceTax.100 = 25
   20.priceTax.120 = 30
   20.priceTax.300 = 150
   20.percentOfGoodstotal = 0

   30.title = afhalen
   30.image.file =
   30.priceTax.1 = 0
   30.percentOfGoodstotal = 0
   }

#pricecalc {
  # 10.prod.1 = 4.99
   #10.prod.2 = 8.99
  # 10.prod.5 = 19.99
  # 20.prod.1 = 6.99
  # 20.prod.2 = 13.98
#  20.prod.5 = 29.99
#}
#
#discountprice {
#  additive = 1
#  10.prod.1 = 4.99
#  10.prod.100 = 2.89
#  10.prod.1050 = 2.77
  # 20.prod.1 = 6.99
  # 20.prod.100 = 3.00
#  20.prod.1050 = 2.89
#}
}
plugin.tt_products.basketImage.imageLinkWrap.height = 400
plugin.tt_products.listImage.file.maxW = 250
plugin.tt_products.shipping.40 >
plugin.tt_products.PIDagb =


plugin.tt_products {
  templateFile = fileadmin/template/shop.tmpl
   stylesheet = fileadmin/inc/styles.css
   wrap1.wrap = <font face="verdana, sans serif" size=2 color=black> |
</font>
   singlePid = 6
   userFunc = tx_ttproducts->main_products

}

tmp.shopLIST < plugin.tt_products
tmp.shopLIST {
   code >
   code = {$KODE}

   pid_list >
   pid_list = 6
  }

seite.20 {
marks.INHALTE < tmp.shopLIST
}






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