This file contains hidden or 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
/*------------------------------------*\ | |
#SWITCH | |
\*------------------------------------*/ | |
/* | |
<label class="switch"> | |
<input type="checkbox" class="switch__checkbox" name="switch"> | |
<span class="switch__mask"></span> | |
</label> | |
*/ |
This file contains hidden or 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 if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* Store Shipping Example | |
* | |
* An example custom shipping plugin for Expresso Store | |
*/ | |
class Store_shipping_example extends Store_shipping_driver | |
{ | |
/** |