Skip to content

Instantly share code, notes, and snippets.

View JavierAgueroCL's full-sized avatar
🏠
Working from home

Javier Aguero JavierAgueroCL

🏠
Working from home
View GitHub Profile
@albertojm
albertojm / class-chilexpress-shipping-method.php
Created April 15, 2016 19:23
Chilexpress shipping method, calculated per city.
<?php
class WC_Chilexpress_Shipping_Method extends WC_Shipping_Method{
public function __construct(){
$this->id = 'chilexpress_shipping_method';
$this->method_title = __( 'Envíos vía Chilexpress (Chile)', 'woocommerce' );
// Load the settings.