View difference between Paste ID: B1bVxCV9 and DvEQhSah
SHOW: | | - or go back to the newest paste.
1
<script>
2
window.xrich_order = {
3-
    sale: 'метка123 - Товар №1',
3+
    sale: 'ваш_ид_заказа',
4-
	offer_id: 343,
4+
	offer_id: 105,
5
    info: {
6
        fio:'Пупкин Василий Иванович', 
7
        tel:'380999654654', 
8
        address:'ул. Мира 123', 
9
        email:'email@email.com',
10
        noty:'Дополнительная информация'
11
    },
12
    cart: [
13
        {id:1306, name:'Название 1', cost:234.43, qty:2},
14
        {id:1296, name:'Название 2', cost:655, qty:1},
15-
    ],
15+
    ], 
16-
    method: 'partner1',
16+
17-
    goal: 2,
17+
18-
    act: 0,
18+
19-
    cur: 'UAH'  
19+
20
    s.src = 'http://st.xrich.ru/act.js?' + Math.random();
21
    var a = document.getElementsByTagName('script')[0]
22
    a.parentNode.insertBefore(s, a);
23
})()
24
</script>