b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher08/components/com_eventgallery/views/mail/tmpl/
File Upload :
Current File : E:/www/instructor/teacher08/components/com_eventgallery/views/mail/tmpl/new_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",
            "companyname": "My Company",
            "taxid": "DE1234567890",
            "address1": "Musterstr. 4",
            "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 €",
                "priceincluded": 0,
                "singleprice": "4.99 €",
                "foldername": "foobar",
                "filename": "filename1.jpg",
                "imagetype": {"name" : "10x15"},
                "imageurl": "",
                "thumburl": "",
                "buyernote": "Can I have this image converted to black and white please?"
            },
            {
                "quantity" : 3,
                "price": "9.99 €",
                "priceincluded": 0,
                "singleprice": "4.99 €",
                "foldername": "foobar",
                "filename": "filename2.jpg",
                "imagetype": {"name" : "10x15"},
                "imageurl": "",
                "thumburl": ""
            },
            {
                "quantity" : 2,
                "price": "8.99 €",
                "priceincluded": 0,
                "singleprice": "4.99 €",
                "foldername": "foobar",
                "filename": "filename3.jpg",
                "imagetype": {"name" : "5x7"},
                "imageurl": "",
                "thumburl": "",
                "original_filename": "my_file_name.jpg",
                "original_filetitle": "Awesome Image",
                "original_filecaption": "This images was taken 20 years ago early in the moring."
            }

        ]
    }
}

Copyright © 2019 by b0y-101