Making WordPress.org


Ignore:
Timestamp:
01/05/2018 07:22:44 PM (7 years ago)
Author:
coreymckrill
Message:

WordCamp Payments: Add note to Sponsor Invoice UI

Request that sponsorships under $250 USD be handled as microsponsor tickets
rather than invoices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/sponsor-invoice/metabox-general.php

    r6067 r6309  
    139139                <?php _e( 'No commas, thousands separators or currency symbols. Ex. 1234.56', 'wordcamporg' ); ?>
    140140            </p>
     141            <p class="description" style="font-weight: bold;">
     142                <?php
     143                printf(
     144                    __( 'For amounts under $250 USD or equivalent, please <a href="%s">create a microsponsor ticket</a> instead, to reduce our administrative burden. Thanks!', 'wordcamporg' ),
     145                    'https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/using-camptix-event-ticketing-plugin/#creating-tickets'
     146                );
     147                ?>
     148            </p>
    141149        </div>
    142150    </li>
Note: See TracChangeset for help on using the changeset viewer.