Plugin Directory

Changeset 2817349


Ignore:
Timestamp:
11/13/2022 11:56:15 PM (3 years ago)
Author:
registerone
Message:

v3.6.6

Location:
registerone-event-forms/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • registerone-event-forms/trunk/admin/classes/RegisteroneShortcodes.php

    r2808102 r2817349  
    960960        ob_start();
    961961
    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){
    963967            $cart_info_a = [
    964968                "notice1_enable",
     
    966970                "discount_scope",
    967971                "discount_exp"];
     972
    968973        }else{
    969974            $cart_info_a = [
     
    993998                    switch ($info_key) {
    994999                        case "notice1_enable":
    995                             $cld_label = "Notice";
     1000                            $cld_label = false;
    9961001                            if($event_attributes_a[$info_key] == 1) {
    9971002                                $cld_val = $event_attributes_a['notice1_body_merged'];
     
    10591064                        ?>
    10601065                        <tr>
     1066                            <?php if($cld_label): ?>
    10611067                            <th style="white-space: nowrap;"><?= $cld_label; ?></th>
     1068                            <?php endif; ?>
    10621069                            <td style="text-align: left;"><?= $cld_val; ?></td>
    10631070                        </tr>
     
    31943201                                                <?php if($applicant_payment['event_invoice_a']['cart_display'] == 1): ?>
    31953202                                                    <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>
    31973204                                                    </div>
    31983205                                                <?php endif; ?>
     
    97279734                                    $fee_total_formatted = $attributes['currency_symbol'].number_format($attributes['fee_total'],2);
    97289735                                    $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>
    97309737                                    </a>";
    97319738                                else:
    97329739                                    $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>
    97349741                                    </a>";
    97359742                                endif;
     
    1005910066                            }
    1006010067                            ?>
    10061                             v3.6.5
     10068                            v3.6.6
    1006210069                            : <a href="https://app.registerone.com/privacy-policy" target="_blank">Privacy Policy</a>
    1006310070                            <?php
  • registerone-event-forms/trunk/front-end/assets/css/form-custom.css

    r2808102 r2817349  
    1313p {
    1414    font-size: 15px;
    15     margin: 2px;
     15    margin: 2px 2px 8px 2px;
    1616}
    1717
     
    363363
    364364.form-group {
    365     margin-top: 18px;
     365    margin-top: 12px;
    366366    clear: both;
    367367    padding: 4px 10px 2px 6px;
  • registerone-event-forms/trunk/readme.txt

    r2808102 r2817349  
    77Requires at least: 5
    88Tested up to: 6.0
    9 Version 3.6.5
    10 Stable tag: 3.6.5
     9Version 3.6.6
     10Stable tag: 3.6.6
    1111Requires PHP: 5.6
    1212License: GPLv2 or later
     
    138138== Changelog ==
    139139
     140= 3.6.6 =
     141* NEW: Customizable invoice/ticket labels
     142
    140143= 3.6.5 =
    141144* UPDATE: Chained session topic selectors display side by side
  • registerone-event-forms/trunk/registerone-wordpress-client.php

    r2808102 r2817349  
    44Plugin URI: https://www.registerone.com
    55Description: RegisterONE – Exhibitor & Speaker Registration, Advanced Booth Mapping, Ticketing
    6 Version: 3.6.5
     6Version: 3.6.6
    77Author: RegisterONE
    88Author URI: http://www.registerone.com
Note: See TracChangeset for help on using the changeset viewer.