View Nätti24 product XML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<product id="100019" saf_code="115007" available="true" update="2016-12-06 11:45:30"> | |
<text name="title" lang_id="11" update="2014-06-12 10:50:13"> | |
<![CDATA[ TIGI Bed Head Maxxed-Out ]]> | |
</text> | |
<text name="adtext" lang_id="11" update="2014-06-12 10:50:13"> | |
<![CDATA[ | |
Hienojakoinen suihke kevyeen, tasaiseen levitykseen. | |
]]> | |
</text> | |
<text name="description" lang_id="11" update="2014-06-12 10:50:13"> |
View itella_405253201
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
["place_id"]=> | |
string(9) "405253201" | |
["name"]=> | |
string(36) "Pakettiautomaatti, S-market Kuokkala" | |
["city"]=> | |
string(11) "JYVÄSKYLÄ" | |
["availability"]=> | |
string(36) "ma-la 7.00 - 23.00, su 10.00 - 23.00" | |
["description"]=> | |
string(18) "Syöttäjänkatu 2" |
View piimega_paymentmethods
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$paymentmethods = array( | |
array( | |
'label' => $helper->__('Nordea'), | |
'value' => 'nordea' | |
), | |
array( | |
'label' => $helper->__('Osuuspankki'), | |
'value' => 'osuuspankki', | |
), | |
array( |
View 0_reuse_code.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |