Changeset 3074768
- Timestamp:
- 04/22/2024 05:12:57 AM (23 months ago)
- Location:
- eber
- Files:
-
- 5 deleted
- 4 edited
-
tags/3.1/assets (deleted)
-
tags/3.1/index.php (deleted)
-
tags/3.1/init (deleted)
-
tags/3.1/layout (deleted)
-
tags/3.1/readme.txt (deleted)
-
trunk/index.php (modified) (1 diff)
-
trunk/init/menu.php (modified) (1 diff)
-
trunk/layout/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eber/trunk/index.php
r3063174 r3074768 5 5 Description: Eber is a smart member system comes with comprehensive loyalty & rewards system, marketing and analytic tool. 6 6 Author: Eber 7 Version: 4. 07 Version: 4.1 8 8 Author URI: https://eber.co 9 9 License: GPLv2 or later -
eber/trunk/init/menu.php
r3063180 r3074768 88 88 $issue_point_when = get_option('issue_point_when','processing'); 89 89 $eber_welcome_email = get_option('eber_welcome_email',false); 90 $instant_sync = get_option('instant_sync', true);90 $instant_sync = get_option('instant_sync',false); 91 91 $exclude_tax = get_option('exclude_tax',true); 92 92 $exclude_shipping = get_option('exclude_shipping',true); -
eber/trunk/layout/index.php
r3063174 r3074768 94 94 <th scope="row"> </th> 95 95 <td> <fieldset><legend class="screen-reader-text"><span>Membership</span></legend><label for="users_can_register_instant"> 96 <input name="instant_sync" type="checkbox" id="instant_sync" value="1" <?php echo ($instant_sync)?'checked':'';?>>96 <input name="instant_sync" type="checkbox" id="instant_sync" value="1" disabled <?php echo ($instant_sync)?'checked':'';?>> 97 97 Sync Instantly ?</label> 98 98 </fieldset></td> -
eber/trunk/readme.txt
r3063174 r3074768 108 108 = 4.0 = 109 109 option to stop instant sync user 110 = 4.1 = 111 fix option to stop instant sync user 110 112 111 113 112 114 113 115 116
Note: See TracChangeset
for help on using the changeset viewer.