diff --git a/buystrip.php b/buystrip.php index a2bd022..e97060f 100644 --- a/buystrip.php +++ b/buystrip.php @@ -1,9 +1,10 @@ @@ -44,19 +45,19 @@ Templete Author Email: philip@frumph.net
@@ -66,19 +67,19 @@ Templete Author Email: philip@frumph.net diff --git a/comicpress-options-config.php b/comicpress-options-config.php index c4a1415..f05afed 100644 --- a/comicpress-options-config.php +++ b/comicpress-options-config.php @@ -54,6 +54,11 @@ $options = array ( "default" => "29.95", "type" => "comicpress-buy_print_int_amount"), + array( + "id" => "comicpress-buy_print_add_shipping", + "default" => "yes", + "type" => "comicpress-buy_print_add_shipping"), + array( "id" => "comicpress-buy_print_us_ship", "default" => "4.95", diff --git a/functions.php b/functions.php index f80d146..6e684e1 100644 --- a/functions.php +++ b/functions.php @@ -60,6 +60,7 @@ if (get_option('upload_path') !== false) { 'buy_print_url' => 'buy_print_url', 'buy_print_us_amount' => 'buy_print_us_amount', 'buy_print_int_amount' => 'buy_print_int_amount', + 'buy_print_add_shipping' => 'buy_print_add_shipping', 'buy_print_us_ship' => 'buy_print_us_ship', 'buy_print_int_ship' => 'buy_print_int_ship', 'cp_theme_layout' => 'cp_theme_layout', diff --git a/options/buyprintoptions.php b/options/buyprintoptions.php index d3e0012..3fe3488 100644 --- a/options/buyprintoptions.php +++ b/options/buyprintoptions.php @@ -36,6 +36,20 @@ +