View Single Post
  #28  
Old 07-25-2005, 03:34 AM
 
DanUK DanUK is offline
 

X-Adept
  
Join Date: Dec 2003
Location: UK
Posts: 800
 

Default

Another question....X-cart have already modified my checkout sequence to include extra details but they only print out on the order email i.e. the values are not stored in any table. I was thinking of using the code that's been provided to store these fields in the orders_extra table but I notice that the fields I want to use look like this when I view HTML:

Code:
extra[FREE CATALOGUE1] extra[FREE CATALOGUE2]

not sure how this affects the coding required or how I would add that field to func_place_order. I'm assuming that:

Code:
$extras['extra[FREE CATALOGUE1]'] = $catalogue1

isn't going to work?

Dan
__________________
4.4.2

and

4.6.1
Reply With Quote