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
loadPCROverlay: function () { | |
try { | |
var f = ta.id("CHECK_RATE"); | |
var h = ta.id("PERSISTENT_CHECK_RATES_CONTENT"); | |
var d = window.getScroll(); | |
if (!h) { | |
return | |
} | |
if (!f || !d) { | |
h.dispose(); |
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
<!-- head --> | |
<!-- BEGIN Gigya Socialize --> | |
<!-- socialize.js script should only be included once --> | |
<script type="text/javascript" src="http://cdn.gigya.com/js/socialize.js?apiKey=2_T-yAvt8V45JKSmDuCaS6tYQFMpkNeIpI-AeEa8T0zC2uuPRvTANZXks5Zu0UCHXo"></script> | |
<script type="text/javascript"> | |
var conf= | |
{ | |
APIKey: "2_T-yAvt8V45JKSmDuCaS6tYQFMpkNeIpI-AeEa8T0zC2uuPRvTANZXks5Zu0UCHXo" ,enabledProviders: "facebook,twitter,yahoo,messenger,google,linkedin" ,connectWithoutLoginBehavior: 'alwaysLogin' | |
,onError:function(e) { | |
} |
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
// trim all decimals | |
public function formatPrice($price, $includeContainer = true) | |
{ | |
if ($this->getCurrentCurrency()) { | |
return preg_replace('/.[0-9]*$/', '', $this->getCurrentCurrency()->format($price, array(), $includeContainer)); | |
// return $this->getCurrentCurrency()->format($price, array(), $includeContainer); | |
} | |
return $price; |
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
<?php | |
/** | |
* fly2mars-media | |
* http://www.fly2mars-media.de | |
* http://www.fly2mars-media.de/seoblog | |
*/ | |
/* | |
* Twitter connector class | |
*/ | |
class twitterConnect |
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
window.fbAsyncInit = function () { | |
FB.init({ | |
appId: 'APPID', | |
Status: true, | |
Cookie: true, | |
Xfbml: true | |
}); | |
FB.Event.subscribe('edge.create', function (response) { | |
Alert("Hello World! URL Liked!"); | |
}); |
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
base > default > template > arush > oneall > scripts.phtml | |
<?php | |
if (Mage::helper('oneall')->isOneallEnabled()): | |
?> | |
<script type="text/javascript"> | |
var oneall_js_protocol = (("https:" == document.location.protocol) ? "https" : "http"); | |
document.write(unescape("%3Cscript src='" + oneall_js_protocol + "://evogue.api.oneall.com/socialize/library.js' type='text/javascript'%3E%3C/script%3E")); | |
</script> |
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
/** | |
* Clean expired quotes (cron process) | |
* | |
* @param Mage_Cron_Model_Schedule $schedule | |
* @return Mage_Sales_Model_Observer | |
*/ | |
public function cleanExpiredQuotes($schedule) | |
{ | |
Mage::dispatchEvent('clear_expired_quotes_before', array('sales_observer' => $this)); | |
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
{{block type="evlike/cms_like" template="evlike/likebutton.phtml" name="cms.likebutton"}} | |
<div class="sidepromo"> | |
<a href="http://www.ilovebrandsoutlet.com/index.php/brands/g-star-raw.html" class="promo-item"> | |
</a> | |
<a href="http://www.ilovebrandsoutlet.com/index.php/accessories/belts.html" class="promo-item bottom"> | |
</a> | |
</div> | |
<div class="bigimage image_carousel"> | |
<div id="foo"> | |
<a href="/footwear.html" id="slide1"></a> |
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
{{block type="evlike/cms_like" template="evlike/likebutton.phtml" name="cms.likebutton"}} | |
<div class="sidepromo ladies"> | |
<a href="http://www.ilovebrandsoutlet.com/index.php/brands/g-star-raw.html" class="promo-item"> | |
</a> | |
<a href="http://www.ilovebrandsoutlet.com/index.php/accessories/belts.html" class="promo-item bottom"> | |
</a> | |
</div> | |
<div class="bigimage image_carousel"> | |
<div id="foo ladies"> | |
<a href="/footwear.html" id="slide1"></a> |
OlderNewer