| Current Path : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/mail/ |
| Current File : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/mail/shipped_order_demodata.json |
{
"disclaimer": "This is the disclaimer which is normally managed by a localization key or the components options.",
"order": {
"firstname": "Peter (only filled if addresses are missing)",
"lastname": "Lustig (only if addresses are missing)",
"message": "this is the order message.",
"phone": "12345/ 2345",
"email": "foobar@fromorder.mail",
"documentnumber": "199",
"date": "25.06.1979 10:23",
"lineitemscount": "4",
"lineitemstotalcount": "7",
"tax":"3,23 €",
"subtotal":"22.00 €",
"total": "27.00 €",
"billingaddress" : {
"firstname": "Peter",
"lastname": "Mustermann",
"address1": "Musterstr. 4",
"companyname": "My Company",
"taxid": "DE1234567890",
"zip": "12345",
"city": "Musterstadt",
"state": "Thüringen",
"stateid": "TH",
"country": "Germany"
},
"shippingaddress" : {
"firstname": "Susi",
"lastname": "Sommer",
"address1": "Winterstr. 104",
"zip": "12345",
"city": "Musterstadt",
"state": "Thüringen",
"stateid": "TH",
"country": "Germany"
},
"surcharge" : {
"name" : "Surcharge",
"price": "2.99 €",
"content": "Possible surcharge content."
},
"payment" : {
"name" : "Paypal",
"price": "0.32 €",
"content": "You need to click the paypal button in order to pay<br><button>Paypal</button>"
},
"shipping" : {
"name" : "DHL",
"price": "5.99 €",
"content": "Possible shipping content."
},
"imagelineitems":[
{
"quantity" : 1,
"price": "4.99 €",
"singleprice": "4.99 €",
"foldername": "foobar",
"filename": "filename1.jpg",
"imagetype": {"name" : "10x15"},
"imageurl": "",
"thumburl": ""
},
{
"quantity" : 3,
"price": "9.99 €",
"singleprice": "4.99 €",
"foldername": "foobar",
"filename": "filename2.jpg",
"imagetype": {"name" : "10x15"},
"imageurl": "",
"thumburl": ""
},
{
"quantity" : 2,
"price": "8.99 €",
"singleprice": "4.99 €",
"foldername": "foobar",
"filename": "filename3.jpg",
"imagetype": {"name" : "5x7"},
"imageurl": "",
"thumburl": ""
}
]
}
}