[Typo3-shop] Problems with finalizing order in tt_products [2]

Jesper Scheuer Nielsen jesper.scheuer at gmail.com
Thu Jun 23 14:54:17 CEST 2005


In addition to my previus post (see below) the page I'm talking about is:

http://ny.zonith.com/e-shop/ (it is not in production yet, so you're welcome 
to try ordering)

When using FireFox i can "go to payment/ordering" from the shopping basket, 
when using Internet Explorer I can't!

I'm using sr_language_menu but I've tried uninstalling the extension, and it 
wont work eather way.

My TS concerning the shop and language is listed below.

Hope you can help, I really need to get it working.

Best regards,

Jesper

-------General language settings:--------
# defining the default language
config.sys_language_uid = 0
config.language = uk
config.locale_all = uk_UK

# Setting up the language variable "L" to be passed along with links
config.linkVars = L

# English language, sys_language.uid = 0
[globalVar = GP:L = 0]
config.sys_language_uid = 0
config.language = uk
config.locale_all = uk_UK
[global]

# Danish language, sys_language.uid = 1
[globalVar = GP:L = 1]
config.sys_language_uid = 1
config.language = dk
config.locale_all = dk_DK
[global]

 # Configuring the language menu
temp.language < plugin.tx_srlanguagemenu_pi1


-------------Shop settings (setup)----------------------
plugin.tt_products.orderEmail_from = test at scheuers.dk
plugin.tt_products.orderEmail_fromName = Zonith E-shop


plugin.tt_products.orderEmail_to = test at scheuers.dk
plugin.tt_products.currencySymbol = EUR
plugin.tt_products.statusCodes.1 = Order sent to shop
plugin.tt_products.statusCodes.2 = Order recieved and accepted by shop
plugin.tt_products.statusCodes.10 = Shop is waiting for delivery
plugin.tt_products.statusCodes.11 = Shop is waiting for payment
plugin.tt_products.statusCodes.12 = Shop is waiting for additional 
information from customer
plugin.tt_products.statusCodes.20 = Order sent to customer
plugin.tt_products.statusCodes.30 = Your order can be picked up upon 
seperate appointment
plugin.tt_products.statusCodes.30 = Your order can be picked up at location 
at anytime or by appointment
plugin.tt_products.statusCodes.50 = Customter asks for cancellation of order
plugin.tt_products.statusCodes.51 = Message from customer to Shop
plugin.tt_products.statusCodes.100 = Order sent and closed
plugin.tt_products.statusCodes.101 = Order finished/closed
plugin.tt_products.statusCodes.200 = Cancel order

plugin.tt_products.code.field = select_key
plugin.tt_products.AlwaysInStock = 1
plugin.tt_products.orderNumberPrefix = order2005_
plugin.tt_products.displayBasketColumns = 3
plugin.tt_products.outputFolder = {$plugin.tt_products.outputfolder}
plugin.tt_products {
payment >
payment {
  radio = 1
  TAXpercentage = 25
  10.title = Mailed invoice (Danish customers only!)
  20.title = Creditcard
  20.percentOfTotalShipping = 0.04
 }
shipping >
shipping {
  radio = 1
  TAXpercentage = 25
  10.title = Denmark
  10.image.file =
  10.priceTax = 6
  20.title = Rest of Europa
  20.image.file =
  20.priceTax = 10
  30.title = Only electronical
  30.image.file =
  30.priceTax = 0
 }
}

plugin.tt_products.createUsers = 1
plugin.tt_products.PIDuserFolder = 13
plugin.tt_products.memberOfGroup = 1
plugin.tt_products.generateCSV = 1
plugin.tt_products.CSVdestination = fileadmin/shopdata/xxxxx

# Password til frontend administration
plugin.tt_products.update_code = xxxxx





---------------------------------------------------Previus 
post-------------------------------
I have a multilanguage site where i'm trying to set up tt_products.

It's working fine in Firefox, but when i switch to Internet Explorer (IE) I
can't get to the page where I'm supposed to put in my informations.

In IE there's always the language parameter (&L=1) appended to the pagename
ex: http://mypage.com/index.php?id=17&L=1 and I guess that means that the
site is calling http://mypage.com/index.php?17&L=1&backPID=17 and that's
whats causing the problem.

In Firefox, no matter the language parameter, the info-screen is showing
fine on http://mypage.com/index.php?17&backPID=17.

Does anyone have a solution for fixing this...it would be really welcome :-)





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