Changeset 2817349
- Timestamp:
- 11/13/2022 11:56:15 PM (3 years ago)
- Location:
- registerone-event-forms/trunk
- Files:
-
- 4 edited
-
admin/classes/RegisteroneShortcodes.php (modified) (7 diffs)
-
front-end/assets/css/form-custom.css (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
registerone-wordpress-client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
registerone-event-forms/trunk/admin/classes/RegisteroneShortcodes.php
r2808102 r2817349 960 960 ob_start(); 961 961 962 if($event_attributes_a['rec_type'] == 3){ 962 if($event_attributes_a['pay_policy'] == 4){ 963 // no payments form 964 $cart_info_a = ["notice1_enable"]; 965 966 }elseif($event_attributes_a['rec_type'] == 3){ 963 967 $cart_info_a = [ 964 968 "notice1_enable", … … 966 970 "discount_scope", 967 971 "discount_exp"]; 972 968 973 }else{ 969 974 $cart_info_a = [ … … 993 998 switch ($info_key) { 994 999 case "notice1_enable": 995 $cld_label = "Notice";1000 $cld_label = false; 996 1001 if($event_attributes_a[$info_key] == 1) { 997 1002 $cld_val = $event_attributes_a['notice1_body_merged']; … … 1059 1064 ?> 1060 1065 <tr> 1066 <?php if($cld_label): ?> 1061 1067 <th style="white-space: nowrap;"><?= $cld_label; ?></th> 1068 <?php endif; ?> 1062 1069 <td style="text-align: left;"><?= $cld_val; ?></td> 1063 1070 </tr> … … 3194 3201 <?php if($applicant_payment['event_invoice_a']['cart_display'] == 1): ?> 3195 3202 <div class="cart-invoice-bottom"> 3196 <a class="btn-nav btn-blue" target = "_blank" href="<?php echo esc_url("https://app.registerone.com/invoice/" . $event_attributes['applicant_a']['profile_key']); ?>"> <?php echo $event_attributes['event_a']['invoice_label']; ?></a>3203 <a class="btn-nav btn-blue" target = "_blank" href="<?php echo esc_url("https://app.registerone.com/invoice/" . $event_attributes['applicant_a']['profile_key']); ?>">View <?php echo $event_attributes['event_a']['invoice_label']; ?></a> 3197 3204 </div> 3198 3205 <?php endif; ?> … … 9727 9734 $fee_total_formatted = $attributes['currency_symbol'].number_format($attributes['fee_total'],2); 9728 9735 $pdf_link = "<a title='Due: {$fee_total_formatted}' class='tooltip btn-nav btn-red' href='" . esc_url($this->base_site_url . "/ticket/" . $pk) . "'> 9729 <i aria-hidden='true' class='fa fa-1x fa-ticket'></i> Ticket</a>9736 <i aria-hidden='true' class='fa fa-1x fa-ticket'></i> {$event_a['event_a']['invoice_label']}</a> 9730 9737 </a>"; 9731 9738 else: 9732 9739 $pdf_link = "<a title='View Ticket' class='btn-nav btn-red' href='" . esc_url($this->base_site_url . "/ticket/" . $pk) . "'> 9733 <i aria-hidden='true' class='fa fa-1x fa-ticket'></i> Ticket</a>9740 <i aria-hidden='true' class='fa fa-1x fa-ticket'></i> {$event_a['event_a']['invoice_label']}</a> 9734 9741 </a>"; 9735 9742 endif; … … 10059 10066 } 10060 10067 ?> 10061 v3.6. 510068 v3.6.6 10062 10069 : <a href="https://app.registerone.com/privacy-policy" target="_blank">Privacy Policy</a> 10063 10070 <?php -
registerone-event-forms/trunk/front-end/assets/css/form-custom.css
r2808102 r2817349 13 13 p { 14 14 font-size: 15px; 15 margin: 2px ;15 margin: 2px 2px 8px 2px; 16 16 } 17 17 … … 363 363 364 364 .form-group { 365 margin-top: 1 8px;365 margin-top: 12px; 366 366 clear: both; 367 367 padding: 4px 10px 2px 6px; -
registerone-event-forms/trunk/readme.txt
r2808102 r2817349 7 7 Requires at least: 5 8 8 Tested up to: 6.0 9 Version 3.6. 510 Stable tag: 3.6. 59 Version 3.6.6 10 Stable tag: 3.6.6 11 11 Requires PHP: 5.6 12 12 License: GPLv2 or later … … 138 138 == Changelog == 139 139 140 = 3.6.6 = 141 * NEW: Customizable invoice/ticket labels 142 140 143 = 3.6.5 = 141 144 * UPDATE: Chained session topic selectors display side by side -
registerone-event-forms/trunk/registerone-wordpress-client.php
r2808102 r2817349 4 4 Plugin URI: https://www.registerone.com 5 5 Description: RegisterONE – Exhibitor & Speaker Registration, Advanced Booth Mapping, Ticketing 6 Version: 3.6. 56 Version: 3.6.6 7 7 Author: RegisterONE 8 8 Author URI: http://www.registerone.com
Note: See TracChangeset
for help on using the changeset viewer.