Plugin Directory

Changeset 2972370


Ignore:
Timestamp:
09/27/2023 06:52:55 PM (2 years ago)
Author:
shipbubble
Message:

option to disable other shipping methods

Location:
shipbubble
Files:
45 added
3 edited

Legend:

Unmodified
Added
Removed
  • shipbubble/trunk/public/woocommerce/checkout.php

    r2964989 r2972370  
    9898
    9999                                $('html, body').animate({
    100                                     scrollTop: $("ul#shipping_method").offset().top
     100                                    scrollTop: $("tfoot tr.woocommerce-shipping-totals.shipping").offset().top
    101101                                }, 1000);
    102102
  • shipbubble/trunk/readme.txt

    r2964989 r2972370  
    55Requires at least: 4.0
    66Tested up to: 6.3
    7 Stable tag: 1.4
     7Stable tag: 1.5
    88Requires PHP: 5.6
    99License: GPLv3 or later
     
    7272* set selected shipbubble option as checkout shipping option.
    7373
     74= 1.5 =
     75* Disable other shipping options option.
     76
    7477== Upgrade Notice ==
    7578= 1.3 =
  • shipbubble/trunk/shipbubble.php

    r2964989 r2972370  
    99 * Requires at least: 4.0
    1010 * Tested up to: 6.3
    11  * Version: 1.4
     11 * Version: 1.5
    1212 * Requires PHP: 5.6
    1313 * Text Domain:  shipbubble
Note: See TracChangeset for help on using the changeset viewer.