Version Description
Download this release
Release Info
Developer | cklosows |
Plugin | Easy Digital Downloads |
Version | 3.1.0.2 |
Comparing to | |
See all releases |
Code changes from version 3.1.0.1.1 to 3.1.0.2
- assets/css/edd-admin-rtl.min.css +1 -1
- assets/css/edd-admin.min.css +1 -1
- assets/js/edd-ajax.js +1 -1
- assets/js/edd-checkout-global.js +1 -1
- easy-digital-downloads.php +1 -1
- includes/admin/downloads/metabox.php +11 -5
- includes/admin/reporting/class-base-logs-list-table.php +15 -19
- includes/admin/reporting/export/class-batch-export-customers.php +15 -3
- includes/admin/reporting/export/class-batch-export-file-downloads.php +7 -3
- includes/admin/reporting/export/class-batch-export-payments.php +6 -1
- includes/admin/reporting/export/class-batch-export-taxed-customers.php +6 -1
- includes/admin/tools.php +0 -1
- includes/admin/upgrades/v3/class-customer-addresses.php +0 -16
- includes/admin/upgrades/v3/class-data-migrator.php +5 -3
- includes/ajax-functions.php +34 -10
- includes/api/class-edd-api.php +1 -0
- includes/blocks/build/buy-button/block.json +1 -1
- includes/blocks/build/buy-button/index.asset.php +1 -1
- includes/blocks/build/buy-button/index.js +1 -1
- includes/blocks/build/cart/index.asset.php +1 -1
- includes/blocks/build/cart/index.js +1 -1
- includes/blocks/build/cart/style-index.css +1 -1
- includes/blocks/build/checkout/block.json +1 -1
- includes/blocks/build/checkout/index.asset.php +1 -1
- includes/blocks/build/checkout/index.js +1 -1
- includes/blocks/build/checkout/style-index.css +1 -1
- includes/blocks/build/confirmation/block.json +1 -1
- includes/blocks/build/confirmation/index.asset.php +1 -1
- includes/blocks/build/confirmation/index.js +1 -1
- includes/blocks/build/downloads/block.json +1 -1
- includes/blocks/build/downloads/index.asset.php +1 -1
- includes/blocks/build/downloads/index.js +1 -1
- includes/blocks/build/login/block.json +1 -1
- includes/blocks/build/login/index.asset.php +1 -1
- includes/blocks/build/login/index.js +1 -1
- includes/blocks/build/login/style-index.css +1 -1
- includes/blocks/build/order-history/block.json +1 -1
- includes/blocks/build/order-history/index.asset.php +1 -1
- includes/blocks/build/order-history/index.js +1 -1
- includes/blocks/build/receipt/block.json +1 -1
- includes/blocks/build/receipt/index.asset.php +1 -1
- includes/blocks/build/receipt/index.js +1 -1
- includes/blocks/build/register/block.json +1 -1
- includes/blocks/build/register/index.asset.php +1 -1
- includes/blocks/build/register/index.js +1 -1
- includes/blocks/build/register/style-index.css +1 -1
- includes/blocks/build/terms/block.json +1 -1
- includes/blocks/build/terms/index.asset.php +1 -1
- includes/blocks/build/terms/index.js +1 -1
- includes/blocks/edd-blocks.php +1 -1
- includes/blocks/includes/checkout/checkout.php +14 -1
- includes/blocks/includes/downloads/downloads.php +4 -1
- includes/blocks/includes/forms/forms.php +12 -5
- includes/blocks/includes/orders/functions.php +5 -1
- includes/blocks/includes/orders/orders.php +4 -12
- includes/blocks/includes/terms/query.php +58 -0
- includes/blocks/includes/terms/terms.php +4 -12
- includes/blocks/readme.md +15 -0
- includes/blocks/views/checkout/cart/cart-fees.php +10 -4
- includes/blocks/views/forms/registration.php +66 -52
- includes/blocks/views/forms/reset-password.php +3 -3
- includes/checkout/functions.php +7 -5
- includes/class-easy-digital-downloads.php +1 -1
- includes/class-edd-cli.php +177 -35
- includes/class-edd-html-elements.php +74 -50
- includes/libraries/Carbon.php +0 -21
- includes/misc-functions.php +11 -1
- includes/post-types.php +42 -0
- includes/scripts.php +2 -2
- includes/template-functions.php +1 -1
- includes/users/lost-password.php +3 -3
- includes/users/register.php +13 -5
- includes/widgets.php +2 -2
- languages/easy-digital-downloads.pot +432 -379
- readme.txt +58 -17
assets/css/edd-admin-rtl.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.edd-custom-price-option-sections-wrap{display:none;border:1px solid #c3c4c7;border-top:0 solid #c3c4c7;box-sizing:border-box;width:100%}.edd-custom-price-option-section{display:block;padding:10px 8px;border-bottom:1px solid hsla(0,0%,87.1%,.3)}.edd-custom-price-option-section-title{display:block;font-weight:600;padding:0 0 10px}.edd-custom-price-option-section-content{display:flex;gap:12px;margin-bottom:6px}.edd-custom-price-option-section:last-child{border-bottom:none}.toggle-custom-price-option-section{color:#787c82}.toggle-custom-price-option-section:hover{color:#537994}#edd_product_settings .edd-product-options__title,#edd_product_settings .inside strong{border-top:1px solid #c3c4c7;border-bottom:1px solid #c3c4c7;background-color:#f9f9f9;display:flex;font-weight:600;margin:0 -12px 16px;padding:8px 12px;justify-content:space-between;align-items:center}#edd_product_settings .edd-product-options-wrapper:first-of-type .edd-product-options__title,#edd_product_settings .inside div:first-child strong{margin-top:-8px}#edd_product_settings .edd-product-options__title .edd-help-tip,#edd_product_settings .inside strong .edd-help-tip{font-size:20px}#edd_product_settings .label--block{display:block;margin:0 0 4px}.edd_repeatable_row.ui-sortable-placeholder{line-height:0;padding:0;margin:0;box-sizing:border-box;border:1px dashed #c3c4c7;visibility:visible!important}.edd-add-repeatable-row{border-top:1px solid #c3c4c7;padding:12px;margin:15px -12px -12px;display:flex;justify-content:flex-end;align-items:center}.edd_repeatable_row input[type=text].large-text{width:100%}.edd_repeatable_upload_wrapper:not(:first-child),.edd_variable_prices_wrapper:not(:first-child){margin-top:12px}.edd_repeatable_row.ui-sortable-helper .edd-repeatable-row-actions .edd-remove-row{display:none}.edd-repeatable-row-actions{color:#787c82}.edd-repeatable-row-actions a{text-decoration:none;width:auto;cursor:pointer}.edd-bundle-products-header,.edd-repeatable-row-header{clear:both;background:#f6f7f7;border:1px solid #c3c4c7;display:flex;justify-content:space-between}.edd-repeatable-row-header{cursor:move}.edd_repeatable_row:hover .edd-repeatable-row-header,.edd_repeatable_row:hover .edd-repeatable-row-standard-fields{border-color:#c3c4c7}.edd-bundled-product-row:after,.edd-bundled-product-row:before,.edd-repeatable-row-header:after,.edd-repeatable-row-header:before{content:"";display:table}.edd-bundled-product-row:after,.edd-repeatable-row-header:after{clear:both}.edd-bundle-products-header,.edd-repeatable-row-title{font-weight:600}.edd-bundle-products-header,.edd-repeatable-row-actions,.edd-repeatable-row-title{padding:8px;box-sizing:border-box}.edd-repeatable-row-actions{flex-grow:1;text-align:left}.edd-bundled-product-row .edd-remove-row,.edd-repeatable-row-actions .edd-remove-row{width:auto;cursor:pointer}.edd-bundled-product-row,.edd-repeatable-row-standard-fields{padding:8px;border:1px solid #c3c4c7;border-top:0 solid #c3c4c7;display:flex;justify-content:space-between;align-items:center;gap:18px}.edd-bundled-product-row .edd-form-group,.edd-repeatable-row-standard-fields .edd-form-group{margin-bottom:0;display:inline-flex;flex-direction:column;flex-grow:1;justify-content:space-between}.edd-repeatable-row-setting-label .edd-help-tip{display:inline-block;margin-right:4px}.edd-bundled-product-item-reorder{min-width:30px}.edd-bundled-product-item-reorder .edd-product-file-reorder{font-size:20px;cursor:move;color:#dcdcde;font-family:dashicons;content:"";transition:color .2s}.edd-bundled-product-item-reorder .edd-product-file-reorder:hover{color:#a7aaad}.edd-bundled-product-actions{-ms-grid-row-align:center;align-self:center}#edd_products .edd-select,.edd_repeatable_product_wrapper .edd-select,.edd_repeatable_upload_wrapper .pricing select{min-width:100%;max-width:200px}.edd_repeatable_product_wrapper td{overflow:visible}@media screen and (max-width:480px){.edd-bundle-products-header,.edd-bundled-product-row,.edd-repeatable-row-header,.edd-repeatable-row-standard-fields{flex-wrap:wrap}.edd-bundled-product-row .edd-form-group,.edd-repeatable-row-standard-fields .edd-form-group{margin-right:0!important;margin-bottom:24px}}.edd_remove_repeatable{border:none;cursor:pointer;display:inline-block;padding:0;overflow:hidden;margin:8px 0 0;text-indent:-9999px;width:10px;height:10px}.edd_remove_repeatable:active,.edd_remove_repeatable:focus,.edd_remove_repeatable:hover{background-position:-10px 0!important}.edd_repeatable_upload_wrapper .edd_repeatable_upload_field_container{position:relative;width:100%}.edd_repeatable_upload_wrapper .edd_repeatable_upload_field_container+span:first-child{width:100%}.edd_repeatable_upload_field{padding-left:32px}.edd_upload_file button{background:#f6f7f7;border:none;border-right:1px solid #c3c4c7;padding:0 4px;position:absolute;height:calc(100% - 4px);overflow:hidden;top:2px;left:2px;display:inline-flex;justify-content:center;align-items:center}.edd-form-group{margin-bottom:16px}.edd-form-group:last-of-type{margin-bottom:0}.edd-form-group>label,.edd-form-group__label{display:block;font-weight:600;margin-bottom:8px;padding:0}.edd-form-group__control{margin-bottom:12px;max-width:100%}.edd-form-group__control.is-check,.edd-form-group__control.is-radio{margin-top:4px}.edd-form-group__control:last-of-type{margin-bottom:0}.edd-form-group__control--is-inline{display:inline-flex;align-items:flex-end}.edd-form-group__input{max-width:100%}.edd-form-group__input[type=checkbox],.edd-form-group__input[type=radio]{margin-top:0}.edd-form-group__input[type=checkbox]+label,.edd-form-group__input[type=radio]+label{display:unset}select.edd-form-group__input{max-width:100%}.edd-form-group__help{color:#646970;font-size:13px;font-style:italic;line-height:normal;margin:8px 0 0}.edd-form-row{display:flex;flex-wrap:wrap;gap:12px}.edd-form-row__column{display:inline-flex;flex-direction:column;justify-content:flex-end}.edd-form-row__column.edd-form-group{margin-bottom:0}.edd-form-row label,.edd-form-row label.edd-form-group__label{margin-bottom:8px}#edd-migration-progress .dashicons-minus{color:#949494}#edd-migration-progress .dashicons-yes{color:green}#edd-migration-progress .dashicons-update:before{animation:rotation 2s linear infinite;display:block}#edd-v3-migration-remove-legacy-data-submit-wrap{display:flex;align-items:center;gap:6px}#edd-v3-migration-remove-legacy-data-submit-wrap .button{margin:0}#edd-filters{padding:10px;margin:0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}#edd-filters .filter-items{flex-wrap:wrap;gap:6px;float:none;flex-grow:1}#edd-filters .filter-items,#edd-filters .filter-items .graph-option-section{display:flex;align-items:center}#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-graphs-date-options{border-top-left-radius:4px;border-bottom-left-radius:4px}#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-date-range-dates,#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-date-range-relative-dates{display:none}#edd-filters .filter-items .edd-date-range-options{display:inline-block;margin:10px 0}#edd-filters .filter-items .edd-graphs-date-options{border-top-left-radius:0;border-bottom-left-radius:0}#edd-filters .filter-items .edd-date-range-dates{display:flex;align-items:center;border:1px solid #8c8f94;border-right:none;color:#2c3338;padding:4px 10px;margin-right:-5px;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer;gap:4px}#edd-filters .filter-items .edd-date-range-dates.hidden{display:none}#edd-filters .filter-items .edd-date-range-selected-date{display:inline-block}#edd-filters .filter-items .edd-date-range-relative-dates{display:flex;align-items:center;margin-right:10px}#edd-filters .filter-items .edd-date-range-relative-dates.hidden{display:none}#edd-filters .filter-items .edd-date-range-selected-relative-date{position:relative;display:flex;align-items:center;border:1px solid #8c8f94;padding:4px 6px 4px 2px;color:#2c3338;margin-right:10px;margin-left:10px;border-radius:4px;cursor:pointer}#edd-filters .filter-items .edd-date-range-selected-relative-date .arrow-down{width:16px;height:auto;margin-right:6px;margin-top:2px;vertical-align:middle}#edd-filters .filter-items .edd-date-range-selected-relative-date.opened .edd-date-range-relative-dropdown{display:block}#edd-filters .filter-items .edd-date-range-relative-dropdown{position:absolute;z-index:99;width:420px;right:50%;top:100%;margin-top:10px;transform:translateX(50%);background-color:#fff;border:1px solid #8c8f94;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.25);display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown:after{height:10px;width:10px;position:absolute;content:"";background:#fff;border-color:#8c8f94;border-style:solid;border-width:0 0 1px 1px;transform:rotate(135deg);top:-6px;right:calc(50% - 4px)}#edd-filters .filter-items .edd-date-range-relative-dropdown .spinner{display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading{padding:10px;text-align:center}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading .spinner{display:inline-block;visibility:visible;margin:0;float:unset}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading :not(.spinner){display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li{display:flex;align-items:center;padding:2px 10px;opacity:.85;gap:20px}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li.active,#edd-filters .filter-items .edd-date-range-relative-dropdown ul li:hover{cursor:pointer;color:var(--wp-admin-theme-color);opacity:1}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-name{width:110px}@media screen and (max-width:950px){#edd-filters .filter-items .graph-option-section{margin-top:8px;width:100%}#edd-filters .filter-items .edd-date-range-picker{flex-wrap:wrap}#edd-filters .filter-items .edd-graphs-date-options{width:100%;max-width:100%;min-height:40px;font-size:14px;border-top-left-radius:4px;border-bottom-left-radius:4px}#edd-filters .filter-items .edd-date-range-dates{width:100%;margin-top:10px;border:1px solid #8c8f94;margin-right:unset;border-radius:4px;font-size:14px;padding:8px 8px 8px 6px}#edd-filters .filter-items .edd-date-range-relative-dates{width:100%;flex-wrap:wrap;margin-right:0;margin-top:6px}#edd-filters .filter-items .edd-date-range-selected-relative-date{width:100%;margin-top:8px;margin-right:0;margin-left:0;font-size:14px;padding:8px 8px 8px 6px;flex-wrap:wrap}#edd-filters .filter-items .edd-date-range-selected-relative-date .arrow-down{margin-right:auto}#edd-filters .filter-items .edd-date-range-relative-dropdown{position:relative;width:100%;right:0;top:0;transform:unset;box-shadow:unset;border:unset;margin:0}#edd-filters .filter-items .edd-date-range-relative-dropdown:after{display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown ul{margin-bottom:0}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li{padding-right:0;padding-left:0;justify-content:space-between;flex-wrap:wrap;gap:unset}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-dates,#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-name{width:100%}}#edd-filters>p{color:#757575}#edd-filters input[type=number],#edd-filters input[type=text].edd_datepicker{max-width:105px}#edd-filters .button-secondary,#edd-filters input[type=number]{margin-bottom:0}#edd-filters .search-form{margin:0}@media screen and (max-width:480px){#edd-filters span{margin:2px 0}}#edd-advanced-filters{position:relative}#edd-advanced-filters .inside{z-index:99;position:absolute;top:29px;left:0;border:1px solid #e0e0e0;padding:0;background:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2);min-width:285px;opacity:0;visibility:hidden}#edd-advanced-filters fieldset{display:block;padding:10px 15px 15px;margin:10px 0}#edd-advanced-filters fieldset:not(:last-of-type){border-bottom:1px solid #e0e0e0}#edd-advanced-filters fieldset:last-of-type{padding-bottom:5px}#edd-advanced-filters fieldset.edd-add-on-filters div,#edd-advanced-filters fieldset.edd-add-on-filters label,#edd-advanced-filters fieldset.edd-add-on-filters p,#edd-advanced-filters fieldset.edd-add-on-filters span{display:block;margin-bottom:2px}#edd-advanced-filters div.edd-select-chosen:not(:last-child){margin-bottom:10px}#edd-advanced-filters.open .edd-advanced-filters-button{background:#e0e0e0;border-color:#949494;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}#edd-advanced-filters.open .inside{visibility:visible;opacity:1;transition:opacity .2s ease-in}.download_page_edd-reports #edd-filters{margin-bottom:-1px;box-shadow:none}@media screen and (max-width:782px){.download_page_edd-reports #edd-filters{gap:0}}.edd-old-log-filters{margin-top:-30px;margin-right:2px}@media screen and (min-width:600px){#edd-reports-charts-wrap{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(200px,50%))[2];grid-template-columns:repeat(2,minmax(200px,50%));grid-gap:20px}.edd-reports-chart{margin-bottom:0}.edd-reports-chart-line{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/span 2}}.edd-reports-chart{height:500px;max-height:700px}.chart-timezone{font-size:.75rem;color:#ccc}.edd-mobile-link{line-height:32px}.edd-mobile-link a{text-decoration:none}.edd-mobile-link a:after,.edd-mobile-link a:before{display:inline-block;-webkit-font-smoothing:antialiased;font:normal 20px/30px dashicons;vertical-align:top;margin:1px 0 0;padding:0}.edd-mobile-link a:before{content:"";color:#757575;margin-left:-3px}.edd-mobile-link a:after{content:""}#edd-reports-tiles-wrap #dashboard-widgets .sortable-placeholder{padding:0;margin:0 0 20px;line-height:0;box-sizing:border-box;height:110px}#edd-reports-tiles-wrap #dashboard-widgets #primary-sortables{margin-right:0}#edd-reports-tiles-wrap #dashboard-widgets #tertiary-sortables{margin-left:0}#edd-reports-tiles-wrap{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:20px}.edd-reports-tile{text-align:center;padding:20px 10px 35px;display:flex;flex-direction:column;justify-content:center;border:1px solid #e5e5e5;background:#fafafa;position:relative;box-sizing:border-box;gap:.5em}.edd-reports-tile>span:not(.tile-compare){width:100%}.edd-reports-tile .tile-label{text-align:center;text-transform:uppercase;font-size:12px;font-weight:400;color:#101517}.edd-reports-tile .tile-value{color:#333;font-size:2em;line-height:1;transition:all .2s ease-in-out;display:flex;justify-content:center;flex-direction:column;gap:.25em}.edd-reports-tile:hover{border:1px solid #aaa}.edd-reports-tile:hover .tile-value:not(.tile-no-data){transform:scale(1.05)}.edd-reports-tile .tile-amount{color:#2794da}.edd-reports-tile .tile-number{color:#96f}.edd-reports-tile .tile-amount,.edd-reports-tile .tile-number{color:#fff}.edd-reports-tile .tile-value.tile-no-data{color:#ddd}.edd-reports-tile .tile-value.tile-url{font-size:1.5em}.edd-reports-tile .tile-relative{font-size:12px;font-weight:400;color:#888}.edd-reports-tile span.dashicons{display:inline-block;font-size:30px;line-height:20px;height:20px;width:20px;position:relative;top:4px;right:-5px;margin-right:-5px;color:#999}.edd-reports-tile .tile-relative span.dashicons{top:-5px;right:-3px;margin-right:0}.edd-reports-tile .tile-relative span.dashicons-arrow-down,.edd-reports-tile .tile-relative span.dashicons-arrow-up.reverse{color:#d63638}.edd-reports-tile .tile-relative span.dashicons-arrow-down.reverse,.edd-reports-tile .tile-relative span.dashicons-arrow-up{color:#008a20}.edd-reports-tile .tile-compare{position:absolute;left:0;bottom:0;color:#aaa;font-size:11px;line-height:1em;background-color:#fff;border-color:#e5e5e5 #e5e5e5 #fff #fff;border-style:solid;border-width:1px;border-top-right-radius:8px;padding:4px 9px 0 0;margin:0 0 -1px -1px}.edd-reports-tile:hover .tile-compare{border-right:1px solid #bbb;border-top:1px solid #bbb;color:#777}#edd-submit-refund-status{text-align:center;font-size:1.2em}#edd-submit-refund-status .edd-submit-refund-message:before{font-family:dashicons;font-size:1.5em;vertical-align:middle;color:#fff;border-radius:16px;margin:5px}#edd-submit-refund-status .edd-submit-refund-message.success:before{content:"";background-color:#008a20;padding-left:1px}#edd-submit-refund-status .edd-submit-refund-message.fail{display:block;margin-bottom:16px}#edd-submit-refund-status .edd-submit-refund-message.fail:before{content:"";background-color:#d63638}.refund-items td,.refund-items th.check-column{vertical-align:baseline}.refund-items .column-amount,.refund-items .column-discount,.refund-items .column-quantity,.refund-items .column-subtotal,.refund-items .column-tax,.refund-items .column-total{width:80px}.refund-items .edd-form-group__control{display:flex;align-items:center}.refund-items .edd-form-group__control input,.refund-items .edd-form-group__control select{background-color:transparent;border:0;border-bottom:1px solid;border-radius:0;box-shadow:none;text-align:left;width:100%}.refund-items .edd-form-group__control input:disabled,.refund-items .edd-form-group__control select:disabled{border-bottom:none}.refund-items .edd-form-group__control input:focus,.refund-items .edd-form-group__control select:focus{border-bottom:1px solid var(--wp-admin-theme-color-darker-10);box-shadow:0 1px 0 var(--wp-admin-theme-color-darker-10)}.refund-items .edd-form-group__control select[data-original="1"]{background:transparent}.refund-items .edd-form-group__control .is-before+span>input,.refund-items .edd-form-group__control select{text-align:right}.refund-items .edd-refund-submit-line-total{background-color:#fff!important}.refund-items .edd-refund-submit-line-total td{text-align:left}.refund-items .edd-refund-submit-line-total-amount{display:inline-block;margin-right:20px;text-align:right;width:80px}.refund-items #edd-refund-submit-subtotal td{border-top:2px solid #c3c4c7}@media screen and (max-width:782px){.refund-items td.column-total{margin-bottom:16px}.refund-items .edd-refund-submit-line-total-amount{padding-left:16px;width:unset}}.edd-submit-refund-actions{margin:16px 0 0}.did-refund .edd-submit-refund-actions,.did-refund .refund-items{display:none}.edd-admin-notice-top-of-page{font-size:15px;line-height:1.4;color:#fff;margin-right:-20px;padding:12px 20px 12px 32px;background:#2d6ca2}@media screen and (min-width:783px){.edd-admin-notice-top-of-page{padding:10px 22px 10px 46px}}@media screen and (min-width:961px){.edd-admin-notice-top-of-page{text-align:center}}.edd-admin-notice-top-of-page a{color:#fff}.edd-admin-notice-top-of-page a:hover{text-decoration:none}.edd-admin-notice-top-of-page .button-link{position:absolute;top:48px;left:-1px;font-size:20px;color:#fff;font-weight:700;text-decoration:none;margin-right:5px;padding:6px 10px}.edd-admin-notice-top-of-page .button-link:active,.edd-admin-notice-top-of-page .button-link:focus,.edd-admin-notice-top-of-page .button-link:hover{color:#fff;text-decoration:none}@media screen and (min-width:601px){.edd-admin-notice-top-of-page .button-link{top:1px}}@media screen and (min-width:783px){.edd-admin-notice-top-of-page .button-link{left:9px}}#edd-admin-notice-five-star-review{display:-ms-grid;display:grid}#edd_dashboard_sales .edd-promo-notice{border-bottom:1px solid #c3c4c7}.edd-review-actions{display:flex;gap:6px;margin:0 0 16px}.edd-promo-notice .edd-peeking{align-self:flex-end;justify-self:flex-end;margin-left:16px;margin-bottom:-1px}@media screen and (max-width:782px){#edd-admin-notice-five-star-review.notice .edd-peeking{margin-bottom:-6px}}@media screen and (min-width:400px){.edd-promo-notice .edd-peeking{justify-self:flex-start;margin-left:0;margin-right:200px}}.edd-promo-notice .edd-peeking,.edd-review-step{-ms-grid-row:1;grid-area:1/-1}.edd-paypal-account-status ul{margin-right:25px}.edd-paypal-account-status>li{margin-bottom:1em}.edd-paypal-account-status ul:not(.edd-paypal-webhook-events){list-style:disc;list-style-position:inside}.edd-paypal-account-status ul:not(.edd-paypal-webhook-events) li{margin:.25em 0}.edd-paypal-account-status .dashicons-yes{color:#008a20}.edd-paypal-account-status .dashicons-no{color:#d63638}.edd-overlay{position:fixed;z-index:1052;top:0;left:0;bottom:0;right:160px;background-color:#141b38;opacity:.5;transition:.5s}.edd-slide-in{transform:translateX(-100%)!important;-webkit-transform:translateX(-100%)!important}#edd-notifications-panel{background-color:#fff;height:100%;width:100%;max-width:570px;position:fixed;z-index:1053;top:0;left:0;bottom:0;overflow-x:hidden;transition:.5s;transform:translateX(0);-webkit-transform:translateX(0)}body.admin-bar #edd-notifications-panel{top:32px}@media screen and (max-width:600px){body.admin-bar #edd-notifications-panel{top:46px}}#edd-notifications-header{display:flex;align-items:center;padding:0 30px;color:#fff;background-color:#0c5d95}#edd-notifications-header h3{color:#fff;flex:1}#edd-notifications-header .edd-close{background:none;border:none;color:#fff;cursor:pointer}#edd-notifications-body{padding:30px}.edd-notification{display:flex;gap:20px;margin-bottom:20px}.edd-notification--icon{color:#00aa63}.edd-notification--icon.edd-notification--icon-info{color:#005ae0}.edd-notification--icon.edd-notification--icon-warning{color:#f18200}.edd-notification--icon.edd-notification--icon-error{color:#df2a4a}.edd-notification--body{flex:1}.edd-notification--header{align-items:center;display:flex;justify-content:space-between;gap:5px;margin-bottom:7px}.edd-notification--title{color:#141b38;flex:1;font-size:16px;font-weight:600;margin:0}.edd-notification--date{color:#71747e;font-size:12px}.edd-notification--actions{flex-wrap:wrap;display:flex;align-items:center;gap:5px;margin-top:10px}.edd-notification--dismiss{background:none!important;border:none!important;box-shadow:none!important;color:#71747e!important;cursor:pointer;padding:0 10px;text-decoration:underline}.edd-notification--dismiss:hover{text-decoration:none}.edd-item-header-small{padding-bottom:20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:flex-start;align-items:center;gap:6px}.edd-item-header-small span{font-weight:600;font-size:15px}.edd-settings-color,.edd-settings-colors{display:flex;flex-wrap:wrap;gap:1em}.edd-settings-color{flex-direction:column}.edd-hidden{display:none}.edd-clearfix:after{content:"";display:table;clear:both}.edd-notice .notice-dismiss,.edd-wrap a{text-decoration:none}.wp-core-ui .edd-delete,a.edd-delete{color:#a00}.wp-core-ui .edd-delete:hover,a.edd-delete:hover{color:red}body.post-type-download #contextual-help-link-wrap,body.post-type-download #screen-options-link-wrap{top:5px!important}body.post-type-download #screen-meta{margin:0 -20px -1px 0}#edd-header{border-top:5px solid #0c5d95;border-bottom:1px solid #c3c4c7;padding:20px 0;margin-right:-20px;background:#fff}#edd-header-wrapper{display:flex;justify-content:space-between;padding:0 20px;align-items:center}#edd-header img{display:block;max-width:300px;margin:0 20px 0 0}.edd-header-page-title-wrap{font-size:1.75em;margin-top:-5px;margin-left:auto;padding-right:7px}.edd-header-separator{margin-top:-2px;opacity:.25}.edd-header-page-title{font-weight:400;font-size:1em;line-height:1.3em;display:inline}.edd-header-page-title-wrap .button{margin-right:5px}.no-js #edd-header-actions{display:none}#edd-header .edd-round{position:relative;background-color:#f3f4f5;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-right:10px;cursor:pointer;transition:background-color .2s ease}button.edd-round{border:none}#edd-header button.edd-round:hover{background-color:#e5e5e5}button.edd-round:active,button.edd-round:focus{outline:2px solid #0c5d95}#edd-header .edd-number{position:absolute;background-color:#df2a4a;width:16px;height:16px;font-weight:600;font-size:10px;color:#fff;top:-8px;right:50%;transform:translateX(50%);margin:0;animation:bounce 2s 5}#edd-header .edd-number.edd-hidden{display:none!important}#edd-header .edd-round svg{width:20px;height:20px}@media screen and (max-width:840px){#edd-header img,.edd-header-separator{display:none}}.edd_datepicker{height:29px}.edd-from-to-wrapper input{width:105px;margin:0;position:relative;z-index:1}.edd-from-to-wrapper input[name*=start],.edd-from-to-wrapper input[name=filter_from]{border-top-left-radius:0;border-bottom-left-radius:0}.edd-from-to-wrapper input[name*=end],.edd-from-to-wrapper input[name=filter_to]{margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}.edd-from-to-wrapper input:focus{z-index:2;position:relative}.edd-settings-sub-nav{margin:0 0 10px;width:100%;border-bottom:1px solid #ccc;box-shadow:0 1px 1px rgba(0,0,0,.04)}.edd-settings-sub-nav a{padding:13px;display:block}.edd-settings-sub-nav a.current{border-bottom:4px solid #000;padding-bottom:9px}.admin-color-fresh .edd-settings-sub-nav a.current{border-bottom-color:#00a0d2}.admin-color-blue .edd-settings-sub-nav a.current{border-bottom-color:#096484}.admin-color-coffee .edd-settings-sub-nav a.current{border-bottom-color:#c7a589}.admin-color-ectoplasm .edd-settings-sub-nav a.current{border-bottom-color:#a3b745}.admin-color-midnight .edd-settings-sub-nav a.current{border-bottom-color:#e14d43}.admin-color-ocean .edd-settings-sub-nav a.current{border-bottom-color:#627c83}.admin-color-sunrise .edd-settings-sub-nav a.current{border-bottom-color:#be3631}.admin-color-light .edd-settings-sub-nav a.current{border-bottom-color:#888}.admin-color-evergreen .edd-settings-sub-nav a.current{border-bottom-color:#36533f}.admin-color-mint .edd-settings-sub-nav a.current{border-bottom-color:#4f6d59}.download_page_edd-settings .edd-check-wrapper{clear:both}.download_page_edd-settings .form-table tr>th>h3,.download_page_edd-settings .form-table tr>th>strong{font-size:1.2em;font-weight:600;margin:0 auto}.edd-sortable-list{margin:0;width:300px;position:relative}.edd-sortable-list li{margin:0;padding:0;position:relative;height:28px;cursor:move}.edd-sortable-list li label *{vertical-align:middle}.edd-sortable-list li label:after{display:block;width:17px;height:17px;position:absolute;left:6px;top:0;color:#aaa;font-family:dashicons;font-size:17px;content:"";cursor:move}.form-table .edd-sortable-list li label{display:block;height:28px;padding:0;margin:0}.edd-sortable-list .payment-icon{width:32px;height:24px;position:relative;top:-2px;margin-left:5px}.edd-help-tip{cursor:help;margin-top:-2px;font-size:24px;color:grey}.edd-ui-tooltip{position:absolute;background:#333!important;border-width:1px!important;border-radius:3px!important;box-shadow:-1px 1px 2px 1px hsla(0,0%,83.9%,.5)!important;color:#dedede!important;max-width:300px!important;padding:7px!important;text-rendering:optimizeLegibility;text-shadow:none!important;z-index:9999!important}.download_page_edd-settings .edd-settings-payment-icon-wrapper{margin-top:5px}.download_page_edd-settings .edd-settings-payment-icon-wrapper input{margin-top:1px}.download_page_edd-settings .form-table .edd-settings-payment-icon-wrapper input[type=checkbox]+label{margin:0;display:inline-block}.download_page_edd-settings .edd-settings-payment-icon-wrapper .payment-icon-image{margin-left:5px;width:32px;display:inline-block;vertical-align:middle}.download_page_edd-settings .edd-settings-payment-icon-wrapper .payment-option-name{vertical-align:middle}.download_page_edd-settings .taxrates td,.download_page_edd-settings .taxrates th{padding:8px 10px}.download_page_edd-settings .taxrates td{line-height:1.5em;vertical-align:top;margin:0}.download_page_edd-settings .taxrates .regular-text{width:100%}.edd-add-ons-footer{padding-top:10px}#edd-add-ons .subsubsub .dashicons{margin-top:3px}#edd-add-ons .edd-add-ons-container{clear:both;padding-top:10px}#edd-add-ons .search-box .button-secondary span{margin:2px 4px 0 -5px;padding:0;color:#aaa}#edd-add-ons .edd-extension{background:#fff;border:1px solid #ccc;float:right;padding:14px;position:relative;margin:0 0 16px 15px;width:320px;height:315px;opacity:.9;transition:all .2s ease-in-out;cursor:default}#edd-add-ons .edd-extension:hover{border:1px solid #bbb;opacity:1;transform:scale(1.05);z-index:5}#edd-add-ons .edd-extension h3{font-size:13px;margin:0 0 8px}#edd-add-ons .edd-extension .button-secondary{position:absolute;bottom:14px;right:14px}#edd-add-ons .edd-browse-all{clear:both;width:100%}#edd-add-ons .edd-extension .third-party{display:none}#edd-add-ons .edd-add-ons-container .edd-extension:first-child{background-color:#85c0e5;border-color:#62a9d7;color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2)}#edd-add-ons .edd-add-ons-container .edd-extension:first-child h3{color:#fff}#edd-add-ons .edd-add-ons-container .edd-extension:first-child .button-secondary{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,-1px 0 1px #006799,0 1px 1px #006799,1px 0 1px #006799}#edd-add-ons .edd-extension .wp-post-image{width:100%;height:auto;vertical-align:bottom}#TB_window{overflow:hidden}#TB_title{padding:5px}#TB_ajaxContent{width:calc(100% - 30px)!important;padding:15px;margin:0;height:calc(100% - 118px)!important}#TB_ajaxWindowTitle{font-size:18px;font-weight:600;line-height:30px}#TB_closeWindowButton{left:6px;top:6px}#choose-download-wrapper{width:100%}#choose-download-wrapper .wrap{overflow-y:scroll;margin:0;padding:0;height:calc(100% - 50px)}#choose-download-wrapper .submit-wrapper{position:absolute;width:100%;bottom:0;padding:0;margin:0 -15px 0 0;text-align:left}#choose-download-wrapper .submit-wrapper div{background-color:#fafafa;padding:15px;border-top:1px solid #ddd}.wp-media-buttons .button.edd-thickbox{padding-right:0}.wp-media-buttons .button.edd-email-tags-inserter .dashicons{margin-top:-2px}.download_page_edd-payment-history .edit-post-editor-regions__header{flex-shrink:0;height:auto;border-bottom:1px solid #e2e4e7;z-index:30;position:sticky;top:32px;margin-right:-20px}@media screen and (max-width:782px){.download_page_edd-payment-history .edit-post-editor-regions__header{position:static;top:46px}}.download_page_edd-payment-history .edit-post-header{height:56px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:100%;box-sizing:border-box;padding:4px 20px}@media screen and (max-width:782px){.download_page_edd-payment-history .edit-post-header{padding-right:10px;padding-left:10px}}@media(min-width:280px){.download_page_edd-payment-history .edit-post-header{flex-wrap:nowrap}}.download_page_edd-payment-history .edit-post-header .edit-post-header__toolbar{order:0}.download_page_edd-payment-history .edit-post-header .edit-post-header__settings{order:1}.download_page_edd-payment-history .edit-post-header #publishing-action,.download_page_edd-payment-history .edit-post-header .edit-post-header__settings,.download_page_edd-payment-history .edit-post-header .edit-post-header__toolbar{display:flex;align-items:center}.download_page_edd-payment-history .edit-post-header #publishing-action .spinner{margin:0 0 0 5px}.download_page_edd-payment-history .edit-post-header .button-primary{margin:2px;height:34px;line-height:32px;font-size:13px}#edd-order-items .hndle{display:flex;align-items:center;justify-content:space-between}#edd-order-items .hndle .edd-toggle{font-weight:400}.edd-add-order-item td{vertical-align:middle}.edd-add-order-item input{width:80%}.edd-add-order-item input[readonly]{color:#555;background:none;border:1px solid transparent;box-shadow:none}.order-customer-info .customer-details-wrap{margin:15px 0;align-items:center}.order-customer-info .customer-details-wrap .spinner{margin:0}.order-customer-info .customer-details{display:flex;flex-direction:column}.order-customer-info .customer-details .customer-since{color:#666;display:block;margin:4px 0 6px}.order-customer-info .customer-details>span{margin-bottom:5px}.edd-order-add-download-select .spinner{display:none}table.edd-order-overview-summary{border-width:0;table-layout:fixed}table.edd-order-overview-summary--refund{border-width:0}@media screen and (min-width:782px){.edd-order-overview .column-right{text-align:left}}.edd-ml-auto{margin-right:auto!important}@media screen and (min-width:782px){.edd-ml-lg-auto{margin-right:auto!important}}.edd-ml-auto+.edd-ml-auto{margin-right:10px!important}.edd-order-overview-summary__items-name{align-self:flex-start}.edd-order-overview-summary__items>:nth-child(odd){background-color:#f9f9f9}@media screen and (min-width:782px){.edd-order-overview-summary__items tr:last-child td,.edd-order-overview-summary__items tr:last-child th{border-bottom:1px solid #e5e5e5}}@media screen and (max-width:782px){.edd-order-overview-summary .row-actions>*,.edd-order-overview-summary__items-name .row-actions{display:block!important}.edd-order-overview-summary .row-actions>:not(:first-child):before{display:none}}.edd-order-overview-summary th:not(.column-primary){width:100px}.edd-order-overview-summary .row-actions>:not(:first-child):before{color:#999;content:" | "}.edd-order-overview-summary .row-actions .text{color:#555}.edd-order-overview-summary .removable{display:flex;align-items:center;position:relative}.edd-order-overview-summary .removable .delete{display:inline-block;margin-left:10px;margin-right:-8px;padding:10px;border-left:1px solid #e5e5e5;color:#a00}.edd-order-overview-summary .removable .delete:hover{color:#dc3232}.edd-order-overview-summary__adjustments .column-primary{font-weight:600}.edd-order-overview-summary__adjustments td small{font-weight:400}.edd-order-overview-summary__subtotal .column-primary,.edd-order-overview-summary__tax tr:first-of-type .column-primary,.edd-order-overview-summary__total .column-primary{font-weight:600}.edd-order-overview-summary__adjustments td,.edd-order-overview-summary__subtotal td,.edd-order-overview-summary__tax td,.edd-order-overview-summary__total td{vertical-align:middle}.edd-order-overview-summary__tax td small,.edd-order-overview-summary__total td small{font-weight:400}.edd-order-overview-summary__total .total{color:#017d5c;display:inline-block}.edd-order-overview-summary__total .total.is-negative{color:#a00}@media screen and (min-width:783px){.edd-order-overview-summary__adjustments .removable .delete{margin-right:-50px}.edd-order-overview-summary__total .total{font-size:150%;padding-top:5px;padding-bottom:5px}}.edd-order-overview-summary__total tr:last-child td:not(:first-of-type),.edd-order-overview-summary__total tr:last-child th{border-top:1px solid #e5e5e5}.edd-order-overview-summary__total .notice{margin:-1px}.edd-order-overview-summary__total .notice p{font-weight:400;margin:.5em 0}.edd-order-overview-summary__refunds .column-primary{font-weight:600}.edd-order-overview-summary__refunds td small{font-weight:400}.edd-order-overview-summary__refunds tr:first-child td{border-top:1px solid #e5e5e5}#edd-order-overview-actions.inside{border-top:1px solid #ccd0d4;margin-top:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}#edd-order-overview-actions.inside:empty{padding:0;border-top:0}#edd-order-overview-actions.inside>div{display:flex;align-items:center}#edd-order-overview-actions .edd-order-overview-actions__notice{flex-basis:100%;margin-top:15px}.edd-order-overview-actions .button{width:100%;margin-bottom:12px}.edd-order-overview-actions .button:last-of-type{margin-bottom:0}@media screen and (min-width:782px){.edd-order-overview-actions .button{width:auto;margin-right:12px;margin-bottom:0}.edd-order-overview-actions .button:first-of-type{margin-right:auto}}.edd-order-overview-actions__locked{font-style:italic;opacity:.8}@media screen and (max-width:782px){.edd-order-overview-actions__locked{margin-bottom:12px}}.edd-order-overview-actions__refund .dashicons{margin-left:8px}.edd-dialog .ui-button-icon-only{font-size:0}.download_page_edd-payment-history .ui-dialog,.download_page_edd-payment-history .ui-dialog-content{overflow:visible}.edd-order-overview-modal form>p{margin-top:0}.edd-order-overview-modal fieldset legend,.edd-order-overview-modal form label{display:block;margin-bottom:4px}.edd-order-overview-modal fieldset{margin-bottom:calc(1em - 3px)}.edd-order-overview-modal fieldset>p{margin:2px 0 3px}.edd-order-overview-modal form .submit{margin:0 -16px -16px;padding:16px;background:#fcfcfc;border-top:1px solid #dfdfdf;display:flex;align-items:center}.edd-order-overview-modal form .submit .spinner{margin:0}.edd-order-overview-add-item [for=auto-calculate]{display:flex;align-items:center}.edd-order-overview-add-item [for=auto-calculate] input[type=checkbox]{margin-top:0}.edd-order-overview-add-item [for=auto-calculate] .label{line-height:1.15;margin-right:8px}.edd-order-overview-add-item [for=auto-calculate] .label small{margin-top:4px;display:block;opacity:.75}.edd-order-overview-add-adjustment .notice,.edd-order-overview-add-item .notice{margin:0 0 1rem}.edd-order-overview-add-adjustment #description,.edd-order-overview-add-discount select{width:100%}.edd-order-overview-error{font-style:italic;color:#a00;display:block;margin:4px 0}.edd-order-copy-download-link textarea{width:100%}.edd-admin-order-status-badge{padding:2px 7px;border-radius:4px;background:#ececec;display:inline-flex;align-items:center}.edd-admin-order-status-badge__icon{opacity:.8;margin:0 2px 0 -2px}.edd-admin-order-status-badge--refunded .edd-admin-order-status-badge__icon{font-size:16px;width:16px;height:16px}.edd-admin-order-status-badge--failed{color:#ac3d3d;background:#ffd6d6}.edd-admin-order-status-badge--failed .edd-admin-order-status-badge__icon{margin-right:0;margin-top:-1px}.edd-admin-order-status-badge--complete{color:#017d5c;background:#e5f5f0}.edd-admin-order-status-badge--complete .edd-admin-order-status-badge__icon{margin-right:0}.edd-admin-order-status-badge--pending{color:#7d6e01;background:#f5f2e5}.edd-admin-order-status-badge--processing{color:#015a7d;background:#e5f1f5}.wp-list-table.orderitems .refunded .edd-admin-order-status-badge{margin-right:10px}.edd-order-resend-email-chooser legend{font-weight:700;margin-bottom:4px}.edd-order-resend-email-chooser p{margin:4px 0}.edd-notes .edd-note{padding:10px;background-color:#ffe;border:1px solid #cc0;width:100%;position:relative;margin-bottom:10px;box-sizing:border-box;overflow:hidden}.edd-notes .edd-note.deleting{opacity:.5}.edd-notes .edd-note__header{display:flex;align-items:center}.edd-add-note .spinner{float:none;display:inline-block;margin:0}.edd-notes .edd-note time{font-size:11px;color:#aaa}.edd-notes .edd-note .edd-note-author{margin-left:5px}.edd-notes .edd-note .edd-delete-note{color:#a00;font-weight:700;text-decoration:none;margin-right:auto}.edd-notes .edd-note .edd-delete-note:hover{color:#888}.edd-notes .edd-note p:last-child{margin-bottom:0}.edd-notes .edd-no-notes{margin:4px 0 10px}textarea[name=edd-note]{width:100%;min-height:70px;margin-top:0}.edd-notes-wrapper{width:80%}.edd-note-pagination{float:left;margin:-35px 5px 15px}.edd-note-pagination a,.edd-note-pagination span.page-numbers{padding:5px 8px;margin:2px;text-decoration:none}.edd-note-pagination a{border:1px solid #e5e5e5;background:#fcfcfc}.edd-note-pagination a:last-child,.edd-note-pagination span.page-numbers:last-child{margin-left:0}#edd-products{height:100px;min-width:200px}#edd-add-discount input[type=text],#edd-edit-discount input[type=text]{width:300px}#edd-add-discount .edd-discount-datetime input,#edd-edit-discount .edd-discount-datetime input{vertical-align:middle}#edd-add-discount input[type=text].edd_datepicker,#edd-edit-discount input[type=text].edd_datepicker{display:inline-block;width:183px}#edd-edit-discount textarea{height:100px}.edd-amount-type-wrapper{position:relative;display:flex}.edd-amount-type-wrapper select{border-top-right-radius:0;border-bottom-right-radius:0;width:auto!important}.edd-amount-type-wrapper #edd-amount{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-2px;padding:0 8px;width:unset;max-width:125px}.edd-amount-type-wrapper input:focus{z-index:2}.wp-list-table.addresses .column-primary strong,.wp-list-table.customers .column-primary strong,.wp-list-table.discounts .column-primary strong,.wp-list-table.emails .column-primary strong,.wp-list-table.orderadjustments .column-primary strong,.wp-list-table.orderitems .column-primary strong,.wp-list-table.orders .column-primary strong{font-size:14px}.wp-list-table.customers .column-primary .avatar,.wp-list-table.emails .column-customer .avatar{float:right;margin-left:10px;margin-top:1px;border-radius:5px}.wp-list-table.orders div.order-list-email{font-size:.85em;color:#888}.wp-list-table.orders th.column-amount{width:100px}.wp-list-table .row-actions span.activate a{color:green}.wp-list-table .row-actions span.refund a{color:#836fff}.wp-list-table .row-actions span.cancel a{color:#cc8c00}.wp-list-table .row-actions span.cancel a:hover,.wp-list-table .row-actions span.refund a:hover{opacity:.8}.wp-list-table .type-download .row-actions{color:#999}#edd-add-ons{margin:9px 2px -9px 20px}.no-js.edit-tags-php.post-type-download .wp-heading-inline{position:absolute;top:0}.no-js.edit-tags-php.post-type-download .nav-tab-wrapper{margin-top:50px}.download_page_edd-customers .wrap .nav-tab-wrapper .page-title-action,.download_page_edd-discounts .wrap .nav-tab-wrapper .page-title-action,.download_page_edd-payment-history .wrap .nav-tab-wrapper .page-title-action,.edit-tags-php.post-type-download .wrap .nav-tab-wrapper .page-title-action{top:3px;margin-right:10px;line-height:24px}#edd-payments-filter ul.subsubsub{margin-bottom:8px}tr.status-refunded td{background:#cecece;border-top-color:#ccc}marquee{padding:0;margin:0}@media handheld,only screen and (max-width:640px){.wp-list-table.downloads th{width:auto!important}}#edd-download-link-textarea{width:100%}.edd_files_name_label{width:225px;float:right}.edd_files_url_label{width:220px;float:right}#postbox-container-1 .edd_files_name_label,#postbox-container-1 .edd_files_url_label{width:80px}#edd_product_files .inside,#edd_product_prices .inside{margin-bottom:0}textarea#edd-payment-note{width:100%;height:4em;margin:0}#edd-order-items .row .edd-purchased-files-list-wrapper .download{line-height:1.4}#edd-order-items .edd-purchased-files-list-wrapper .edd-purchased-option{color:#666}input[class*=edd-price-field]{max-width:125px}#edd-order-download-quantity[type=number].small-text,#edd-order-download-tax[type=text].small-text,[class*=item_] [class*=edd-payment-details-download-][type=number].small-text{height:25px}#edd-order-download-quantity[type=number].small-text,.item_price .edd-payment-details-download-quantity[type=number].small-text{width:55px}#edd-order-download-tax[type=text].small-text,.item_tax .edd-payment-details-download-item-tax[type=number].small-text{width:80%;max-width:125px}#edd_product_notes_field{display:block;margin:12px 0 0;height:4em;width:100%}.edd-metabox-title-action{margin:0;float:left;padding:4px 8px;position:relative;top:-1px;text-decoration:none;border:1px solid #ccc;border-radius:2px;background:#f7f7f7;text-shadow:none;font-weight:600;font-size:10px;line-height:normal;color:#0073aa;cursor:pointer;outline:0}.edd-metabox-title-action:hover{border-color:#008ec2;background:#00a0d2;color:#fff}.edd-edit-purchase-element .tablenav{padding:2px 10px 8px}.edd-edit-purchase-element .edd-order-children-wrapper{margin:0 -1px}.edd-edit-purchase-element .edd-order-children-wrapper.child-count-0 table{border-top:none;border-bottom:none}.edd-edit-purchase-element .edd-order-children-wrapper.child-count-0 .tablenav{display:none}.edd-edit-purchase-element[class*=columns-] ul li{padding-left:1%}#edd-edit-order-form .column:nth-child(odd),#edd-edit-order-form .columns-4 .column:nth-child(odd),#edd-edit-order-form .columns-5 .column:nth-child(3n+1){margin-left:0}#edd-edit-order-form input.large-text{width:90%}.edd-edit-purchase-element ul li.item_price{width:15%}.edd-edit-purchase-element ul li.item_price.item_quantity{width:25%}.edd-edit-purchase-element ul li.item_tax{width:15%}.edd-edit-purchase-element ul li.price{width:20%}.edd-admin-box-inside{border-bottom:1px solid #f1f1f1;clear:both;padding:12px;margin:0;word-wrap:break-word}.edd-admin-box-inside--row{display:flex;flex-wrap:wrap;word-break:break-all;justify-content:space-between;align-items:center}.edd-admin-box-inside>p{margin:8px 3px}.edd-admin-box-inside .strong{font-weight:600}.edd-admin-box div:not(.edd-admin-box-inside--row) .label{display:block;margin-bottom:4px;margin-left:0}.edd-admin-box .label--has-tip{display:flex;align-items:center}.edd-admin-box .label--has-tip .edd-help-tip{margin-top:0;font-size:20px}.edd-admin-box div:not(.edd-admin-box-inside--row) .label--has-checkbox{margin-bottom:0}.edd-payment-fees .fee-label{color:#666;font-weight:400}.edd-admin-box .right{float:left}#edd-order-refunds-list{padding-right:25px}#poststuff .edd-order-data .inside{margin:0;padding:0}.edd-order-data .edd-select-chosen{width:130px!important}.edd-order-data input.edd_datepicker{width:180px}.edd-order-data input[type=number].edd-payment-time-hour,.edd-order-data input[type=number].edd-payment-time-min{width:50px}.edd-order-data .edd-tax-rate{color:#9c9c9c;font-style:italic;padding:5px}#edd_general_logs p{margin:0;padding:0}.edd-admin-box-inside span.label{margin-left:10px}#edd-order-resend-receipt .inside{margin-top:11px}#edd-order-resend-receipt .edd-order-resend-receipt-addresses{margin-top:10px}.edd-order-resend-receipt-header{font-size:14px;line-height:1.4}.edd-order-resend-receipt-addresses label{display:block;line-height:1.75em}.edd-order-resend-receipt-addresses label:last-child{margin-bottom:10px}.edd-admin-box-inside:last-child{border-bottom:0}#edd-edit-order-form .data-payment-key{word-break:break-all}.edd-order-update-box #major-publishing-actions .button-secondary{margin-left:10px}.edd-order-update-box .button-primary{margin-left:0}.edd-edit-purchase-element .edd-select-chosen{width:196px}.edd-edit-purchase-element ul{clear:both;display:block}#edd-customer-details .actions{float:left}.order-data-address h3{margin:0 0 10px}.order-data-address #edd-order-address-country-wrap,.order-data-address #edd-order-address-state-wrap{display:inline-block;width:50%;max-width:300px}.edd-order-data input.small-text{margin:0}.edd-order-data input.med-text{margin:0;width:100px}.edd-edit-purchase-element ul li{display:block;line-height:1.4;position:relative;margin:0;vertical-align:middle;font-size:13px}.edd-edit-purchase-element .row{padding:12px}.edd-edit-purchase-element .row:not(:last-child){border-bottom:1px solid #eee}.edd-edit-purchase-element .row:nth-child(odd):not(.header){background-color:#f9f9f9}.edd-edit-purchase-element .row.header{padding:6px 12px;font-weight:600;vertical-align:top}.edd-edit-purchase-element ul{margin:0 0 15px}.edd-edit-purchase-element ul:last-of-type{margin-bottom:0}#edd-order-data .data span{color:#666;font-weight:600}.edd-edit-purchase-element .inside{padding:12px}.edd-edit-purchase-element .edd-purchased-download-title{font-size:14px;font-weight:500}.edd-edit-purchase-element .edd-purchased-download-title .deleted{color:#777}.edd-edit-purchase-element .edd-purchased-download-actions{color:#777;line-height:1.4}.edd-edit-purchase-element .edd-purchased-download-actions .edd-purchased-download-actions-label{font-weight:500}.edd-edit-purchase-element .edd-purchased-download-actions a{color:#777;font-size:12px}.edd-edit-purchase-element .edd-purchased-download-actions a:hover{color:#444}.edd-edit-purchase-element .edd-purchased-download-actions .edd-order-remove-download{color:#a00}.edd-edit-purchase-element .edd-purchased-download-actions .edd-order-remove-download:hover{color:red}.edd-add-adjustment-to-purchase,.edd-add-download-to-purchase{padding:15px;border-top:1px solid #e5e5e5;background-color:#f5f5f5}.edd-add-adjustment-to-purchase .chosen-container,.edd-add-download-to-purchase .chosen-container{width:90%!important;max-width:220px!important}.edd-add-adjustment-to-purchase .spinner,.edd-add-download-to-purchase .spinner{margin:0;float:none}.edd-add-download-to-purchase .edd-add-order-quantity{width:40px;height:29px;vertical-align:middle}.edd-add-adjustment-to-purchase .edd-add-adjustment-button,.edd-add-adjustment-to-purchase input[type=text],.edd-add-download-to-purchase .edd-add-order-item-button{height:29px}@media screen and (max-width:1284px){.edd-edit-purchase-element .edd-purchased-download-title{font-size:16px}.edd-edit-purchase-element ul li.item_price{width:22%}.edd-edit-purchase-element ul li.item_price.item_quantity{width:35%}.edd-edit-purchase-element ul li.item_tax{width:25%}.edd-edit-purchase-element ul li.price{width:20%}.edd-edit-purchase-element .edd-purchased-download-actions{padding-top:10px}}@media screen and (max-width:1024px){.edd-edit-purchase-element ul li.item_price.item_quantity{width:40%}.edd-edit-purchase-element ul li.price{width:24%}.edd-edit-purchase-element .edd-purchased-download-actions{padding-top:15px}.edd-edit-purchase-element .edd-purchased-download-actions,.edd-edit-purchase-element .edd-purchased-download-actions a{font-size:14px}}@media screen and (max-width:782px){.edd-edit-purchase-element ul li.item_price,.edd-edit-purchase-element ul li.item_price.item_quantity{padding-bottom:10px}.edd-edit-purchase-element ul li.item_price.item_quantity{width:35%}.edd-edit-purchase-element ul li.item_tax,.edd-edit-purchase-element ul li.price{width:20%;padding-bottom:10px}.edd-payment-details-download-amount,.edd-price-currency{font-size:16px}.order-data-column input[type=email]{padding:6px 10px}.edd-refund-submit-line-total td:last-of-type{flex:0 0 120px}#edd-item-tables-wrapper .addresses tbody tr{display:-ms-grid;display:grid}#edd-item-tables-wrapper .addresses tbody td:not(.no-items){padding-right:35%}}@media screen and (max-width:600px){.edd-edit-purchase-element ul li.item_price,.edd-edit-purchase-element ul li.item_price.item_quantity,.edd-edit-purchase-element ul li.item_tax{width:100%;padding-bottom:20px}.edd-edit-purchase-element .edd-add-download-to-purchase ul li.item_tax,.edd-edit-purchase-element ul li.price{width:100%;padding-bottom:0}.edd-edit-purchase-element .edd-add-download-to-purchase-actions{padding-top:15px}}#edd_product_stats .label{display:inline-block}#edd_product_stats .product-earnings-stats:before,#edd_product_stats .product-sales-stats:before{color:#82878c;font:normal 20px/1 dashicons;display:inline-block;padding:0 0 0 2px;position:relative;top:0;right:-1px;speak:none;text-decoration:none!important;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#edd_product_stats .product-sales-stats:before{content:""}#edd_product_stats .product-earnings-stats:before{content:""}body.dashboard_page_edd-upgrades.js .postbox .hndle{cursor:default}.edd_dashboard_widget table thead td{border-bottom:1px solid #ececec;color:#777}.edd_dashboard_widget .table_left{float:right;width:45%}.edd_dashboard_widget .table_right{float:left;width:45%}.edd_dashboard_widget .inside{font-size:12px}.edd_dashboard_widget td{padding:3px 0}.edd_dashboard_widget .b,.edd_dashboard_widget .t{line-height:1.5;vertical-align:middle}.edd_dashboard_widget .b{padding-left:6px;width:auto}.edd_dashboard_widget .t{font-size:12px;padding-left:12px;color:#777;width:100%}.edd_dashboard_widget .label_heading{border-top:1px solid #ececec;color:#8f8f8f;font-family:Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;display:block;padding-top:10px;margin:0 12px 8px 0}.edd_dashboard_widget .edd_dashboard_widget_subheading{border-top:1px solid #ececec;color:#8f8f8f;font-size:14px;padding-top:10px;margin:1em 0 0}.edd_dashboard_widget .edd_dashboard_widget_subheading+.table{margin:8px 0 0}.edd_dashboard_widget .edd_price_label{background:#00769c;border-radius:3px;color:#fff;font-size:10px;padding:2px 4px;margin-left:2px}.edd_dashboard_widget table{width:100%;margin-right:0;margin-bottom:1em}td.edd_order_label{width:80%}td.edd_order_price{text-align:left}@media handheld,only screen and (max-width:1000px){.edd_dashboard_widget .edd-recent-email{display:none}}body.download_page_edd-reports{overflow-y:scroll}.edd-chip{font-size:10px;font-weight:700;text-transform:uppercase;line-height:1;padding:3px;border-radius:3px;color:#fff;background-color:#444}.edd-reports-wrapper .postbox h2,.edd-reports-wrapper .postbox h3{font-size:1.3em}#edd-dashboard-widgets-wrap .metabox-holder{padding-top:0}.edd-reports-wrapper .postbox .edd-select{max-width:200px;vertical-align:baseline;margin-left:4px;margin-bottom:16px}.download_page_edd-reports #edd-item-wrapper{margin:0}#edd-dashboard-widgets-wrap .postbox h2,#edd-dashboard-widgets-wrap .postbox h3{cursor:default}.edd-date-range-options .edd_datepicker{width:105px}.edd-report-wrap{clear:both}.edd-report-wrap h3{clear:both;margin:0 0 20px}.edd-reports-chart,.edd-reports-table{margin-bottom:20px}.edd-admin--has-grid{display:grid;display:-ms-grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px}.edd-admin--has-grid .postbox{margin-bottom:0}.edd-admin--has-grid .edd-from-to-wrapper{display:flex;margin-bottom:16px;width:100%}.edd-admin--has-grid .edd-from-to-wrapper input{width:100%}.edd-admin--has-grid .edd-from-to-wrapper span{flex-grow:1}.edd-admin--has-grid form{display:flex;flex-direction:column;flex-wrap:wrap;position:relative}fieldset.edd-to-and-from-container{display:grid;display:-ms-grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:8px}span.edd-to-and-from--separator{line-height:normal;-ms-grid-row-align:center;align-self:center;margin-bottom:16px}.edd-admin--has-grid .postbox .edd-select{max-width:100%;margin-left:0}.edd-admin--has-grid .button.updated-message:before,.edd-admin--has-grid .button.updating-message:before{vertical-align:text-bottom;margin:0 0 0 5px}.edd-import-export-form .edd-progress{background:#ddd;border-radius:15px;height:15px;flex-basis:100%}.edd-import-export-form .edd-progress div{background:#ccc;border-radius:15px;height:100%;width:0}.edd-import-export-form .notice-wrap{background-color:#f4f4f4;border-color:#eae9e9;border-style:solid;border-width:1px 0;padding:12px;overflow:auto;margin:20px -12px -23px;position:relative;width:100%;display:flex;justify-content:space-between;align-items:center}.notice-wrap div.notice{margin:0}.admin-color-fresh .edd-import-export-form .edd-progress div{background:#0073aa}.admin-color-light .edd-import-export-form .edd-progress div{background:#888}.admin-color-blue .edd-import-export-form .edd-progress div{background:#096484}.admin-color-coffee .edd-import-export-form .edd-progress div{background:#c7a589}.admin-color-ectoplasm .edd-import-export-form .edd-progress div{background:#a3b745}.admin-color-midnight .edd-import-export-form .edd-progress div{background:#e14d43}.admin-color-sunrise .edd-import-export-form .edd-progress div{background:#dd823b}.graph-option-section{float:right}.edd-report-filters-title span{display:block;padding:20px}#edd-graphs-filter form{padding:20px}#edd-graphs-filter label{vertical-align:inherit}#edd-graphs-filter .graph-option-section{display:inline-block;line-height:2em;margin:0 0 0 5px;padding:0}.download_page_edd-reports .section-content #post-body-content{float:none}.download_page_edd-reports .section-content select[name=range]{display:none}.edd-mix-totals{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);padding:10px}.edd-mix-chart{display:inline-block;width:49%;vertical-align:top}.edd-graph-notes{color:#9c9c9c}.edd-graph-notes span{display:block}.edd-pie-graph .legend{display:none}.edd-pie-legend{overflow:auto;margin-top:10px}.edd-legend-item-wrapper{color:#333;display:inline-block;font-size:8pt;padding:2px 5px 0;width:48%;height:20px}.edd-legend-color{border:1px solid #cfcfcf;display:inline-block;margin-left:5px;width:20px;height:15px}.edd-pie-legend-item{display:inline-block;vertical-align:top;width:80%}#edd-reports-tiles-wrap .metabox-holder{padding:0}#edd-reports-tiles-wrap #dashboard-widgets{overflow:auto}#edd-reports-tiles-wrap #dashboard-widgets .postbox-container{width:33.3%}.download_page_edd-reports .section-content .tablenav.top{display:none}#edd_tax_rates{margin:1em 0 0}[id*=edd-recapture-].button{font-size:16px;height:auto;padding:8px 14px;margin:6px 0 0}[id*=edd-recapture-].button .dashicons{line-height:29px;margin-left:8px}[id*=edd-recapture-].button .edd-loading,[id*=edd-recapture-].button .edd-loading:after{border-radius:50%;display:inline-block;width:14px;height:14px}[id*=edd-recapture-].button .edd-loading{position:relative;top:3px;margin-right:4px;box-shadow:0 0 2px rgba(0,0,0,.2);animation:edd-spinning 1.1s linear infinite;border:2px solid hsla(0,0%,100%,.5);border-right-color:#fff;font-size:14px;filter:alpha(opacity=0);transform:translateZ(0)}#edd-recapture-disconnect.button .edd-loading.dark{border-color:rgba(0,0,0,.2) #666 rgba(0,0,0,.2) rgba(0,0,0,.2);box-shadow:none}.recapture-notice{position:relative}@keyframes edd-spinning{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}#edd-chartjs-tooltip{position:absolute;background-color:#fff;border-radius:7px;transition:all .1s ease;pointer-events:none;transform:translate(50%);font-size:12px;box-shadow:0 0 0 1px rgba(89,94,100,.1),0 15px 35px 0 rgba(89,94,100,.1),0 5px 15px 0 rgba(0,0,0,.12);min-width:120px;opacity:0}.edd-chartjs-tooltip-key{display:inline-block;width:10px;height:10px;margin-left:5px}.wrap-licenses .form-table,.wrap-licenses caption,.wrap-licenses tbody,.wrap-licenses td,.wrap-licenses tfoot,.wrap-licenses th,.wrap-licenses thead,.wrap-licenses tr{display:block}.wrap-licenses .form-table tr{float:right;margin:0 0 15px 15px;background:#fff;border:1px solid #ccc;width:30.5%;max-width:350px;padding:14px;min-height:220px;position:relative;box-sizing:border-box}.wrap-licenses .form-table th{background:#f9f9f9;padding:14px;border-bottom:1px solid #ccc;margin:-14px -14px 20px;width:100%}.wrap-licenses .form-table td{padding:0}.wrap-licenses td input.regular-text{margin:0 0 8px;width:100%}.wrap-licenses .edd-license-data[class*=edd-license-]{position:absolute;background:#fafafa;padding:14px;border-top:1px solid #eee;margin:20px -14px -14px;min-height:67px;width:100%;bottom:14px;box-sizing:border-box}.wrap-licenses .edd-license-data[class*=edd-license-] a{color:#444}.wrap-licenses .edd-license-data[class*=edd-license-] a:hover{text-decoration:none}.wrap-licenses .edd-license-data.license-expires-soon-notice{background-color:#00a0d2;color:#fff;border-color:#00a0d2}.wrap-licenses .edd-license-data.edd-license-expired{background-color:#e24e4e;color:#fff;border-color:#e24e4e}.wrap-licenses .edd-license-data.edd-license-error,.wrap-licenses .edd-license-data.edd-license-invalid,.wrap-licenses .edd-license-data.edd-license-item_name_mismatch,.wrap-licenses .edd-license-data.edd-license-missing,.wrap-licenses .edd-license-data.edd-license-site_inactive{background-color:#ffebcd;border-color:#ffebcd}.wrap-licenses .edd-license-data p{font-size:13px;margin-top:0}.wrap-licenses .edd-license-data.edd-license-expired a,.wrap-licenses .edd-license-data.license-expires-soon-notice a{color:#fff}.wrap-licenses .edd-license-data.edd-license-expired a:hover,.wrap-licenses .edd-license-data.license-expires-soon-notice a:hover{text-decoration:none}.wrap-licenses p.submit{clear:both}#edd-send-test-summary-save-changes-notice .notice p{font-size:13px}#edd-send-test-summary-notice,#edd-send-test-summary-save-changes-notice{display:flex;margin-top:5px}.edd-graph .y1Axis{color:#edc240!important}.edd-graph .y2Axis{color:#afd8f8!important}.wp-list-table.apikeys input.code{width:100%;font-size:10px;cursor:text;background:#fff;border:1px solid #ddd;box-shadow:none;color:#555}.edd-toggle{position:relative;display:inline-block;overflow:visible}.edd-toggle input[type=checkbox]{display:inline-block;vertical-align:middle;position:relative;margin:0;padding:0;width:42px;height:24px;background-color:#ccc;transition:background .2s ease;border-radius:34px;box-shadow:none;border:none}.edd-toggle .label{display:inline-block;vertical-align:middle;white-space:nowrap}.edd-toggle input[type=checkbox]:before{position:absolute;content:"";height:18px;width:18px;right:3px;bottom:3px;background-color:#fff;transition:transform .1s ease;border-radius:50%}.edd-toggle input[type=checkbox]:checked{background-color:#007cba}.edd-toggle input[type=checkbox]:active,.edd-toggle input[type=checkbox]:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px #7e8993}.edd-toggle input[type=checkbox]:checked:active,.edd-toggle input[type=checkbox]:checked:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #007cba}.edd-toggle input[type=checkbox]:checked:before{transform:translateX(-22px)}.edd-toggle .label+input,.edd-toggle input+.label{margin-right:5px}.download_page_edd-tools .tablenav .actions{overflow:visible}.edd_user_search_wrap{position:relative;overflow:visible}.edd_user_search_wrap .spinner{position:absolute;margin:0;padding:0;left:4px;top:-2px}.edd_user_search_wrap.loading .spinner{visibility:visible}.edd_user_search_results{position:absolute;right:0;top:20px}.edd_user_search_results a.edd-ajax-user-cancel{position:absolute;left:6px;top:2px}.edd_user_search_results ul{background:#fafafa;border:1px solid #dfdfdf;overflow-y:scroll;padding:0;margin:0;height:150px;width:185px;box-shadow:0 3px 5px rgba(0,0,0,.1)}.edd_user_search_results li{margin:0}.edd_user_search_results li a{display:block;text-decoration:none;padding:6px 10px}.edd_user_search_results li a:hover{background:#f5f5f5}.edd_user_search_results li.no-users{text-align:center;vertical-align:middle;display:block;line-height:150px;color:#bbb;text-transform:uppercase;font-size:11px}@media screen and (max-width:1100px){.edd-mix-chart{display:block;width:100%}.wrap-licenses .form-table tr{width:46%;max-width:none;min-height:230px}}@media screen and (max-width:782px){.license-expiration-date-notice,.license-lifetime-notice,.license-null{padding-right:0}[class^=license-] input[type=text]{margin-bottom:3px}}@media screen and (max-width:600px){.wrap-licenses .form-table tr{width:100%;min-height:230px}#edd-edit-order-form input.large-text{width:100%}}#edd-item-wrapper{background:#fff;border:1px solid #c3c4c7;box-shadow:0 1px 1px rgba(0,0,0,.04);position:relative;margin-top:15px;display:flex}#edd-item-wrapper.full-width{max-width:100%}#edd-item-wrapper:after{content:"";display:block;clear:both;visibility:hidden;font-size:0;height:0}.edd-sections-wrap{clear:both;width:100%}.edd-sections-wrap .section-wrap{background-color:#fff;display:inline-block;z-index:2}.js .edd-sections-wrap .edd-vertical-sections:not(.meta-box) .section-wrap>div{min-height:500px;height:100%}.edd-sections-wrap .section-wrap .customer-section:not(:last-child){border-bottom:1px solid #eee}.edd-sections-wrap .section-wrap .customer-section table{margin-bottom:20px}.edd-sections-wrap .section-wrap{border-right:1px solid #e5e5e5}.edd-sections-wrap .section-wrap .section-content>*{padding:20px}.edd-sections-wrap .section-wrap .section-content h2{margin:0;padding-bottom:0}.edd-sections-wrap .section-wrap .avatar-wrap{float:right;padding-left:10px;text-align:center}.edd-sections-wrap .section-wrap img.avatar{border-radius:5px}.edd-sections-wrap .section-wrap .customer-id{position:absolute;left:0;top:0;padding:10px;background-color:#fafafa;border-bottom-right-radius:20%;border:1px solid #eee;border-top:none;border-left:none;font-family:monospace;font-size:18px;font-weight:600}.edd-item-info.customer-info input[type=password],.edd-item-info.customer-info input[type=text],.edd-item-info.customer-info select{width:200px;height:auto;box-shadow:none;transition:none;border:1px solid #ddd;margin:-5px -2px 4px 0;font-size:13px;padding:2px 4px}.edd-sections-wrap .section-wrap .customer-main-wrapper{float:right}.edd-sections-wrap .section-wrap .customer-main-wrapper input[name="customerinfo[name]"]{font-size:24px}.edd-sections-wrap .section-wrap .customer-address-wrapper{float:left;margin-top:-3px;margin-left:50px;width:202px}.edd-sections-wrap .section-wrap .info-wrapper{min-height:125px;overflow:visible}.edd-sections-wrap .section-wrap .customer-address span[data-key=address2],.edd-sections-wrap .section-wrap .customer-address span[data-key=address],.edd-sections-wrap .section-wrap .customer-address span[data-key=country]{display:block}.edd-sections-wrap .section-wrap a.delete{color:red;margin-left:5px;text-decoration:none}.customer-info{min-height:185px}.customer-info .customer-name{font-size:24px;font-weight:600}.customer-info .customer-name.editable{margin-bottom:6px}.customer-edit-link a{font-weight:400;text-decoration:none}.disconnect-user a{color:#aaa;font-size:20px}#customer-edit-actions{padding:3px;line-height:28px;text-align:center}#customer-edit-actions .button-secondary{margin-left:5px}#customer-edit-actions .cancel{padding:5px}.edd-sections-wrap .section-wrap .row-title{width:30%}.edd-sections-wrap .section-wrap .editable{display:block;padding:3px}.edd-sections-wrap .section-wrap div.edit-item{margin-right:-4px;margin-top:-20px}.edd-sections-wrap .section-wrap .customer-address.edit-item{margin-top:3px}.edd-sections-wrap .section-wrap span.edit-item{display:none}.edd-sections-wrap .section-wrap .edit-item input{font-size:13px}.edd-sections-wrap .section-wrap .customer-name.edit-item input{margin-top:-5px}.edd-sections-wrap .section-wrap .edd_user_search_results{right:-2px;top:18px}.edd-sections-wrap .section-wrap .edd_user_search_results ul{width:198px}#edd-item-stats-wrapper{margin:0 auto;text-align:center}#edd-item-stats-wrapper ul{display:flex;margin:0}#edd-item-stats-wrapper li{font-size:14px;margin-bottom:0;width:50%}#edd-item-stats-wrapper a{text-decoration:none}#edd-item-stats-wrapper .dashicons{color:#888;margin-top:-2px}#edd-item-tables-wrapper table{width:100%}#edd-item-tables-wrapper .no-items{text-align:right}#edd-item-tables-wrapper .emails .add-customer-email-row{background-color:#f4f4f4;border-top:1px solid #e5e5e5}#edd-item-tables-wrapper .add-customer-email-wrapper{display:flex;flex-wrap:wrap;align-items:center;margin:12px 0}#edd-item-tables-wrapper .edd-form-group{margin-bottom:0}#edd-item-tables-wrapper .edd-make-email-primary{flex-grow:1;margin-right:12px}#edd-item-tables-wrapper .emails .spinner{float:none;margin:0 10px;-ms-grid-row-align:center;align-self:center}#edd-item-tables-wrapper .notice-error{background-color:#fff5f5}#edd-item-notes-wrapper{min-height:50px}.customer-note-input{margin-bottom:5px;width:100%}.customer-note-wrapper{border-bottom:1px solid #f9f9f9;min-height:38px;padding:7px 7px 7px 0}.customer-note-wrapper span{display:block}.note-content-wrap{padding-top:7px}.edd-sections-wrap .section-wrap .notice-container{padding-right:20px;padding-left:20px;margin-right:-20px;margin-left:-20px}@media screen and (max-width:810px)and (min-width:656px){.customer-info .customer-name{font-size:16px}.edd-sections-wrap .section-wrap .widefat td,.widefat th{max-width:100%!important;display:table-cell}}@media screen and (max-width:781px){#edd-item-tab-wrapper,.edd-sections-wrap .section-wrap{margin:0;width:100%}#edd-item-tab-wrapper-list .dashicons{font-size:18px}.edd-item-has-tabs .edd-sections-wrap .section-wrap{border-top:1px solid #e5e5e5;border-right:0;margin-top:-1px}}@media screen and (max-width:656px){.edd-item-info.customer-info{position:relative}.edd-sections-wrap .section-wrap .customer-address-wrapper{float:none;position:absolute;top:84px;right:165px;max-width:200px}.edd-sections-wrap .section-wrap .customer-main-wrapper{float:none;position:absolute;right:165px}.customer-info .customer-name{font-size:16px}.edd-sections-wrap .section-wrap #edd-item-stats-wrapper{padding-right:0;padding-left:0}.edd-sections-wrap .section-wrap .customer-section{margin-bottom:0}.edd-sections-wrap .section-wrap .widefat td.column-primary,.edd-sections-wrap .section-wrap .widefat td.no-items,.edd-sections-wrap .section-wrap .widefat th.column-primary{width:100px!important;display:table-cell;overflow:hidden;text-align:right}.edd-sections-wrap .section-wrap .customer-id{display:none}#edd-item-tables-wrapper .emails td.column-primary{padding-left:10px;width:100%!important}#edd-item-tables-wrapper .edd-form-group{margin:0 0 16px}}@media screen and (max-width:480px){#edd-item-tab-wrapper-list li{width:50%}#edd-item-tab-wrapper-list li:nth-child(3n+3){border-width:0 0 1px 1px}#edd-item-tab-wrapper-list li:nth-child(2n){border-width:0 0 1px}.download_page_edd-reports .button{text-align:center}#edd-payment-date-filters span{display:block}#edd-payment-date-filters span>input{float:left}#edd-add-discount select[multiple] option,#edd-edit-discount select[multiple] option{height:20px}.download_page_edd-reports .inside .button,.download_page_edd-reports .inside input[type=submit],.download_page_edd-reports .inside input[type=text],.download_page_edd-reports .inside select,.download_page_edd-settings .inside input[type=button],.download_page_edd-tools .inside input[type=submit],.download_page_edd-tools .inside input[type=text],.download_page_edd-tools .inside select{width:100%}#edd-add-discount select[multiple],#edd-edit-discount select[multiple],.download_page_edd-tools select[multiple]{height:200px!important}.download_page_edd-settings input[type=checkbox]{margin:2px 0}.post-type-download input[type=checkbox]{margin-right:2px}}.inside .edd-tools-textarea{background:#32373c;color:rgba(240,245,250,.7);font-size:12px;font-family:Menlo,Monaco,monospace;display:block;overflow:auto;white-space:pre;width:100%;height:450px;padding:10px;outline:none}#system-info-textarea::selection{background:#555;color:#fff}#edd-system-info .edd-inline-button{margin-right:5px}.recount-stats-controls form{display:inline}.edd-recount-stats-descriptions span{display:none;line-height:24px}.edd-vertical-sections{overflow:visible;display:block;display:flex}#edd-item-tab-wrapper,.edd-vertical-sections .section-nav{position:relative;width:20%;line-height:1em;margin:0 0 0 -1px;padding:0;background-color:#f5f5f5;border-left:1px solid #e5e5e5;box-sizing:border-box;max-width:200px}#edd-item-tab-wrapper-list{margin:0}#edd-item-tab-wrapper li,.edd-vertical-sections .section-nav li{display:block;position:relative;margin:0;padding:0;background-color:#fcfcfc}.edd-vertical-sections .section-title:last-of-type{margin-bottom:24px}#edd-item-tab-wrapper li>.edd-item-tab-label-wrap,#edd-item-tab-wrapper li a,.edd-vertical-sections .section-nav li a{display:flex;margin:0;padding:9px;text-decoration:none;border-bottom:1px solid #e5e5e5;box-shadow:none;position:relative;align-items:center}#edd-item-tab-wrapper li a:focus,#edd-item-tab-wrapper li a:hover,.edd-vertical-sections .section-nav li a:focus,.edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0;outline:0;transition:all .25s}.edd-vertical-sections .section-nav .section-title--is-active a:after{content:"";width:1px;height:100%;background:#fff;position:absolute;left:0;top:0;bottom:0;z-index:3}#edd-item-tab-wrapper li>.edd-item-tab-label-wrap{background-color:#fff}.edd-vertical-sections .section-nav li a>.dashicons,.edd-vertical-sections .section-nav li a>span{display:inline-block}.edd-vertical-sections .section-nav li a>span{max-width:76%}.edd-vertical-sections .section-nav li a .dashicons{line-height:20px;margin-left:3px;color:#888}.edd-vertical-sections .section-nav .section-title--is-active a{font-weight:700;color:#555;background-color:#fff;border-left:none;margin-left:-1px}.edd-vertical-sections.use-js .section-content,.no-js .edd-vertical-sections.use-js.edd-item-header-small,.no-js .edd-vertical-sections.use-js .section-nav{display:none}.no-js .edd-vertical-sections.use-js .section-content{display:block}.admin-color-fresh .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-fresh .edd-vertical-sections .section-nav li a:focus,.admin-color-fresh .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #0073aa}.admin-color-blue .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-blue .edd-vertical-sections .section-nav li a:focus,.admin-color-blue .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #096484}.admin-color-coffee .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-coffee .edd-vertical-sections .section-nav li a:focus,.admin-color-coffee .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #c7a589}.admin-color-ectoplasm .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-ectoplasm .edd-vertical-sections .section-nav li a:focus,.admin-color-ectoplasm .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #a3b745}.admin-color-midnight .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-midnight .edd-vertical-sections .section-nav li a:focus,.admin-color-midnight .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #e14d43}.admin-color-ocean .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-ocean .edd-vertical-sections .section-nav li a:focus,.admin-color-ocean .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #627c83}.admin-color-sunrise .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-sunrise .edd-vertical-sections .section-nav li a:focus,.admin-color-sunrise .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #be3631}.admin-color-light .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-light .edd-vertical-sections .section-nav li a:focus,.admin-color-light .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #888}.admin-color-evergreen .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-evergreen .edd-vertical-sections .section-nav li a:focus,.admin-color-evergreen .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #36533f}.admin-color-mint .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-mint .edd-vertical-sections .section-nav li a:focus,.admin-color-mint .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #4f6d59}.edd-vertical-sections .section-nav .section-title--is-active .dashicons{color:#555}@media only screen and (max-width:782px){#edd-item-tab-wrapper,.edd-vertical-sections .section-nav{width:48px}.edd-vertical-sections .section-nav li a{justify-content:center}.edd-vertical-sections .section-nav li a .dashicons{width:24px;height:24px;font-size:24px;line-height:24px;margin:0}.section-nav li .dashicons:before{width:24px;height:24px}#edd-item-tab-wrapper .edd-item-tab-label,.section-nav li .label{overflow:hidden;position:absolute;top:-1000em;right:-1000em;width:1px;height:1px}}#edd-item-card-wrapper,.edd-vertical-sections .section-wrap{width:80%}#edd-item-card-wrapper .item-section{background:#fff;overflow:hidden;box-sizing:border-box}:not(#edd-item-tab-wrapper)+#edd-item-card-wrapper .item-section{margin:25px 0;padding:20px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}#edd-item-tab-wrapper+#edd-item-card-wrapper{padding:20px;border-right:1px solid #e5e5e5;box-sizing:border-box}@media only screen and (min-width:1200px){#edd-graphs-filter,#edd-item-card-wrapper,.edd-vertical-sections:not(.meta-box) .section-wrap{width:calc(100% - 200px)}}@media only screen and (max-width:782px){#edd-graphs-filter,#edd-item-card-wrapper,.edd-vertical-sections .section-wrap{width:calc(100% - 48px)}}#edd-debug-log .edd-inline-button{margin-right:5px}.edd-settings-sidebar{padding-top:27px}.edd-settings-sidebar-content{background-color:#fff;text-align:center;border:1px solid #ddd;box-sizing:border-box;max-width:300px}.edd-settings-sidebar-content p{font-size:14px;line-height:1.5;margin-top:0}.edd-sidebar-header-section{background-color:#35495c;line-height:1;padding:26px 20px 24px;border-bottom:3px dashed #fafafa}.edd-sidebar-description-section{background-color:#fafafa;padding:16px 20px;border-bottom:1px solid #ddd}.edd-sidebar-description-section .edd-sidebar-description{margin:0}.edd-sidebar-coupon-section{font-size:14px;padding:16px 20px}.edd-sidebar-coupon-section label{display:block;line-height:1.4;margin-bottom:6px}.edd-sidebar-coupon-section label strong{color:#253b51;font-weight:700}.edd-sidebar-coupon-section input{background:#f4f7fa;font-size:22px;font-weight:600;text-align:center;padding:10px;border:2px dashed #2794da;border-radius:4px;margin-bottom:16px;box-shadow:none;width:100%}.edd-sidebar-coupon-section input:focus{border:2px dashed #2794da;box-shadow:none}.edd-settings-sidebar-content .edd-coupon-note{color:#6c7883;font-size:13px;font-style:italic;margin:0}.edd-settings-sidebar-content .edd-coupon-note a{color:#253b51}.edd-settings-sidebar-content .edd-coupon-note a:hover{text-decoration:none}.edd-sidebar-footer-section{background-color:#fafafa;padding:16px 20px;border-top:1px solid #ddd}.edd-sidebar-footer-section .edd-cta-button{display:block;background-color:#2794da;color:#fff;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;padding:17px 10px;border:none;border-radius:4px;width:100%;box-sizing:border-box;box-shadow:none;transition:background-color .2s}.edd-sidebar-footer-section .edd-cta-button:hover{background-color:#2386c5}@media (min-width:1080px){.edd-has-sidebar .edd-settings-content{float:right;width:67%}.edd-has-sidebar .edd-settings-sidebar{float:left;width:31%}}@media (min-width:1240px){.edd-has-sidebar .edd-settings-content{width:74%}.edd-has-sidebar .edd-settings-sidebar{width:23%}}.taxes-tab .edd-has-sidebar .edd-settings-content,.taxes-tab .edd-has-sidebar .edd-settings-sidebar{float:none;width:100%}.bfcm-promo-img-container{background-color:#35495c;width:100%;height:160px}.bfcm-code{color:#2794da;font-weight:700}.sale-ends{position:absolute;bottom:9px;left:14px;display:inline-block;color:#6c7883;font-size:12px;text-align:left;font-style:italic;width:150px}
|
1 |
+
.edd-custom-price-option-sections-wrap{display:none;border:1px solid #c3c4c7;border-top:0 solid #c3c4c7;box-sizing:border-box;width:100%}.edd-custom-price-option-section{display:block;padding:10px 8px;border-bottom:1px solid hsla(0,0%,87.1%,.3)}.edd-custom-price-option-section-title{display:block;font-weight:600;padding:0 0 10px}.edd-custom-price-option-section-content{display:flex;gap:12px;margin-bottom:6px}.edd-custom-price-option-section:last-child{border-bottom:none}.toggle-custom-price-option-section{color:#787c82}.toggle-custom-price-option-section:hover{color:#537994}#edd_product_settings .edd-product-options__title,#edd_product_settings .inside strong{border-top:1px solid #c3c4c7;border-bottom:1px solid #c3c4c7;background-color:#f9f9f9;display:flex;font-weight:600;margin:0 -12px 16px;padding:8px 12px;justify-content:space-between;align-items:center}#edd_product_settings .edd-product-options-wrapper:first-of-type .edd-product-options__title,#edd_product_settings .inside div:first-child strong{margin-top:-8px}#edd_product_settings .edd-product-options__title .edd-help-tip,#edd_product_settings .inside strong .edd-help-tip{font-size:20px}#edd_product_settings .label--block{display:block;margin:0 0 4px}.edd_repeatable_row.ui-sortable-placeholder{line-height:0;padding:0;margin:0;box-sizing:border-box;border:1px dashed #c3c4c7;visibility:visible!important}.edd-add-repeatable-row{border-top:1px solid #c3c4c7;padding:12px;margin:15px -12px -12px;display:flex;justify-content:flex-end;align-items:center}.edd_repeatable_row input[type=text].large-text{width:100%}.edd_repeatable_upload_wrapper:not(:first-child),.edd_variable_prices_wrapper:not(:first-child){margin-top:12px}.edd_repeatable_row.ui-sortable-helper .edd-repeatable-row-actions .edd-remove-row{display:none}.edd-repeatable-row-actions{color:#787c82}.edd-repeatable-row-actions a{text-decoration:none;width:auto;cursor:pointer}.edd-bundle-products-header,.edd-repeatable-row-header{clear:both;background:#f6f7f7;border:1px solid #c3c4c7;display:flex;justify-content:space-between}.edd-repeatable-row-header{cursor:move}.edd_repeatable_row:hover .edd-repeatable-row-header,.edd_repeatable_row:hover .edd-repeatable-row-standard-fields{border-color:#c3c4c7}.edd-bundled-product-row:after,.edd-bundled-product-row:before,.edd-repeatable-row-header:after,.edd-repeatable-row-header:before{content:"";display:table}.edd-bundled-product-row:after,.edd-repeatable-row-header:after{clear:both}.edd-bundle-products-header,.edd-repeatable-row-title{font-weight:600}.edd-bundle-products-header,.edd-repeatable-row-actions,.edd-repeatable-row-title{padding:8px;box-sizing:border-box}.edd-repeatable-row-actions{flex-grow:1;text-align:left}.edd-bundled-product-row .edd-remove-row,.edd-repeatable-row-actions .edd-remove-row{width:auto;cursor:pointer}.edd-bundled-product-row,.edd-repeatable-row-standard-fields{padding:8px;border:1px solid #c3c4c7;border-top:0 solid #c3c4c7;display:flex;justify-content:space-between;align-items:center;gap:18px}.edd-bundled-product-row .edd-form-group,.edd-repeatable-row-standard-fields .edd-form-group{margin-bottom:0;display:inline-flex;flex-direction:column;flex-grow:1;justify-content:space-between}.edd-repeatable-row-setting-label .edd-help-tip{display:inline-block;margin-right:4px}.edd-bundled-product-item-reorder{min-width:30px}.edd-bundled-product-item-reorder .edd-product-file-reorder{font-size:20px;cursor:move;color:#dcdcde;font-family:dashicons;content:"";transition:color .2s}.edd-bundled-product-item-reorder .edd-product-file-reorder:hover{color:#a7aaad}.edd-bundled-product-actions{-ms-grid-row-align:center;align-self:center}#edd_products .edd-select,.edd_repeatable_product_wrapper .edd-select,.edd_repeatable_upload_wrapper .pricing select{min-width:100%;max-width:200px}.edd_repeatable_product_wrapper td{overflow:visible}@media screen and (max-width:480px){.edd-bundle-products-header,.edd-bundled-product-row,.edd-repeatable-row-header,.edd-repeatable-row-standard-fields{flex-wrap:wrap}.edd-bundled-product-row .edd-form-group,.edd-repeatable-row-standard-fields .edd-form-group{margin-right:0!important;margin-bottom:24px}}.edd_remove_repeatable{border:none;cursor:pointer;display:inline-block;padding:0;overflow:hidden;margin:8px 0 0;text-indent:-9999px;width:10px;height:10px}.edd_remove_repeatable:active,.edd_remove_repeatable:focus,.edd_remove_repeatable:hover{background-position:-10px 0!important}.edd_repeatable_upload_wrapper .edd_repeatable_upload_field_container{position:relative;width:100%}.edd_repeatable_upload_wrapper .edd_repeatable_upload_field_container+span:first-child{width:100%}.edd_repeatable_upload_field{padding-left:32px}.edd_upload_file button{background:#f6f7f7;border:none;border-right:1px solid #c3c4c7;padding:0 4px;position:absolute;height:calc(100% - 4px);overflow:hidden;top:2px;left:2px;display:inline-flex;justify-content:center;align-items:center}.edd-form-group{margin-bottom:16px}.edd-form-group:last-of-type{margin-bottom:0}.edd-form-group>label,.edd-form-group__label{display:block;font-weight:600;margin-bottom:8px;padding:0}.edd-form-group__control{margin-bottom:12px;max-width:100%}.edd-form-group__control.is-check,.edd-form-group__control.is-radio{margin-top:4px}.edd-form-group__control:last-of-type{margin-bottom:0}.edd-form-group__control--is-inline{display:inline-flex;align-items:flex-end}.edd-form-group__input{max-width:100%}.edd-form-group__input[type=checkbox],.edd-form-group__input[type=radio]{margin-top:0}.edd-form-group__input[type=checkbox]+label,.edd-form-group__input[type=radio]+label{display:unset}select.edd-form-group__input{max-width:100%}.edd-form-group__help{color:#646970;font-size:13px;font-style:italic;line-height:normal;margin:8px 0 0}.edd-form-row{display:flex;flex-wrap:wrap;gap:12px}.edd-form-row__column{display:inline-flex;flex-direction:column;justify-content:flex-end}.edd-form-row__column.edd-form-group{margin-bottom:0}.edd-form-row label,.edd-form-row label.edd-form-group__label{margin-bottom:8px}#edd-migration-progress .dashicons-minus{color:#949494}#edd-migration-progress .dashicons-yes{color:green}#edd-migration-progress .dashicons-update:before{animation:rotation 2s linear infinite;display:block}#edd-v3-migration-remove-legacy-data-submit-wrap{display:flex;align-items:center;gap:6px}#edd-v3-migration-remove-legacy-data-submit-wrap .button{margin:0}#edd-filters{padding:10px;margin:0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}#edd-filters .filter-items{flex-wrap:wrap;gap:6px;float:none;flex-grow:1}#edd-filters .filter-items,#edd-filters .filter-items .graph-option-section{display:flex;align-items:center}#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-graphs-date-options{border-top-left-radius:4px;border-bottom-left-radius:4px}#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-date-range-dates,#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-date-range-relative-dates{display:none}#edd-filters .filter-items .edd-date-range-options{display:inline-block;margin:10px 0}#edd-filters .filter-items .edd-graphs-date-options{border-top-left-radius:0;border-bottom-left-radius:0}#edd-filters .filter-items .edd-date-range-dates{display:flex;align-items:center;border:1px solid #8c8f94;border-right:none;color:#2c3338;padding:4px 10px;margin-right:-5px;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer;gap:4px}#edd-filters .filter-items .edd-date-range-dates.hidden{display:none}#edd-filters .filter-items .edd-date-range-selected-date{display:inline-block}#edd-filters .filter-items .edd-date-range-relative-dates{display:flex;align-items:center;margin-right:10px}#edd-filters .filter-items .edd-date-range-relative-dates.hidden{display:none}#edd-filters .filter-items .edd-date-range-selected-relative-date{position:relative;display:flex;align-items:center;border:1px solid #8c8f94;padding:4px 6px 4px 2px;color:#2c3338;margin-right:10px;margin-left:10px;border-radius:4px;cursor:pointer}#edd-filters .filter-items .edd-date-range-selected-relative-date .arrow-down{width:16px;height:auto;margin-right:6px;margin-top:2px;vertical-align:middle}#edd-filters .filter-items .edd-date-range-selected-relative-date.opened .edd-date-range-relative-dropdown{display:block}#edd-filters .filter-items .edd-date-range-relative-dropdown{position:absolute;z-index:99;width:420px;right:50%;top:100%;margin-top:10px;transform:translateX(50%);background-color:#fff;border:1px solid #8c8f94;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.25);display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown:after{height:10px;width:10px;position:absolute;content:"";background:#fff;border-color:#8c8f94;border-style:solid;border-width:0 0 1px 1px;transform:rotate(135deg);top:-6px;right:calc(50% - 4px)}#edd-filters .filter-items .edd-date-range-relative-dropdown .spinner{display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading{padding:10px;text-align:center}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading .spinner{display:inline-block;visibility:visible;margin:0;float:unset}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading :not(.spinner){display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li{display:flex;align-items:center;padding:2px 10px;opacity:.85;gap:20px}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li.active,#edd-filters .filter-items .edd-date-range-relative-dropdown ul li:hover{cursor:pointer;color:var(--wp-admin-theme-color);opacity:1}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-name{width:110px}@media screen and (max-width:950px){#edd-filters .filter-items .graph-option-section{margin-top:8px;width:100%}#edd-filters .filter-items .edd-date-range-picker{flex-wrap:wrap}#edd-filters .filter-items .edd-graphs-date-options{width:100%;max-width:100%;min-height:40px;font-size:14px;border-top-left-radius:4px;border-bottom-left-radius:4px}#edd-filters .filter-items .edd-date-range-dates{width:100%;margin-top:10px;border:1px solid #8c8f94;margin-right:unset;border-radius:4px;font-size:14px;padding:8px 8px 8px 6px}#edd-filters .filter-items .edd-date-range-relative-dates{width:100%;flex-wrap:wrap;margin-right:0;margin-top:6px}#edd-filters .filter-items .edd-date-range-selected-relative-date{width:100%;margin-top:8px;margin-right:0;margin-left:0;font-size:14px;padding:8px 8px 8px 6px;flex-wrap:wrap}#edd-filters .filter-items .edd-date-range-selected-relative-date .arrow-down{margin-right:auto}#edd-filters .filter-items .edd-date-range-relative-dropdown{position:relative;width:100%;right:0;top:0;transform:unset;box-shadow:unset;border:unset;margin:0}#edd-filters .filter-items .edd-date-range-relative-dropdown:after{display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown ul{margin-bottom:0}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li{padding-right:0;padding-left:0;justify-content:space-between;flex-wrap:wrap;gap:unset}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-dates,#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-name{width:100%}}#edd-filters>p{color:#757575}#edd-filters input[type=number],#edd-filters input[type=text].edd_datepicker{max-width:105px}#edd-filters .button-secondary,#edd-filters input[type=number]{margin-bottom:0}#edd-filters .search-form{margin:0}@media screen and (max-width:480px){#edd-filters span{margin:2px 0}}#edd-advanced-filters{position:relative}#edd-advanced-filters .inside{z-index:99;position:absolute;top:29px;left:0;border:1px solid #e0e0e0;padding:0;background:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2);min-width:285px;opacity:0;visibility:hidden}#edd-advanced-filters fieldset{display:block;padding:10px 15px 15px;margin:10px 0}#edd-advanced-filters fieldset:not(:last-of-type){border-bottom:1px solid #e0e0e0}#edd-advanced-filters fieldset:last-of-type{padding-bottom:5px}#edd-advanced-filters fieldset.edd-add-on-filters div,#edd-advanced-filters fieldset.edd-add-on-filters label,#edd-advanced-filters fieldset.edd-add-on-filters p,#edd-advanced-filters fieldset.edd-add-on-filters span{display:block;margin-bottom:2px}#edd-advanced-filters div.edd-select-chosen:not(:last-child){margin-bottom:10px}#edd-advanced-filters.open .edd-advanced-filters-button{background:#e0e0e0;border-color:#949494;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}#edd-advanced-filters.open .inside{visibility:visible;opacity:1;transition:opacity .2s ease-in}.download_page_edd-reports #edd-filters{margin-bottom:-1px;box-shadow:none}@media screen and (max-width:782px){.download_page_edd-reports #edd-filters{gap:0}}.edd-old-log-filters{margin-top:-30px;margin-right:2px}@media screen and (min-width:600px){#edd-reports-charts-wrap{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(200px,50%))[2];grid-template-columns:repeat(2,minmax(200px,50%));grid-gap:20px}.edd-reports-chart{margin-bottom:0}.edd-reports-chart-line{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/span 2}}.edd-reports-chart{height:500px;max-height:700px}.chart-timezone{font-size:.75rem;color:#ccc}.edd-mobile-link{line-height:32px}.edd-mobile-link a{text-decoration:none}.edd-mobile-link a:after,.edd-mobile-link a:before{display:inline-block;-webkit-font-smoothing:antialiased;font:normal 20px/30px dashicons;vertical-align:top;margin:1px 0 0;padding:0}.edd-mobile-link a:before{content:"";color:#757575;margin-left:-3px}.edd-mobile-link a:after{content:""}#edd-reports-tiles-wrap #dashboard-widgets .sortable-placeholder{padding:0;margin:0 0 20px;line-height:0;box-sizing:border-box;height:110px}#edd-reports-tiles-wrap #dashboard-widgets #primary-sortables{margin-right:0}#edd-reports-tiles-wrap #dashboard-widgets #tertiary-sortables{margin-left:0}#edd-reports-tiles-wrap{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:20px}.edd-reports-tile{text-align:center;padding:20px 10px 35px;display:flex;flex-direction:column;justify-content:center;border:1px solid #e5e5e5;background:#fafafa;position:relative;box-sizing:border-box;gap:.5em}.edd-reports-tile>span:not(.tile-compare){width:100%}.edd-reports-tile .tile-label{text-align:center;text-transform:uppercase;font-size:12px;font-weight:400;color:#101517}.edd-reports-tile .tile-value{color:#333;font-size:2em;line-height:1;transition:all .2s ease-in-out;display:flex;justify-content:center;flex-direction:column;gap:.25em}.edd-reports-tile:hover{border:1px solid #aaa}.edd-reports-tile:hover .tile-value:not(.tile-no-data){transform:scale(1.05)}.edd-reports-tile .tile-amount{color:#2794da}.edd-reports-tile .tile-number{color:#96f}.edd-reports-tile .tile-amount,.edd-reports-tile .tile-number{color:#fff}.edd-reports-tile .tile-value.tile-no-data{color:#ddd}.edd-reports-tile .tile-value.tile-url{font-size:1.5em}.edd-reports-tile .tile-relative{font-size:12px;font-weight:400;color:#888}.edd-reports-tile span.dashicons{display:inline-block;font-size:30px;line-height:20px;height:20px;width:20px;position:relative;top:4px;right:-5px;margin-right:-5px;color:#999}.edd-reports-tile .tile-relative span.dashicons{top:-5px;right:-3px;margin-right:0}.edd-reports-tile .tile-relative span.dashicons-arrow-down,.edd-reports-tile .tile-relative span.dashicons-arrow-up.reverse{color:#d63638}.edd-reports-tile .tile-relative span.dashicons-arrow-down.reverse,.edd-reports-tile .tile-relative span.dashicons-arrow-up{color:#008a20}.edd-reports-tile .tile-compare{position:absolute;left:0;bottom:0;color:#aaa;font-size:11px;line-height:1em;background-color:#fff;border-color:#e5e5e5 #e5e5e5 #fff #fff;border-style:solid;border-width:1px;border-top-right-radius:8px;padding:4px 9px 0 0;margin:0 0 -1px -1px}.edd-reports-tile:hover .tile-compare{border-right:1px solid #bbb;border-top:1px solid #bbb;color:#777}#edd-submit-refund-status{text-align:center;font-size:1.2em}#edd-submit-refund-status .edd-submit-refund-message:before{font-family:dashicons;font-size:1.5em;vertical-align:middle;color:#fff;border-radius:16px;margin:5px}#edd-submit-refund-status .edd-submit-refund-message.success:before{content:"";background-color:#008a20;padding-left:1px}#edd-submit-refund-status .edd-submit-refund-message.fail{display:block;margin-bottom:16px}#edd-submit-refund-status .edd-submit-refund-message.fail:before{content:"";background-color:#d63638}.refund-items td,.refund-items th.check-column{vertical-align:baseline}.refund-items .column-amount,.refund-items .column-discount,.refund-items .column-quantity,.refund-items .column-subtotal,.refund-items .column-tax,.refund-items .column-total{width:80px}.refund-items .edd-form-group__control{display:flex;align-items:center}.refund-items .edd-form-group__control input,.refund-items .edd-form-group__control select{background-color:transparent;border:0;border-bottom:1px solid;border-radius:0;box-shadow:none;text-align:left;width:100%}.refund-items .edd-form-group__control input:disabled,.refund-items .edd-form-group__control select:disabled{border-bottom:none}.refund-items .edd-form-group__control input:focus,.refund-items .edd-form-group__control select:focus{border-bottom:1px solid var(--wp-admin-theme-color-darker-10);box-shadow:0 1px 0 var(--wp-admin-theme-color-darker-10)}.refund-items .edd-form-group__control select[data-original="1"]{background:transparent}.refund-items .edd-form-group__control .is-before+span>input,.refund-items .edd-form-group__control select{text-align:right}.refund-items .edd-refund-submit-line-total{background-color:#fff!important}.refund-items .edd-refund-submit-line-total td{text-align:left}.refund-items .edd-refund-submit-line-total-amount{display:inline-block;margin-right:20px;text-align:right;width:80px}.refund-items #edd-refund-submit-subtotal td{border-top:2px solid #c3c4c7}@media screen and (max-width:782px){.refund-items td.column-total{margin-bottom:16px}.refund-items .edd-refund-submit-line-total-amount{padding-left:16px;width:unset}}.edd-submit-refund-actions{margin:16px 0 0}.did-refund .edd-submit-refund-actions,.did-refund .refund-items{display:none}.edd-admin-notice-top-of-page{font-size:15px;line-height:1.4;color:#fff;margin-right:-20px;padding:12px 20px 12px 32px;background:#2d6ca2}@media screen and (min-width:783px){.edd-admin-notice-top-of-page{padding:10px 22px 10px 46px}}@media screen and (min-width:961px){.edd-admin-notice-top-of-page{text-align:center}}.edd-admin-notice-top-of-page a{color:#fff}.edd-admin-notice-top-of-page a:hover{text-decoration:none}.edd-admin-notice-top-of-page .button-link{position:absolute;top:48px;left:-1px;font-size:20px;color:#fff;font-weight:700;text-decoration:none;margin-right:5px;padding:6px 10px}.edd-admin-notice-top-of-page .button-link:active,.edd-admin-notice-top-of-page .button-link:focus,.edd-admin-notice-top-of-page .button-link:hover{color:#fff;text-decoration:none}@media screen and (min-width:601px){.edd-admin-notice-top-of-page .button-link{top:1px}}@media screen and (min-width:783px){.edd-admin-notice-top-of-page .button-link{left:9px}}#edd-admin-notice-five-star-review{display:-ms-grid;display:grid}#edd_dashboard_sales .edd-promo-notice{border-bottom:1px solid #c3c4c7}.edd-review-actions{display:flex;gap:6px;margin:0 0 16px}.edd-promo-notice .edd-peeking{align-self:flex-end;justify-self:flex-end;margin-left:16px;margin-bottom:-1px}@media screen and (max-width:782px){#edd-admin-notice-five-star-review.notice .edd-peeking{margin-bottom:-6px}}@media screen and (min-width:400px){.edd-promo-notice .edd-peeking{justify-self:flex-start;margin-left:0;margin-right:200px}}.edd-promo-notice .edd-peeking,.edd-review-step{-ms-grid-row:1;grid-area:1/-1}.edd-paypal-account-status ul{margin-right:25px}.edd-paypal-account-status>li{margin-bottom:1em}.edd-paypal-account-status ul:not(.edd-paypal-webhook-events){list-style:disc;list-style-position:inside}.edd-paypal-account-status ul:not(.edd-paypal-webhook-events) li{margin:.25em 0}.edd-paypal-account-status .dashicons-yes{color:#008a20}.edd-paypal-account-status .dashicons-no{color:#d63638}.edd-overlay{position:fixed;z-index:1052;top:0;left:0;bottom:0;right:160px;background-color:#141b38;opacity:.5;transition:.5s}.edd-slide-in{transform:translateX(-100%)!important;-webkit-transform:translateX(-100%)!important}#edd-notifications-panel{background-color:#fff;height:100%;width:100%;max-width:570px;position:fixed;z-index:1053;top:0;left:0;bottom:0;overflow-x:hidden;transition:.5s;transform:translateX(0);-webkit-transform:translateX(0)}body.admin-bar #edd-notifications-panel{top:32px}@media screen and (max-width:600px){body.admin-bar #edd-notifications-panel{top:46px}}#edd-notifications-header{display:flex;align-items:center;padding:0 30px;color:#fff;background-color:#0c5d95}#edd-notifications-header h3{color:#fff;flex:1}#edd-notifications-header .edd-close{background:none;border:none;color:#fff;cursor:pointer}#edd-notifications-body{padding:30px}.edd-notification{display:flex;gap:20px;margin-bottom:20px}.edd-notification--icon{color:#00aa63}.edd-notification--icon.edd-notification--icon-info{color:#005ae0}.edd-notification--icon.edd-notification--icon-warning{color:#f18200}.edd-notification--icon.edd-notification--icon-error{color:#df2a4a}.edd-notification--body{flex:1}.edd-notification--header{align-items:center;display:flex;justify-content:space-between;gap:5px;margin-bottom:7px}.edd-notification--title{color:#141b38;flex:1;font-size:16px;font-weight:600;margin:0}.edd-notification--date{color:#71747e;font-size:12px}.edd-notification--actions{flex-wrap:wrap;display:flex;align-items:center;gap:5px;margin-top:10px}.edd-notification--dismiss{background:none!important;border:none!important;box-shadow:none!important;color:#71747e!important;cursor:pointer;padding:0 10px;text-decoration:underline}.edd-notification--dismiss:hover{text-decoration:none}.edd-item-header-small{padding-bottom:20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:flex-start;align-items:center;gap:6px}.edd-item-header-small span{font-weight:600;font-size:15px}.edd-settings-color,.edd-settings-colors{display:flex;flex-wrap:wrap;gap:1em}.edd-settings-color{flex-direction:column}.edd-hidden{display:none}.edd-clearfix:after{content:"";display:table;clear:both}.edd-notice .notice-dismiss,.edd-wrap a{text-decoration:none}.wp-core-ui .edd-delete,a.edd-delete{color:#a00}.wp-core-ui .edd-delete:hover,a.edd-delete:hover{color:red}body.post-type-download #contextual-help-link-wrap,body.post-type-download #screen-options-link-wrap{top:5px!important}body.post-type-download #screen-meta{margin:0 -20px -1px 0}#edd-header{border-top:5px solid #0c5d95;border-bottom:1px solid #c3c4c7;padding:20px 0;margin-right:-20px;background:#fff}#edd-header-wrapper{display:flex;justify-content:space-between;padding:0 20px;align-items:center}#edd-header img{display:block;max-width:300px;margin:0 20px 0 0}.edd-header-page-title-wrap{font-size:1.75em;margin-top:-5px;margin-left:auto;padding-right:7px}.edd-header-separator{margin-top:-2px;opacity:.25}.edd-header-page-title{font-weight:400;font-size:1em;line-height:1.3em;display:inline}.edd-header-page-title-wrap .button{margin-right:5px}.no-js #edd-header-actions{display:none}#edd-header .edd-round{position:relative;background-color:#f3f4f5;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-right:10px;cursor:pointer;transition:background-color .2s ease}button.edd-round{border:none}#edd-header button.edd-round:hover{background-color:#e5e5e5}button.edd-round:active,button.edd-round:focus{outline:2px solid #0c5d95}#edd-header .edd-number{position:absolute;background-color:#df2a4a;width:16px;height:16px;font-weight:600;font-size:10px;color:#fff;top:-8px;right:50%;transform:translateX(50%);margin:0;animation:bounce 2s 5}#edd-header .edd-number.edd-hidden{display:none!important}#edd-header .edd-round svg{width:20px;height:20px}@media screen and (max-width:840px){#edd-header img,.edd-header-separator{display:none}}.edd_datepicker{height:29px}.edd-from-to-wrapper input{width:105px;margin:0;position:relative;z-index:1}.edd-from-to-wrapper input[name*=start],.edd-from-to-wrapper input[name=filter_from]{border-top-left-radius:0;border-bottom-left-radius:0}.edd-from-to-wrapper input[name*=end],.edd-from-to-wrapper input[name=filter_to]{margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}.edd-from-to-wrapper input:focus{z-index:2;position:relative}.edd-settings-sub-nav{margin:0 0 10px;width:100%;border-bottom:1px solid #ccc;box-shadow:0 1px 1px rgba(0,0,0,.04)}.edd-settings-sub-nav a{padding:13px;display:block}.edd-settings-sub-nav a.current{border-bottom:4px solid #000;padding-bottom:9px}.admin-color-fresh .edd-settings-sub-nav a.current{border-bottom-color:#00a0d2}.admin-color-blue .edd-settings-sub-nav a.current{border-bottom-color:#096484}.admin-color-coffee .edd-settings-sub-nav a.current{border-bottom-color:#c7a589}.admin-color-ectoplasm .edd-settings-sub-nav a.current{border-bottom-color:#a3b745}.admin-color-midnight .edd-settings-sub-nav a.current{border-bottom-color:#e14d43}.admin-color-ocean .edd-settings-sub-nav a.current{border-bottom-color:#627c83}.admin-color-sunrise .edd-settings-sub-nav a.current{border-bottom-color:#be3631}.admin-color-light .edd-settings-sub-nav a.current{border-bottom-color:#888}.admin-color-evergreen .edd-settings-sub-nav a.current{border-bottom-color:#36533f}.admin-color-mint .edd-settings-sub-nav a.current{border-bottom-color:#4f6d59}.download_page_edd-settings .edd-check-wrapper{clear:both}.download_page_edd-settings .form-table tr>th>h3,.download_page_edd-settings .form-table tr>th>strong{font-size:1.2em;font-weight:600;margin:0 auto}.edd-sortable-list{margin:0;width:300px;position:relative}.edd-sortable-list li{margin:0;padding:0;position:relative;height:28px;cursor:move}.edd-sortable-list li label *{vertical-align:middle}.edd-sortable-list li label:after{display:block;width:17px;height:17px;position:absolute;left:6px;top:0;color:#aaa;font-family:dashicons;font-size:17px;content:"";cursor:move}.form-table .edd-sortable-list li label{display:block;height:28px;padding:0;margin:0}.edd-sortable-list .payment-icon{width:32px;height:24px;position:relative;top:-2px;margin-left:5px}.edd-help-tip{cursor:help;margin-top:-2px;font-size:24px;color:grey}.edd-ui-tooltip{position:absolute;background:#333!important;border-width:1px!important;border-radius:3px!important;box-shadow:-1px 1px 2px 1px hsla(0,0%,83.9%,.5)!important;color:#dedede!important;max-width:300px!important;padding:7px!important;text-rendering:optimizeLegibility;text-shadow:none!important;z-index:9999!important}.download_page_edd-settings .edd-settings-payment-icon-wrapper{margin-top:5px}.download_page_edd-settings .edd-settings-payment-icon-wrapper input{margin-top:1px}.download_page_edd-settings .form-table .edd-settings-payment-icon-wrapper input[type=checkbox]+label{margin:0;display:inline-block}.download_page_edd-settings .edd-settings-payment-icon-wrapper .payment-icon-image{margin-left:5px;width:32px;display:inline-block;vertical-align:middle}.download_page_edd-settings .edd-settings-payment-icon-wrapper .payment-option-name{vertical-align:middle}.download_page_edd-settings .taxrates td,.download_page_edd-settings .taxrates th{padding:8px 10px}.download_page_edd-settings .taxrates td{line-height:1.5em;vertical-align:top;margin:0}.download_page_edd-settings .taxrates .regular-text{width:100%}.edd-add-ons-footer{padding-top:10px}#edd-add-ons .subsubsub .dashicons{margin-top:3px}#edd-add-ons .edd-add-ons-container{clear:both;padding-top:10px}#edd-add-ons .search-box .button-secondary span{margin:2px 4px 0 -5px;padding:0;color:#aaa}#edd-add-ons .edd-extension{background:#fff;border:1px solid #ccc;float:right;padding:14px;position:relative;margin:0 0 16px 15px;width:320px;height:315px;opacity:.9;transition:all .2s ease-in-out;cursor:default}#edd-add-ons .edd-extension:hover{border:1px solid #bbb;opacity:1;transform:scale(1.05);z-index:5}#edd-add-ons .edd-extension h3{font-size:13px;margin:0 0 8px}#edd-add-ons .edd-extension .button-secondary{position:absolute;bottom:14px;right:14px}#edd-add-ons .edd-browse-all{clear:both;width:100%}#edd-add-ons .edd-extension .third-party{display:none}#edd-add-ons .edd-add-ons-container .edd-extension:first-child{background-color:#85c0e5;border-color:#62a9d7;color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2)}#edd-add-ons .edd-add-ons-container .edd-extension:first-child h3{color:#fff}#edd-add-ons .edd-add-ons-container .edd-extension:first-child .button-secondary{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,-1px 0 1px #006799,0 1px 1px #006799,1px 0 1px #006799}#edd-add-ons .edd-extension .wp-post-image{width:100%;height:auto;vertical-align:bottom}#TB_window{overflow:hidden}#TB_title{padding:5px}#TB_ajaxContent{width:calc(100% - 30px)!important;padding:15px;margin:0;height:calc(100% - 118px)!important}#TB_ajaxWindowTitle{font-size:18px;font-weight:600;line-height:30px}#TB_closeWindowButton{left:6px;top:6px}#choose-download-wrapper{width:100%}#choose-download-wrapper .wrap{overflow-y:scroll;margin:0;padding:0;height:calc(100% - 50px)}#choose-download-wrapper .submit-wrapper{position:absolute;width:100%;bottom:0;padding:0;margin:0 -15px 0 0;text-align:left}#choose-download-wrapper .submit-wrapper div{background-color:#fafafa;padding:15px;border-top:1px solid #ddd}.wp-media-buttons .button.edd-thickbox{padding-right:0}.wp-media-buttons .button.edd-email-tags-inserter .dashicons{margin-top:-2px}.download_page_edd-payment-history .edit-post-editor-regions__header{flex-shrink:0;height:auto;border-bottom:1px solid #e2e4e7;z-index:30;position:sticky;top:32px;margin-right:-20px}@media screen and (max-width:782px){.download_page_edd-payment-history .edit-post-editor-regions__header{position:static;top:46px}}.download_page_edd-payment-history .edit-post-header{height:56px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:100%;box-sizing:border-box;padding:4px 20px}@media screen and (max-width:782px){.download_page_edd-payment-history .edit-post-header{padding-right:10px;padding-left:10px}}@media(min-width:280px){.download_page_edd-payment-history .edit-post-header{flex-wrap:nowrap}}.download_page_edd-payment-history .edit-post-header .edit-post-header__toolbar{order:0}.download_page_edd-payment-history .edit-post-header .edit-post-header__settings{order:1}.download_page_edd-payment-history .edit-post-header #publishing-action,.download_page_edd-payment-history .edit-post-header .edit-post-header__settings,.download_page_edd-payment-history .edit-post-header .edit-post-header__toolbar{display:flex;align-items:center}.download_page_edd-payment-history .edit-post-header #publishing-action .spinner{margin:0 0 0 5px}.download_page_edd-payment-history .edit-post-header .button-primary{margin:2px;height:34px;line-height:32px;font-size:13px}#edd-order-items .hndle{display:flex;align-items:center;justify-content:space-between}#edd-order-items .hndle .edd-toggle{font-weight:400}.edd-add-order-item td{vertical-align:middle}.edd-add-order-item input{width:80%}.edd-add-order-item input[readonly]{color:#555;background:none;border:1px solid transparent;box-shadow:none}.order-customer-info .customer-details-wrap{margin:15px 0;align-items:center}.order-customer-info .customer-details-wrap .spinner{margin:0}.order-customer-info .customer-details{display:flex;flex-direction:column}.order-customer-info .customer-details .customer-since{color:#666;display:block;margin:4px 0 6px}.order-customer-info .customer-details>span{margin-bottom:5px}.edd-order-add-download-select .spinner{display:none}table.edd-order-overview-summary{border-width:0;table-layout:fixed}table.edd-order-overview-summary--refund{border-width:0}@media screen and (min-width:782px){.edd-order-overview .column-right{text-align:left}}.edd-ml-auto{margin-right:auto!important}@media screen and (min-width:782px){.edd-ml-lg-auto{margin-right:auto!important}}.edd-ml-auto+.edd-ml-auto{margin-right:10px!important}.edd-order-overview-summary__items-name{align-self:flex-start}.edd-order-overview-summary__items>:nth-child(odd){background-color:#f9f9f9}@media screen and (min-width:782px){.edd-order-overview-summary__items tr:last-child td,.edd-order-overview-summary__items tr:last-child th{border-bottom:1px solid #e5e5e5}}@media screen and (max-width:782px){.edd-order-overview-summary .row-actions>*,.edd-order-overview-summary__items-name .row-actions{display:block!important}.edd-order-overview-summary .row-actions>:not(:first-child):before{display:none}}.edd-order-overview-summary th:not(.column-primary){width:100px}.edd-order-overview-summary .row-actions>:not(:first-child):before{color:#999;content:" | "}.edd-order-overview-summary .row-actions .text{color:#555}.edd-order-overview-summary .removable{display:flex;align-items:center;position:relative}.edd-order-overview-summary .removable .delete{display:inline-block;margin-left:10px;margin-right:-8px;padding:10px;border-left:1px solid #e5e5e5;color:#a00}.edd-order-overview-summary .removable .delete:hover{color:#dc3232}.edd-order-overview-summary__adjustments .column-primary{font-weight:600}.edd-order-overview-summary__adjustments td small{font-weight:400}.edd-order-overview-summary__subtotal .column-primary,.edd-order-overview-summary__tax tr:first-of-type .column-primary,.edd-order-overview-summary__total .column-primary{font-weight:600}.edd-order-overview-summary__adjustments td,.edd-order-overview-summary__subtotal td,.edd-order-overview-summary__tax td,.edd-order-overview-summary__total td{vertical-align:middle}.edd-order-overview-summary__tax td small,.edd-order-overview-summary__total td small{font-weight:400}.edd-order-overview-summary__total .total{color:#017d5c;display:inline-block}.edd-order-overview-summary__total .total.is-negative{color:#a00}@media screen and (min-width:783px){.edd-order-overview-summary__adjustments .removable .delete{margin-right:-50px}.edd-order-overview-summary__total .total{font-size:150%;padding-top:5px;padding-bottom:5px}}.edd-order-overview-summary__total tr:last-child td:not(:first-of-type),.edd-order-overview-summary__total tr:last-child th{border-top:1px solid #e5e5e5}.edd-order-overview-summary__total .notice{margin:-1px}.edd-order-overview-summary__total .notice p{font-weight:400;margin:.5em 0}.edd-order-overview-summary__refunds .column-primary{font-weight:600}.edd-order-overview-summary__refunds td small{font-weight:400}.edd-order-overview-summary__refunds tr:first-child td{border-top:1px solid #e5e5e5}#edd-order-overview-actions.inside{border-top:1px solid #ccd0d4;margin-top:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}#edd-order-overview-actions.inside:empty{padding:0;border-top:0}#edd-order-overview-actions.inside>div{display:flex;align-items:center}#edd-order-overview-actions .edd-order-overview-actions__notice{flex-basis:100%;margin-top:15px}.edd-order-overview-actions .button{width:100%;margin-bottom:12px}.edd-order-overview-actions .button:last-of-type{margin-bottom:0}@media screen and (min-width:782px){.edd-order-overview-actions .button{width:auto;margin-right:12px;margin-bottom:0}.edd-order-overview-actions .button:first-of-type{margin-right:auto}}.edd-order-overview-actions__locked{font-style:italic;opacity:.8}@media screen and (max-width:782px){.edd-order-overview-actions__locked{margin-bottom:12px}}.edd-order-overview-actions__refund .dashicons{margin-left:8px}.edd-dialog .ui-button-icon-only{font-size:0}.download_page_edd-payment-history .ui-dialog,.download_page_edd-payment-history .ui-dialog-content{overflow:visible}.edd-order-overview-modal form>p{margin-top:0}.edd-order-overview-modal fieldset legend,.edd-order-overview-modal form label{display:block;margin-bottom:4px}.edd-order-overview-modal fieldset{margin-bottom:calc(1em - 3px)}.edd-order-overview-modal fieldset>p{margin:2px 0 3px}.edd-order-overview-modal form .submit{margin:0 -16px -16px;padding:16px;background:#fcfcfc;border-top:1px solid #dfdfdf;display:flex;align-items:center}.edd-order-overview-modal form .submit .spinner{margin:0}.edd-order-overview-add-item [for=auto-calculate]{display:flex;align-items:center}.edd-order-overview-add-item [for=auto-calculate] input[type=checkbox]{margin-top:0}.edd-order-overview-add-item [for=auto-calculate] .label{line-height:1.15;margin-right:8px}.edd-order-overview-add-item [for=auto-calculate] .label small{margin-top:4px;display:block;opacity:.75}.edd-order-overview-add-adjustment .notice,.edd-order-overview-add-item .notice{margin:0 0 1rem}.edd-order-overview-add-adjustment #description,.edd-order-overview-add-discount select{width:100%}.edd-order-overview-error{font-style:italic;color:#a00;display:block;margin:4px 0}.edd-order-copy-download-link textarea{width:100%}.edd-admin-order-status-badge{padding:2px 7px;border-radius:4px;background:#ececec;display:inline-flex;align-items:center}.edd-admin-order-status-badge__icon{opacity:.8;margin:0 2px 0 -2px}.edd-admin-order-status-badge--refunded .edd-admin-order-status-badge__icon{font-size:16px;width:16px;height:16px}.edd-admin-order-status-badge--failed{color:#ac3d3d;background:#ffd6d6}.edd-admin-order-status-badge--failed .edd-admin-order-status-badge__icon{margin-right:0;margin-top:-1px}.edd-admin-order-status-badge--complete{color:#017d5c;background:#e5f5f0}.edd-admin-order-status-badge--complete .edd-admin-order-status-badge__icon{margin-right:0}.edd-admin-order-status-badge--pending{color:#7d6e01;background:#f5f2e5}.edd-admin-order-status-badge--processing{color:#015a7d;background:#e5f1f5}.wp-list-table.orderitems .refunded .edd-admin-order-status-badge{margin-right:10px}.edd-order-resend-email-chooser legend{font-weight:700;margin-bottom:4px}.edd-order-resend-email-chooser p{margin:4px 0}.edd-notes .edd-note{padding:10px;background-color:#ffe;border:1px solid #cc0;width:100%;position:relative;margin-bottom:10px;box-sizing:border-box;overflow:hidden}.edd-notes .edd-note.deleting{opacity:.5}.edd-notes .edd-note__header{display:flex;align-items:center}.edd-add-note .spinner{float:none;display:inline-block;margin:0}.edd-notes .edd-note time{font-size:11px;color:#aaa}.edd-notes .edd-note .edd-note-author{margin-left:5px}.edd-notes .edd-note .edd-delete-note{color:#a00;font-weight:700;text-decoration:none;margin-right:auto}.edd-notes .edd-note .edd-delete-note:hover{color:#888}.edd-notes .edd-note p:last-child{margin-bottom:0}.edd-notes .edd-no-notes{margin:4px 0 10px}textarea[name=edd-note]{width:100%;min-height:70px;margin-top:0}.edd-notes-wrapper{width:80%}.edd-note-pagination{float:left;margin:-35px 5px 15px}.edd-note-pagination a,.edd-note-pagination span.page-numbers{padding:5px 8px;margin:2px;text-decoration:none}.edd-note-pagination a{border:1px solid #e5e5e5;background:#fcfcfc}.edd-note-pagination a:last-child,.edd-note-pagination span.page-numbers:last-child{margin-left:0}#edd-products{height:100px;min-width:200px}#edd-add-discount input[type=text],#edd-edit-discount input[type=text]{width:300px}#edd-add-discount .edd-discount-datetime input,#edd-edit-discount .edd-discount-datetime input{vertical-align:middle}#edd-add-discount input[type=text].edd_datepicker,#edd-edit-discount input[type=text].edd_datepicker{display:inline-block;width:183px}#edd-edit-discount textarea{height:100px}.edd-amount-type-wrapper{position:relative;display:flex}.edd-amount-type-wrapper select{border-top-right-radius:0;border-bottom-right-radius:0;width:auto!important}.edd-amount-type-wrapper #edd-amount{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-2px;padding:0 8px;width:unset;max-width:125px}.edd-amount-type-wrapper input:focus{z-index:2}.wp-list-table.addresses .column-primary strong,.wp-list-table.customers .column-primary strong,.wp-list-table.discounts .column-primary strong,.wp-list-table.emails .column-primary strong,.wp-list-table.orderadjustments .column-primary strong,.wp-list-table.orderitems .column-primary strong,.wp-list-table.orders .column-primary strong{font-size:14px}.wp-list-table.customers .column-primary .avatar,.wp-list-table.emails .column-customer .avatar{float:right;margin-left:10px;margin-top:1px;border-radius:5px}.wp-list-table.orders div.order-list-email{font-size:.85em;color:#888}.wp-list-table.orders th.column-amount{width:100px}.wp-list-table .row-actions span.activate a{color:green}.wp-list-table .row-actions span.refund a{color:#836fff}.wp-list-table .row-actions span.cancel a{color:#cc8c00}.wp-list-table .row-actions span.cancel a:hover,.wp-list-table .row-actions span.refund a:hover{opacity:.8}.wp-list-table .type-download .row-actions{color:#999}#edd-add-ons{margin:9px 2px -9px 20px}.no-js.edit-tags-php.post-type-download .wp-heading-inline{position:absolute;top:0}.no-js.edit-tags-php.post-type-download .nav-tab-wrapper{margin-top:50px}.download_page_edd-customers .wrap .nav-tab-wrapper .page-title-action,.download_page_edd-discounts .wrap .nav-tab-wrapper .page-title-action,.download_page_edd-payment-history .wrap .nav-tab-wrapper .page-title-action,.edit-tags-php.post-type-download .wrap .nav-tab-wrapper .page-title-action{top:3px;margin-right:10px;line-height:24px}#edd-payments-filter ul.subsubsub{margin-bottom:8px}tr.status-refunded td{background:#cecece;border-top-color:#ccc}marquee{padding:0;margin:0}@media handheld,only screen and (max-width:640px){.wp-list-table.downloads th{width:auto!important}}#edd-download-link-textarea{width:100%}.edd_files_name_label{width:225px;float:right}.edd_files_url_label{width:220px;float:right}#postbox-container-1 .edd_files_name_label,#postbox-container-1 .edd_files_url_label{width:80px}#edd_product_files .inside,#edd_product_prices .inside{margin-bottom:0}textarea#edd-payment-note{width:100%;height:4em;margin:0}#edd-order-items .row .edd-purchased-files-list-wrapper .download{line-height:1.4}#edd-order-items .edd-purchased-files-list-wrapper .edd-purchased-option{color:#666}input[class*=edd-price-field]{max-width:125px}#edd-order-download-quantity[type=number].small-text,#edd-order-download-tax[type=text].small-text,[class*=item_] [class*=edd-payment-details-download-][type=number].small-text{height:25px}#edd-order-download-quantity[type=number].small-text,.item_price .edd-payment-details-download-quantity[type=number].small-text{width:55px}#edd-order-download-tax[type=text].small-text,.item_tax .edd-payment-details-download-item-tax[type=number].small-text{width:80%;max-width:125px}#edd_product_notes_field{display:block;margin:12px 0 0;height:4em;width:100%}.edd-metabox-title-action{margin:0;float:left;padding:4px 8px;position:relative;top:-1px;text-decoration:none;border:1px solid #ccc;border-radius:2px;background:#f7f7f7;text-shadow:none;font-weight:600;font-size:10px;line-height:normal;color:#0073aa;cursor:pointer;outline:0}.edd-metabox-title-action:hover{border-color:#008ec2;background:#00a0d2;color:#fff}.edd-edit-purchase-element .tablenav{padding:2px 10px 8px}.edd-edit-purchase-element .edd-order-children-wrapper{margin:0 -1px}.edd-edit-purchase-element .edd-order-children-wrapper.child-count-0 table{border-top:none;border-bottom:none}.edd-edit-purchase-element .edd-order-children-wrapper.child-count-0 .tablenav{display:none}.edd-edit-purchase-element[class*=columns-] ul li{padding-left:1%}#edd-edit-order-form .column:nth-child(odd),#edd-edit-order-form .columns-4 .column:nth-child(odd),#edd-edit-order-form .columns-5 .column:nth-child(3n+1){margin-left:0}#edd-edit-order-form input.large-text{width:90%}.edd-edit-purchase-element ul li.item_price{width:15%}.edd-edit-purchase-element ul li.item_price.item_quantity{width:25%}.edd-edit-purchase-element ul li.item_tax{width:15%}.edd-edit-purchase-element ul li.price{width:20%}.edd-admin-box-inside{border-bottom:1px solid #f1f1f1;clear:both;padding:12px;margin:0;word-wrap:break-word}.edd-admin-box-inside--row{display:flex;flex-wrap:wrap;word-break:break-all;justify-content:space-between;align-items:center}.edd-admin-box-inside>p{margin:8px 3px}.edd-admin-box-inside .strong{font-weight:600}.edd-admin-box div:not(.edd-admin-box-inside--row) .label{display:block;margin-bottom:4px;margin-left:0}.edd-admin-box .label--has-tip{display:flex;align-items:center}.edd-admin-box .label--has-tip .edd-help-tip{margin-top:0;font-size:20px}.edd-admin-box div:not(.edd-admin-box-inside--row) .label--has-checkbox{margin-bottom:0}.edd-payment-fees .fee-label{color:#666;font-weight:400}.edd-admin-box .right{float:left}#edd-order-refunds-list{padding-right:25px}#poststuff .edd-order-data .inside{margin:0;padding:0}.edd-order-data .edd-select-chosen{width:130px!important}.edd-order-data input.edd_datepicker{width:180px}.edd-order-data input[type=number].edd-payment-time-hour,.edd-order-data input[type=number].edd-payment-time-min{width:50px}.edd-order-data .edd-tax-rate{color:#9c9c9c;font-style:italic;padding:5px}#edd_general_logs p{margin:0;padding:0}.edd-admin-box-inside span.label{margin-left:10px}#edd-order-resend-receipt .inside{margin-top:11px}#edd-order-resend-receipt .edd-order-resend-receipt-addresses{margin-top:10px}.edd-order-resend-receipt-header{font-size:14px;line-height:1.4}.edd-order-resend-receipt-addresses label{display:block;line-height:1.75em}.edd-order-resend-receipt-addresses label:last-child{margin-bottom:10px}.edd-admin-box-inside:last-child{border-bottom:0}#edd-edit-order-form .data-payment-key{word-break:break-all}.edd-order-update-box #major-publishing-actions .button-secondary{margin-left:10px}.edd-order-update-box .button-primary{margin-left:0}.edd-edit-purchase-element .edd-select-chosen{width:196px}.edd-edit-purchase-element ul{clear:both;display:block}#edd-customer-details .actions{float:left}.order-data-address h3{margin:0 0 10px}.order-data-address #edd-order-address-country-wrap,.order-data-address #edd-order-address-state-wrap{display:inline-block;width:50%;max-width:300px}.edd-order-data input.small-text{margin:0}.edd-order-data input.med-text{margin:0;width:100px}.edd-edit-purchase-element ul li{display:block;line-height:1.4;position:relative;margin:0;vertical-align:middle;font-size:13px}.edd-edit-purchase-element .row{padding:12px}.edd-edit-purchase-element .row:not(:last-child){border-bottom:1px solid #eee}.edd-edit-purchase-element .row:nth-child(odd):not(.header){background-color:#f9f9f9}.edd-edit-purchase-element .row.header{padding:6px 12px;font-weight:600;vertical-align:top}.edd-edit-purchase-element ul{margin:0 0 15px}.edd-edit-purchase-element ul:last-of-type{margin-bottom:0}#edd-order-data .data span{color:#666;font-weight:600}.edd-edit-purchase-element .inside{padding:12px}.edd-edit-purchase-element .edd-purchased-download-title{font-size:14px;font-weight:500}.edd-edit-purchase-element .edd-purchased-download-title .deleted{color:#777}.edd-edit-purchase-element .edd-purchased-download-actions{color:#777;line-height:1.4}.edd-edit-purchase-element .edd-purchased-download-actions .edd-purchased-download-actions-label{font-weight:500}.edd-edit-purchase-element .edd-purchased-download-actions a{color:#777;font-size:12px}.edd-edit-purchase-element .edd-purchased-download-actions a:hover{color:#444}.edd-edit-purchase-element .edd-purchased-download-actions .edd-order-remove-download{color:#a00}.edd-edit-purchase-element .edd-purchased-download-actions .edd-order-remove-download:hover{color:red}.edd-add-adjustment-to-purchase,.edd-add-download-to-purchase{padding:15px;border-top:1px solid #e5e5e5;background-color:#f5f5f5}.edd-add-adjustment-to-purchase .chosen-container,.edd-add-download-to-purchase .chosen-container{width:90%!important;max-width:220px!important}.edd-add-adjustment-to-purchase .spinner,.edd-add-download-to-purchase .spinner{margin:0;float:none}.edd-add-download-to-purchase .edd-add-order-quantity{width:40px;height:29px;vertical-align:middle}.edd-add-adjustment-to-purchase .edd-add-adjustment-button,.edd-add-adjustment-to-purchase input[type=text],.edd-add-download-to-purchase .edd-add-order-item-button{height:29px}@media screen and (max-width:1284px){.edd-edit-purchase-element .edd-purchased-download-title{font-size:16px}.edd-edit-purchase-element ul li.item_price{width:22%}.edd-edit-purchase-element ul li.item_price.item_quantity{width:35%}.edd-edit-purchase-element ul li.item_tax{width:25%}.edd-edit-purchase-element ul li.price{width:20%}.edd-edit-purchase-element .edd-purchased-download-actions{padding-top:10px}}@media screen and (max-width:1024px){.edd-edit-purchase-element ul li.item_price.item_quantity{width:40%}.edd-edit-purchase-element ul li.price{width:24%}.edd-edit-purchase-element .edd-purchased-download-actions{padding-top:15px}.edd-edit-purchase-element .edd-purchased-download-actions,.edd-edit-purchase-element .edd-purchased-download-actions a{font-size:14px}}@media screen and (max-width:782px){.edd-edit-purchase-element ul li.item_price,.edd-edit-purchase-element ul li.item_price.item_quantity{padding-bottom:10px}.edd-edit-purchase-element ul li.item_price.item_quantity{width:35%}.edd-edit-purchase-element ul li.item_tax,.edd-edit-purchase-element ul li.price{width:20%;padding-bottom:10px}.edd-payment-details-download-amount,.edd-price-currency{font-size:16px}.order-data-column input[type=email]{padding:6px 10px}.edd-refund-submit-line-total td:last-of-type{flex:0 0 120px}#edd-item-tables-wrapper .addresses tbody tr{display:-ms-grid;display:grid}#edd-item-tables-wrapper .addresses tbody td:not(.no-items){padding-right:35%}}@media screen and (max-width:600px){.edd-edit-purchase-element ul li.item_price,.edd-edit-purchase-element ul li.item_price.item_quantity,.edd-edit-purchase-element ul li.item_tax{width:100%;padding-bottom:20px}.edd-edit-purchase-element .edd-add-download-to-purchase ul li.item_tax,.edd-edit-purchase-element ul li.price{width:100%;padding-bottom:0}.edd-edit-purchase-element .edd-add-download-to-purchase-actions{padding-top:15px}}#edd_product_stats .label{display:inline-block}#edd_product_stats .product-earnings-stats:before,#edd_product_stats .product-sales-stats:before{color:#82878c;font:normal 20px/1 dashicons;display:inline-block;padding:0 0 0 2px;position:relative;top:0;right:-1px;speak:none;text-decoration:none!important;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#edd_product_stats .product-sales-stats:before{content:""}#edd_product_stats .product-earnings-stats:before{content:""}body.dashboard_page_edd-upgrades.js .postbox .hndle{cursor:default}.edd_dashboard_widget table thead td{border-bottom:1px solid #ececec;color:#777}.edd_dashboard_widget .table_left{float:right;width:45%}.edd_dashboard_widget .table_right{float:left;width:45%}.edd_dashboard_widget .inside{font-size:12px}.edd_dashboard_widget td{padding:3px 0}.edd_dashboard_widget .b,.edd_dashboard_widget .t{line-height:1.5;vertical-align:middle}.edd_dashboard_widget .b{padding-left:6px;width:auto}.edd_dashboard_widget .t{font-size:12px;padding-left:12px;color:#777;width:100%}.edd_dashboard_widget .label_heading{border-top:1px solid #ececec;color:#8f8f8f;font-family:Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;display:block;padding-top:10px;margin:0 12px 8px 0}.edd_dashboard_widget .edd_dashboard_widget_subheading{border-top:1px solid #ececec;color:#8f8f8f;font-size:14px;padding-top:10px;margin:1em 0 0}.edd_dashboard_widget .edd_dashboard_widget_subheading+.table{margin:8px 0 0}.edd_dashboard_widget .edd_price_label{background:#00769c;border-radius:3px;color:#fff;font-size:10px;padding:2px 4px;margin-left:2px}.edd_dashboard_widget table{width:100%;margin-right:0;margin-bottom:1em}td.edd_order_label{width:80%}td.edd_order_price{text-align:left}@media handheld,only screen and (max-width:1000px){.edd_dashboard_widget .edd-recent-email{display:none}}body.download_page_edd-reports{overflow-y:scroll}.edd-chip{font-size:10px;font-weight:700;text-transform:uppercase;line-height:1;padding:3px;border-radius:3px;color:#fff;background-color:#444}.edd-reports-wrapper .postbox h2,.edd-reports-wrapper .postbox h3{font-size:1.3em}#edd-dashboard-widgets-wrap .metabox-holder{padding-top:0}.edd-reports-wrapper .postbox .edd-select{max-width:200px;vertical-align:baseline;margin-left:4px;margin-bottom:16px}.download_page_edd-reports #edd-item-wrapper{margin:0}#edd-dashboard-widgets-wrap .postbox h2,#edd-dashboard-widgets-wrap .postbox h3{cursor:default}.edd-date-range-options .edd_datepicker{width:105px}.edd-report-wrap{clear:both}.edd-report-wrap h3{clear:both;margin:0 0 20px}.edd-reports-chart,.edd-reports-table{margin-bottom:20px}.edd-admin--has-grid{display:grid;display:-ms-grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px}.edd-admin--has-grid .postbox{margin-bottom:0}.edd-admin--has-grid .edd-from-to-wrapper{display:flex;margin-bottom:16px;width:100%}.edd-admin--has-grid .edd-from-to-wrapper input{width:100%}.edd-admin--has-grid .edd-from-to-wrapper span{flex-grow:1}.edd-admin--has-grid form{display:flex;flex-direction:column;flex-wrap:wrap;position:relative}fieldset.edd-to-and-from-container{display:flex;gap:8px}fieldset.edd-to-and-from-container select{flex:0 0 calc(50% - 6px)}span.edd-to-and-from--separator{line-height:normal;-ms-grid-row-align:center;align-self:center;margin-bottom:16px}.edd-admin--has-grid .postbox .edd-select{max-width:100%;margin-left:0}.edd-admin--has-grid .button.updated-message:before,.edd-admin--has-grid .button.updating-message:before{vertical-align:text-bottom;margin:0 0 0 5px}.edd-import-export-form .edd-progress{background:#ddd;border-radius:15px;height:15px;flex-basis:100%}.edd-import-export-form .edd-progress div{background:#ccc;border-radius:15px;height:100%;width:0}.edd-import-export-form .notice-wrap{background-color:#f4f4f4;border-color:#eae9e9;border-style:solid;border-width:1px 0;padding:12px;overflow:auto;margin:20px -12px -23px;position:relative;width:100%;display:flex;justify-content:space-between;align-items:center}.notice-wrap div.notice{margin:0}.admin-color-fresh .edd-import-export-form .edd-progress div{background:#0073aa}.admin-color-light .edd-import-export-form .edd-progress div{background:#888}.admin-color-blue .edd-import-export-form .edd-progress div{background:#096484}.admin-color-coffee .edd-import-export-form .edd-progress div{background:#c7a589}.admin-color-ectoplasm .edd-import-export-form .edd-progress div{background:#a3b745}.admin-color-midnight .edd-import-export-form .edd-progress div{background:#e14d43}.admin-color-sunrise .edd-import-export-form .edd-progress div{background:#dd823b}.graph-option-section{float:right}.edd-report-filters-title span{display:block;padding:20px}#edd-graphs-filter form{padding:20px}#edd-graphs-filter label{vertical-align:inherit}#edd-graphs-filter .graph-option-section{display:inline-block;line-height:2em;margin:0 0 0 5px;padding:0}.download_page_edd-reports .section-content #post-body-content{float:none}.download_page_edd-reports .section-content select[name=range]{display:none}.edd-mix-totals{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);padding:10px}.edd-mix-chart{display:inline-block;width:49%;vertical-align:top}.edd-graph-notes{color:#9c9c9c}.edd-graph-notes span{display:block}.edd-pie-graph .legend{display:none}.edd-pie-legend{overflow:auto;margin-top:10px}.edd-legend-item-wrapper{color:#333;display:inline-block;font-size:8pt;padding:2px 5px 0;width:48%;height:20px}.edd-legend-color{border:1px solid #cfcfcf;display:inline-block;margin-left:5px;width:20px;height:15px}.edd-pie-legend-item{display:inline-block;vertical-align:top;width:80%}#edd-reports-tiles-wrap .metabox-holder{padding:0}#edd-reports-tiles-wrap #dashboard-widgets{overflow:auto}#edd-reports-tiles-wrap #dashboard-widgets .postbox-container{width:33.3%}.download_page_edd-reports .section-content .tablenav.top{display:none}#edd_tax_rates{margin:1em 0 0}[id*=edd-recapture-].button{font-size:16px;height:auto;padding:8px 14px;margin:6px 0 0}[id*=edd-recapture-].button .dashicons{line-height:29px;margin-left:8px}[id*=edd-recapture-].button .edd-loading,[id*=edd-recapture-].button .edd-loading:after{border-radius:50%;display:inline-block;width:14px;height:14px}[id*=edd-recapture-].button .edd-loading{position:relative;top:3px;margin-right:4px;box-shadow:0 0 2px rgba(0,0,0,.2);animation:edd-spinning 1.1s linear infinite;border:2px solid hsla(0,0%,100%,.5);border-right-color:#fff;font-size:14px;filter:alpha(opacity=0);transform:translateZ(0)}#edd-recapture-disconnect.button .edd-loading.dark{border-color:rgba(0,0,0,.2) #666 rgba(0,0,0,.2) rgba(0,0,0,.2);box-shadow:none}.recapture-notice{position:relative}@keyframes edd-spinning{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}#edd-chartjs-tooltip{position:absolute;background-color:#fff;border-radius:7px;transition:all .1s ease;pointer-events:none;transform:translate(50%);font-size:12px;box-shadow:0 0 0 1px rgba(89,94,100,.1),0 15px 35px 0 rgba(89,94,100,.1),0 5px 15px 0 rgba(0,0,0,.12);min-width:120px;opacity:0}.edd-chartjs-tooltip-key{display:inline-block;width:10px;height:10px;margin-left:5px}.wrap-licenses .form-table,.wrap-licenses caption,.wrap-licenses tbody,.wrap-licenses td,.wrap-licenses tfoot,.wrap-licenses th,.wrap-licenses thead,.wrap-licenses tr{display:block}.wrap-licenses .form-table tr{float:right;margin:0 0 15px 15px;background:#fff;border:1px solid #ccc;width:30.5%;max-width:350px;padding:14px;min-height:220px;position:relative;box-sizing:border-box}.wrap-licenses .form-table th{background:#f9f9f9;padding:14px;border-bottom:1px solid #ccc;margin:-14px -14px 20px;width:100%}.wrap-licenses .form-table td{padding:0}.wrap-licenses td input.regular-text{margin:0 0 8px;width:100%}.wrap-licenses .edd-license-data[class*=edd-license-]{position:absolute;background:#fafafa;padding:14px;border-top:1px solid #eee;margin:20px -14px -14px;min-height:67px;width:100%;bottom:14px;box-sizing:border-box}.wrap-licenses .edd-license-data[class*=edd-license-] a{color:#444}.wrap-licenses .edd-license-data[class*=edd-license-] a:hover{text-decoration:none}.wrap-licenses .edd-license-data.license-expires-soon-notice{background-color:#00a0d2;color:#fff;border-color:#00a0d2}.wrap-licenses .edd-license-data.edd-license-expired{background-color:#e24e4e;color:#fff;border-color:#e24e4e}.wrap-licenses .edd-license-data.edd-license-error,.wrap-licenses .edd-license-data.edd-license-invalid,.wrap-licenses .edd-license-data.edd-license-item_name_mismatch,.wrap-licenses .edd-license-data.edd-license-missing,.wrap-licenses .edd-license-data.edd-license-site_inactive{background-color:#ffebcd;border-color:#ffebcd}.wrap-licenses .edd-license-data p{font-size:13px;margin-top:0}.wrap-licenses .edd-license-data.edd-license-expired a,.wrap-licenses .edd-license-data.license-expires-soon-notice a{color:#fff}.wrap-licenses .edd-license-data.edd-license-expired a:hover,.wrap-licenses .edd-license-data.license-expires-soon-notice a:hover{text-decoration:none}.wrap-licenses p.submit{clear:both}#edd-send-test-summary-save-changes-notice .notice p{font-size:13px}#edd-send-test-summary-notice,#edd-send-test-summary-save-changes-notice{display:flex;margin-top:5px}.edd-graph .y1Axis{color:#edc240!important}.edd-graph .y2Axis{color:#afd8f8!important}.wp-list-table.apikeys input.code{width:100%;font-size:10px;cursor:text;background:#fff;border:1px solid #ddd;box-shadow:none;color:#555}.edd-toggle{position:relative;display:inline-block;overflow:visible}.edd-toggle input[type=checkbox]{display:inline-block;vertical-align:middle;position:relative;margin:0;padding:0;width:42px;height:24px;background-color:#ccc;transition:background .2s ease;border-radius:34px;box-shadow:none;border:none}.edd-toggle .label{display:inline-block;vertical-align:middle;white-space:nowrap}.edd-toggle input[type=checkbox]:before{position:absolute;content:"";height:18px;width:18px;right:3px;bottom:3px;background-color:#fff;transition:transform .1s ease;border-radius:50%}.edd-toggle input[type=checkbox]:checked{background-color:#007cba}.edd-toggle input[type=checkbox]:active,.edd-toggle input[type=checkbox]:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px #7e8993}.edd-toggle input[type=checkbox]:checked:active,.edd-toggle input[type=checkbox]:checked:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #007cba}.edd-toggle input[type=checkbox]:checked:before{transform:translateX(-22px)}.edd-toggle .label+input,.edd-toggle input+.label{margin-right:5px}.download_page_edd-tools .tablenav .actions{overflow:visible}.edd_user_search_wrap{position:relative;overflow:visible}.edd_user_search_wrap .spinner{position:absolute;margin:0;padding:0;left:4px;top:-2px}.edd_user_search_wrap.loading .spinner{visibility:visible}.edd_user_search_results{position:absolute;right:0;top:20px}.edd_user_search_results a.edd-ajax-user-cancel{position:absolute;left:6px;top:2px}.edd_user_search_results ul{background:#fafafa;border:1px solid #dfdfdf;overflow-y:scroll;padding:0;margin:0;height:150px;width:185px;box-shadow:0 3px 5px rgba(0,0,0,.1)}.edd_user_search_results li{margin:0}.edd_user_search_results li a{display:block;text-decoration:none;padding:6px 10px}.edd_user_search_results li a:hover{background:#f5f5f5}.edd_user_search_results li.no-users{text-align:center;vertical-align:middle;display:block;line-height:150px;color:#bbb;text-transform:uppercase;font-size:11px}@media screen and (max-width:1100px){.edd-mix-chart{display:block;width:100%}.wrap-licenses .form-table tr{width:46%;max-width:none;min-height:230px}}@media screen and (max-width:782px){.license-expiration-date-notice,.license-lifetime-notice,.license-null{padding-right:0}[class^=license-] input[type=text]{margin-bottom:3px}}@media screen and (max-width:600px){.wrap-licenses .form-table tr{width:100%;min-height:230px}#edd-edit-order-form input.large-text{width:100%}}#edd-item-wrapper{background:#fff;border:1px solid #c3c4c7;box-shadow:0 1px 1px rgba(0,0,0,.04);position:relative;margin-top:15px;display:flex}#edd-item-wrapper.full-width{max-width:100%}#edd-item-wrapper:after{content:"";display:block;clear:both;visibility:hidden;font-size:0;height:0}.edd-sections-wrap{clear:both;width:100%}.edd-sections-wrap .section-wrap{background-color:#fff;display:inline-block;z-index:2}.js .edd-sections-wrap .edd-vertical-sections:not(.meta-box) .section-wrap>div{min-height:500px;height:100%}.edd-sections-wrap .section-wrap .customer-section:not(:last-child){border-bottom:1px solid #eee}.edd-sections-wrap .section-wrap .customer-section table{margin-bottom:20px}.edd-sections-wrap .section-wrap{border-right:1px solid #e5e5e5}.edd-sections-wrap .section-wrap .section-content>*{padding:20px}.edd-sections-wrap .section-wrap .section-content h2{margin:0;padding-bottom:0}.edd-sections-wrap .section-wrap .avatar-wrap{float:right;padding-left:10px;text-align:center}.edd-sections-wrap .section-wrap img.avatar{border-radius:5px}.edd-sections-wrap .section-wrap .customer-id{position:absolute;left:0;top:0;padding:10px;background-color:#fafafa;border-bottom-right-radius:20%;border:1px solid #eee;border-top:none;border-left:none;font-family:monospace;font-size:18px;font-weight:600}.edd-item-info.customer-info input[type=password],.edd-item-info.customer-info input[type=text],.edd-item-info.customer-info select{width:200px;height:auto;box-shadow:none;transition:none;border:1px solid #ddd;margin:-5px -2px 4px 0;font-size:13px;padding:2px 4px}.edd-sections-wrap .section-wrap .customer-main-wrapper{float:right}.edd-sections-wrap .section-wrap .customer-main-wrapper input[name="customerinfo[name]"]{font-size:24px}.edd-sections-wrap .section-wrap .customer-address-wrapper{float:left;margin-top:-3px;margin-left:50px;width:202px}.edd-sections-wrap .section-wrap .info-wrapper{min-height:125px;overflow:visible}.edd-sections-wrap .section-wrap .customer-address span[data-key=address2],.edd-sections-wrap .section-wrap .customer-address span[data-key=address],.edd-sections-wrap .section-wrap .customer-address span[data-key=country]{display:block}.edd-sections-wrap .section-wrap a.delete{color:red;margin-left:5px;text-decoration:none}.customer-info{min-height:185px}.customer-info .customer-name{font-size:24px;font-weight:600}.customer-info .customer-name.editable{margin-bottom:6px}.customer-edit-link a{font-weight:400;text-decoration:none}.disconnect-user a{color:#aaa;font-size:20px}#customer-edit-actions{padding:3px;line-height:28px;text-align:center}#customer-edit-actions .button-secondary{margin-left:5px}#customer-edit-actions .cancel{padding:5px}.edd-sections-wrap .section-wrap .row-title{width:30%}.edd-sections-wrap .section-wrap .editable{display:block;padding:3px}.edd-sections-wrap .section-wrap div.edit-item{margin-right:-4px;margin-top:-20px}.edd-sections-wrap .section-wrap .customer-address.edit-item{margin-top:3px}.edd-sections-wrap .section-wrap span.edit-item{display:none}.edd-sections-wrap .section-wrap .edit-item input{font-size:13px}.edd-sections-wrap .section-wrap .customer-name.edit-item input{margin-top:-5px}.edd-sections-wrap .section-wrap .edd_user_search_results{right:-2px;top:18px}.edd-sections-wrap .section-wrap .edd_user_search_results ul{width:198px}#edd-item-stats-wrapper{margin:0 auto;text-align:center}#edd-item-stats-wrapper ul{display:flex;margin:0}#edd-item-stats-wrapper li{font-size:14px;margin-bottom:0;width:50%}#edd-item-stats-wrapper a{text-decoration:none}#edd-item-stats-wrapper .dashicons{color:#888;margin-top:-2px}#edd-item-tables-wrapper table{width:100%}#edd-item-tables-wrapper .no-items{text-align:right}#edd-item-tables-wrapper .emails .add-customer-email-row{background-color:#f4f4f4;border-top:1px solid #e5e5e5}#edd-item-tables-wrapper .add-customer-email-wrapper{display:flex;flex-wrap:wrap;align-items:center;margin:12px 0}#edd-item-tables-wrapper .edd-form-group{margin-bottom:0}#edd-item-tables-wrapper .edd-make-email-primary{flex-grow:1;margin-right:12px}#edd-item-tables-wrapper .emails .spinner{float:none;margin:0 10px;-ms-grid-row-align:center;align-self:center}#edd-item-tables-wrapper .notice-error{background-color:#fff5f5}#edd-item-notes-wrapper{min-height:50px}.customer-note-input{margin-bottom:5px;width:100%}.customer-note-wrapper{border-bottom:1px solid #f9f9f9;min-height:38px;padding:7px 7px 7px 0}.customer-note-wrapper span{display:block}.note-content-wrap{padding-top:7px}.edd-sections-wrap .section-wrap .notice-container{padding-right:20px;padding-left:20px;margin-right:-20px;margin-left:-20px}@media screen and (max-width:810px)and (min-width:656px){.customer-info .customer-name{font-size:16px}.edd-sections-wrap .section-wrap .widefat td,.widefat th{max-width:100%!important;display:table-cell}}@media screen and (max-width:781px){#edd-item-tab-wrapper,.edd-sections-wrap .section-wrap{margin:0;width:100%}#edd-item-tab-wrapper-list .dashicons{font-size:18px}.edd-item-has-tabs .edd-sections-wrap .section-wrap{border-top:1px solid #e5e5e5;border-right:0;margin-top:-1px}}@media screen and (max-width:656px){.edd-item-info.customer-info{position:relative}.edd-sections-wrap .section-wrap .customer-address-wrapper{float:none;position:absolute;top:84px;right:165px;max-width:200px}.edd-sections-wrap .section-wrap .customer-main-wrapper{float:none;position:absolute;right:165px}.customer-info .customer-name{font-size:16px}.edd-sections-wrap .section-wrap #edd-item-stats-wrapper{padding-right:0;padding-left:0}.edd-sections-wrap .section-wrap .customer-section{margin-bottom:0}.edd-sections-wrap .section-wrap .widefat td.column-primary,.edd-sections-wrap .section-wrap .widefat td.no-items,.edd-sections-wrap .section-wrap .widefat th.column-primary{width:100px!important;display:table-cell;overflow:hidden;text-align:right}.edd-sections-wrap .section-wrap .customer-id{display:none}#edd-item-tables-wrapper .emails td.column-primary{padding-left:10px;width:100%!important}#edd-item-tables-wrapper .edd-form-group{margin:0 0 16px}}@media screen and (max-width:480px){#edd-item-tab-wrapper-list li{width:50%}#edd-item-tab-wrapper-list li:nth-child(3n+3){border-width:0 0 1px 1px}#edd-item-tab-wrapper-list li:nth-child(2n){border-width:0 0 1px}.download_page_edd-reports .button{text-align:center}#edd-payment-date-filters span{display:block}#edd-payment-date-filters span>input{float:left}#edd-add-discount select[multiple] option,#edd-edit-discount select[multiple] option{height:20px}.download_page_edd-reports .inside .button,.download_page_edd-reports .inside input[type=submit],.download_page_edd-reports .inside input[type=text],.download_page_edd-reports .inside select,.download_page_edd-settings .inside input[type=button],.download_page_edd-tools .inside input[type=submit],.download_page_edd-tools .inside input[type=text],.download_page_edd-tools .inside select{width:100%}#edd-add-discount select[multiple],#edd-edit-discount select[multiple],.download_page_edd-tools select[multiple]{height:200px!important}.download_page_edd-settings input[type=checkbox]{margin:2px 0}.post-type-download input[type=checkbox]{margin-right:2px}}.inside .edd-tools-textarea{background:#32373c;color:rgba(240,245,250,.7);font-size:12px;font-family:Menlo,Monaco,monospace;display:block;overflow:auto;white-space:pre;width:100%;height:450px;padding:10px;outline:none}#system-info-textarea::selection{background:#555;color:#fff}#edd-system-info .edd-inline-button{margin-right:5px}.recount-stats-controls form{display:inline}.edd-recount-stats-descriptions span{display:none;line-height:24px}.edd-vertical-sections{overflow:visible;display:block;display:flex}#edd-item-tab-wrapper,.edd-vertical-sections .section-nav{position:relative;width:20%;line-height:1em;margin:0 0 0 -1px;padding:0;background-color:#f5f5f5;border-left:1px solid #e5e5e5;box-sizing:border-box;max-width:200px}#edd-item-tab-wrapper-list{margin:0}#edd-item-tab-wrapper li,.edd-vertical-sections .section-nav li{display:block;position:relative;margin:0;padding:0;background-color:#fcfcfc}.edd-vertical-sections .section-title:last-of-type{margin-bottom:24px}#edd-item-tab-wrapper li>.edd-item-tab-label-wrap,#edd-item-tab-wrapper li a,.edd-vertical-sections .section-nav li a{display:flex;margin:0;padding:9px;text-decoration:none;border-bottom:1px solid #e5e5e5;box-shadow:none;position:relative;align-items:center}#edd-item-tab-wrapper li a:focus,#edd-item-tab-wrapper li a:hover,.edd-vertical-sections .section-nav li a:focus,.edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0;outline:0;transition:all .25s}.edd-vertical-sections .section-nav .section-title--is-active a:after{content:"";width:1px;height:100%;background:#fff;position:absolute;left:0;top:0;bottom:0;z-index:3}#edd-item-tab-wrapper li>.edd-item-tab-label-wrap{background-color:#fff}.edd-vertical-sections .section-nav li a>.dashicons,.edd-vertical-sections .section-nav li a>span{display:inline-block}.edd-vertical-sections .section-nav li a>span{max-width:76%}.edd-vertical-sections .section-nav li a .dashicons{line-height:20px;margin-left:3px;color:#888}.edd-vertical-sections .section-nav .section-title--is-active a{font-weight:700;color:#555;background-color:#fff;border-left:none;margin-left:-1px}.edd-vertical-sections.use-js .section-content,.no-js .edd-vertical-sections.use-js.edd-item-header-small,.no-js .edd-vertical-sections.use-js .section-nav{display:none}.no-js .edd-vertical-sections.use-js .section-content{display:block}.admin-color-fresh .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-fresh .edd-vertical-sections .section-nav li a:focus,.admin-color-fresh .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #0073aa}.admin-color-blue .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-blue .edd-vertical-sections .section-nav li a:focus,.admin-color-blue .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #096484}.admin-color-coffee .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-coffee .edd-vertical-sections .section-nav li a:focus,.admin-color-coffee .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #c7a589}.admin-color-ectoplasm .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-ectoplasm .edd-vertical-sections .section-nav li a:focus,.admin-color-ectoplasm .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #a3b745}.admin-color-midnight .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-midnight .edd-vertical-sections .section-nav li a:focus,.admin-color-midnight .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #e14d43}.admin-color-ocean .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-ocean .edd-vertical-sections .section-nav li a:focus,.admin-color-ocean .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #627c83}.admin-color-sunrise .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-sunrise .edd-vertical-sections .section-nav li a:focus,.admin-color-sunrise .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #be3631}.admin-color-light .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-light .edd-vertical-sections .section-nav li a:focus,.admin-color-light .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #888}.admin-color-evergreen .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-evergreen .edd-vertical-sections .section-nav li a:focus,.admin-color-evergreen .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #36533f}.admin-color-mint .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-mint .edd-vertical-sections .section-nav li a:focus,.admin-color-mint .edd-vertical-sections .section-nav li a:hover{box-shadow:inset -5px 0 #4f6d59}.edd-vertical-sections .section-nav .section-title--is-active .dashicons{color:#555}@media only screen and (max-width:782px){#edd-item-tab-wrapper,.edd-vertical-sections .section-nav{width:48px}.edd-vertical-sections .section-nav li a{justify-content:center}.edd-vertical-sections .section-nav li a .dashicons{width:24px;height:24px;font-size:24px;line-height:24px;margin:0}.section-nav li .dashicons:before{width:24px;height:24px}#edd-item-tab-wrapper .edd-item-tab-label,.section-nav li .label{overflow:hidden;position:absolute;top:-1000em;right:-1000em;width:1px;height:1px}}#edd-item-card-wrapper,.edd-vertical-sections .section-wrap{width:80%}#edd-item-card-wrapper .item-section{background:#fff;overflow:hidden;box-sizing:border-box}:not(#edd-item-tab-wrapper)+#edd-item-card-wrapper .item-section{margin:25px 0;padding:20px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}#edd-item-tab-wrapper+#edd-item-card-wrapper{padding:20px;border-right:1px solid #e5e5e5;box-sizing:border-box}@media only screen and (min-width:1200px){#edd-graphs-filter,#edd-item-card-wrapper,.edd-vertical-sections:not(.meta-box) .section-wrap{width:calc(100% - 200px)}}@media only screen and (max-width:782px){#edd-graphs-filter,#edd-item-card-wrapper,.edd-vertical-sections .section-wrap{width:calc(100% - 48px)}}#edd-debug-log .edd-inline-button{margin-right:5px}.edd-settings-sidebar{padding-top:27px}.edd-settings-sidebar-content{background-color:#fff;text-align:center;border:1px solid #ddd;box-sizing:border-box;max-width:300px}.edd-settings-sidebar-content p{font-size:14px;line-height:1.5;margin-top:0}.edd-sidebar-header-section{background-color:#35495c;line-height:1;padding:26px 20px 24px;border-bottom:3px dashed #fafafa}.edd-sidebar-description-section{background-color:#fafafa;padding:16px 20px;border-bottom:1px solid #ddd}.edd-sidebar-description-section .edd-sidebar-description{margin:0}.edd-sidebar-coupon-section{font-size:14px;padding:16px 20px}.edd-sidebar-coupon-section label{display:block;line-height:1.4;margin-bottom:6px}.edd-sidebar-coupon-section label strong{color:#253b51;font-weight:700}.edd-sidebar-coupon-section input{background:#f4f7fa;font-size:22px;font-weight:600;text-align:center;padding:10px;border:2px dashed #2794da;border-radius:4px;margin-bottom:16px;box-shadow:none;width:100%}.edd-sidebar-coupon-section input:focus{border:2px dashed #2794da;box-shadow:none}.edd-settings-sidebar-content .edd-coupon-note{color:#6c7883;font-size:13px;font-style:italic;margin:0}.edd-settings-sidebar-content .edd-coupon-note a{color:#253b51}.edd-settings-sidebar-content .edd-coupon-note a:hover{text-decoration:none}.edd-sidebar-footer-section{background-color:#fafafa;padding:16px 20px;border-top:1px solid #ddd}.edd-sidebar-footer-section .edd-cta-button{display:block;background-color:#2794da;color:#fff;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;padding:17px 10px;border:none;border-radius:4px;width:100%;box-sizing:border-box;box-shadow:none;transition:background-color .2s}.edd-sidebar-footer-section .edd-cta-button:hover{background-color:#2386c5}@media (min-width:1080px){.edd-has-sidebar .edd-settings-content{float:right;width:67%}.edd-has-sidebar .edd-settings-sidebar{float:left;width:31%}}@media (min-width:1240px){.edd-has-sidebar .edd-settings-content{width:74%}.edd-has-sidebar .edd-settings-sidebar{width:23%}}.taxes-tab .edd-has-sidebar .edd-settings-content,.taxes-tab .edd-has-sidebar .edd-settings-sidebar{float:none;width:100%}.bfcm-promo-img-container{background-color:#35495c;width:100%;height:160px}.bfcm-code{color:#2794da;font-weight:700}.sale-ends{position:absolute;bottom:9px;left:14px;display:inline-block;color:#6c7883;font-size:12px;text-align:left;font-style:italic;width:150px}
|
assets/css/edd-admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.edd-custom-price-option-sections-wrap{display:none;border:1px solid #c3c4c7;border-top:0 solid #c3c4c7;box-sizing:border-box;width:100%}.edd-custom-price-option-section{display:block;padding:10px 8px;border-bottom:1px solid hsla(0,0%,87.1%,.3)}.edd-custom-price-option-section-title{display:block;font-weight:600;padding:0 0 10px}.edd-custom-price-option-section-content{display:flex;gap:12px;margin-bottom:6px}.edd-custom-price-option-section:last-child{border-bottom:none}.toggle-custom-price-option-section{color:#787c82}.toggle-custom-price-option-section:hover{color:#537994}#edd_product_settings .edd-product-options__title,#edd_product_settings .inside strong{border-top:1px solid #c3c4c7;border-bottom:1px solid #c3c4c7;background-color:#f9f9f9;display:flex;font-weight:600;margin:0 -12px 16px;padding:8px 12px;justify-content:space-between;align-items:center}#edd_product_settings .edd-product-options-wrapper:first-of-type .edd-product-options__title,#edd_product_settings .inside div:first-child strong{margin-top:-8px}#edd_product_settings .edd-product-options__title .edd-help-tip,#edd_product_settings .inside strong .edd-help-tip{font-size:20px}#edd_product_settings .label--block{display:block;margin:0 0 4px}.edd_repeatable_row.ui-sortable-placeholder{line-height:0;padding:0;margin:0;box-sizing:border-box;border:1px dashed #c3c4c7;visibility:visible!important}.edd-add-repeatable-row{border-top:1px solid #c3c4c7;padding:12px;margin:15px -12px -12px;display:flex;justify-content:flex-end;align-items:center}.edd_repeatable_row input[type=text].large-text{width:100%}.edd_repeatable_upload_wrapper:not(:first-child),.edd_variable_prices_wrapper:not(:first-child){margin-top:12px}.edd_repeatable_row.ui-sortable-helper .edd-repeatable-row-actions .edd-remove-row{display:none}.edd-repeatable-row-actions{color:#787c82}.edd-repeatable-row-actions a{text-decoration:none;width:auto;cursor:pointer}.edd-bundle-products-header,.edd-repeatable-row-header{clear:both;background:#f6f7f7;border:1px solid #c3c4c7;display:flex;justify-content:space-between}.edd-repeatable-row-header{cursor:move}.edd_repeatable_row:hover .edd-repeatable-row-header,.edd_repeatable_row:hover .edd-repeatable-row-standard-fields{border-color:#c3c4c7}.edd-bundled-product-row:after,.edd-bundled-product-row:before,.edd-repeatable-row-header:after,.edd-repeatable-row-header:before{content:"";display:table}.edd-bundled-product-row:after,.edd-repeatable-row-header:after{clear:both}.edd-bundle-products-header,.edd-repeatable-row-title{font-weight:600}.edd-bundle-products-header,.edd-repeatable-row-actions,.edd-repeatable-row-title{padding:8px;box-sizing:border-box}.edd-repeatable-row-actions{flex-grow:1;text-align:right}.edd-bundled-product-row .edd-remove-row,.edd-repeatable-row-actions .edd-remove-row{width:auto;cursor:pointer}.edd-bundled-product-row,.edd-repeatable-row-standard-fields{padding:8px;border:1px solid #c3c4c7;border-top:0 solid #c3c4c7;display:flex;justify-content:space-between;align-items:center;gap:18px}.edd-bundled-product-row .edd-form-group,.edd-repeatable-row-standard-fields .edd-form-group{margin-bottom:0;display:inline-flex;flex-direction:column;flex-grow:1;justify-content:space-between}.edd-repeatable-row-setting-label .edd-help-tip{display:inline-block;margin-left:4px}.edd-bundled-product-item-reorder{min-width:30px}.edd-bundled-product-item-reorder .edd-product-file-reorder{font-size:20px;cursor:move;color:#dcdcde;font-family:dashicons;content:"";transition:color .2s}.edd-bundled-product-item-reorder .edd-product-file-reorder:hover{color:#a7aaad}.edd-bundled-product-actions{-ms-grid-row-align:center;align-self:center}#edd_products .edd-select,.edd_repeatable_product_wrapper .edd-select,.edd_repeatable_upload_wrapper .pricing select{min-width:100%;max-width:200px}.edd_repeatable_product_wrapper td{overflow:visible}@media screen and (max-width:480px){.edd-bundle-products-header,.edd-bundled-product-row,.edd-repeatable-row-header,.edd-repeatable-row-standard-fields{flex-wrap:wrap}.edd-bundled-product-row .edd-form-group,.edd-repeatable-row-standard-fields .edd-form-group{margin-left:0!important;margin-bottom:24px}}.edd_remove_repeatable{border:none;cursor:pointer;display:inline-block;padding:0;overflow:hidden;margin:8px 0 0;text-indent:-9999px;width:10px;height:10px}.edd_remove_repeatable:active,.edd_remove_repeatable:focus,.edd_remove_repeatable:hover{background-position:-10px 0!important}.edd_repeatable_upload_wrapper .edd_repeatable_upload_field_container{position:relative;width:100%}.edd_repeatable_upload_wrapper .edd_repeatable_upload_field_container+span:first-child{width:100%}.edd_repeatable_upload_field{padding-right:32px}.edd_upload_file button{background:#f6f7f7;border:none;border-left:1px solid #c3c4c7;padding:0 4px;position:absolute;height:calc(100% - 4px);overflow:hidden;top:2px;right:2px;display:inline-flex;justify-content:center;align-items:center}.edd-form-group{margin-bottom:16px}.edd-form-group:last-of-type{margin-bottom:0}.edd-form-group>label,.edd-form-group__label{display:block;font-weight:600;margin-bottom:8px;padding:0}.edd-form-group__control{margin-bottom:12px;max-width:100%}.edd-form-group__control.is-check,.edd-form-group__control.is-radio{margin-top:4px}.edd-form-group__control:last-of-type{margin-bottom:0}.edd-form-group__control--is-inline{display:inline-flex;align-items:flex-end}.edd-form-group__input{max-width:100%}.edd-form-group__input[type=checkbox],.edd-form-group__input[type=radio]{margin-top:0}.edd-form-group__input[type=checkbox]+label,.edd-form-group__input[type=radio]+label{display:unset}select.edd-form-group__input{max-width:100%}.edd-form-group__help{color:#646970;font-size:13px;font-style:italic;line-height:normal;margin:8px 0 0}.edd-form-row{display:flex;flex-wrap:wrap;gap:12px}.edd-form-row__column{display:inline-flex;flex-direction:column;justify-content:flex-end}.edd-form-row__column.edd-form-group{margin-bottom:0}.edd-form-row label,.edd-form-row label.edd-form-group__label{margin-bottom:8px}#edd-migration-progress .dashicons-minus{color:#949494}#edd-migration-progress .dashicons-yes{color:green}#edd-migration-progress .dashicons-update:before{animation:rotation 2s linear infinite;display:block}#edd-v3-migration-remove-legacy-data-submit-wrap{display:flex;align-items:center;gap:6px}#edd-v3-migration-remove-legacy-data-submit-wrap .button{margin:0}#edd-filters{padding:10px;margin:0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}#edd-filters .filter-items{flex-wrap:wrap;gap:6px;float:none;flex-grow:1}#edd-filters .filter-items,#edd-filters .filter-items .graph-option-section{display:flex;align-items:center}#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-graphs-date-options{border-top-right-radius:4px;border-bottom-right-radius:4px}#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-date-range-dates,#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-date-range-relative-dates{display:none}#edd-filters .filter-items .edd-date-range-options{display:inline-block;margin:10px 0}#edd-filters .filter-items .edd-graphs-date-options{border-top-right-radius:0;border-bottom-right-radius:0}#edd-filters .filter-items .edd-date-range-dates{display:flex;align-items:center;border:1px solid #8c8f94;border-left:none;color:#2c3338;padding:4px 10px;margin-left:-5px;border-top-right-radius:4px;border-bottom-right-radius:4px;cursor:pointer;gap:4px}#edd-filters .filter-items .edd-date-range-dates.hidden{display:none}#edd-filters .filter-items .edd-date-range-selected-date{display:inline-block}#edd-filters .filter-items .edd-date-range-relative-dates{display:flex;align-items:center;margin-left:10px}#edd-filters .filter-items .edd-date-range-relative-dates.hidden{display:none}#edd-filters .filter-items .edd-date-range-selected-relative-date{position:relative;display:flex;align-items:center;border:1px solid #8c8f94;padding:4px 2px 4px 6px;color:#2c3338;margin-left:10px;margin-right:10px;border-radius:4px;cursor:pointer}#edd-filters .filter-items .edd-date-range-selected-relative-date .arrow-down{width:16px;height:auto;margin-left:6px;margin-top:2px;vertical-align:middle}#edd-filters .filter-items .edd-date-range-selected-relative-date.opened .edd-date-range-relative-dropdown{display:block}#edd-filters .filter-items .edd-date-range-relative-dropdown{position:absolute;z-index:99;width:420px;left:50%;top:100%;margin-top:10px;transform:translateX(-50%);background-color:#fff;border:1px solid #8c8f94;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.25);display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown:after{height:10px;width:10px;position:absolute;content:"";background:#fff;border-color:#8c8f94;border-style:solid;border-width:0 1px 1px 0;transform:rotate(-135deg);top:-6px;left:calc(50% - 4px)}#edd-filters .filter-items .edd-date-range-relative-dropdown .spinner{display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading{padding:10px;text-align:center}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading .spinner{display:inline-block;visibility:visible;margin:0;float:unset}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading :not(.spinner){display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li{display:flex;align-items:center;padding:2px 10px;opacity:.85;gap:20px}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li.active,#edd-filters .filter-items .edd-date-range-relative-dropdown ul li:hover{cursor:pointer;color:var(--wp-admin-theme-color);opacity:1}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-name{width:110px}@media screen and (max-width:950px){#edd-filters .filter-items .graph-option-section{margin-top:8px;width:100%}#edd-filters .filter-items .edd-date-range-picker{flex-wrap:wrap}#edd-filters .filter-items .edd-graphs-date-options{width:100%;max-width:100%;min-height:40px;font-size:14px;border-top-right-radius:4px;border-bottom-right-radius:4px}#edd-filters .filter-items .edd-date-range-dates{width:100%;margin-top:10px;border:1px solid #8c8f94;margin-left:unset;border-radius:4px;font-size:14px;padding:8px 6px 8px 8px}#edd-filters .filter-items .edd-date-range-relative-dates{width:100%;flex-wrap:wrap;margin-left:0;margin-top:6px}#edd-filters .filter-items .edd-date-range-selected-relative-date{width:100%;margin-top:8px;margin-left:0;margin-right:0;font-size:14px;padding:8px 6px 8px 8px;flex-wrap:wrap}#edd-filters .filter-items .edd-date-range-selected-relative-date .arrow-down{margin-left:auto}#edd-filters .filter-items .edd-date-range-relative-dropdown{position:relative;width:100%;left:0;top:0;transform:unset;box-shadow:unset;border:unset;margin:0}#edd-filters .filter-items .edd-date-range-relative-dropdown:after{display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown ul{margin-bottom:0}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li{padding-left:0;padding-right:0;justify-content:space-between;flex-wrap:wrap;gap:unset}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-dates,#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-name{width:100%}}#edd-filters>p{color:#757575}#edd-filters input[type=number],#edd-filters input[type=text].edd_datepicker{max-width:105px}#edd-filters .button-secondary,#edd-filters input[type=number]{margin-bottom:0}#edd-filters .search-form{margin:0}@media screen and (max-width:480px){#edd-filters span{margin:2px 0}}#edd-advanced-filters{position:relative}#edd-advanced-filters .inside{z-index:99;position:absolute;top:29px;right:0;border:1px solid #e0e0e0;padding:0;background:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2);min-width:285px;opacity:0;visibility:hidden}#edd-advanced-filters fieldset{display:block;padding:10px 15px 15px;margin:10px 0}#edd-advanced-filters fieldset:not(:last-of-type){border-bottom:1px solid #e0e0e0}#edd-advanced-filters fieldset:last-of-type{padding-bottom:5px}#edd-advanced-filters fieldset.edd-add-on-filters div,#edd-advanced-filters fieldset.edd-add-on-filters label,#edd-advanced-filters fieldset.edd-add-on-filters p,#edd-advanced-filters fieldset.edd-add-on-filters span{display:block;margin-bottom:2px}#edd-advanced-filters div.edd-select-chosen:not(:last-child){margin-bottom:10px}#edd-advanced-filters.open .edd-advanced-filters-button{background:#e0e0e0;border-color:#949494;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}#edd-advanced-filters.open .inside{visibility:visible;opacity:1;transition:opacity .2s ease-in}.download_page_edd-reports #edd-filters{margin-bottom:-1px;box-shadow:none}@media screen and (max-width:782px){.download_page_edd-reports #edd-filters{gap:0}}.edd-old-log-filters{margin-top:-30px;margin-left:2px}@media screen and (min-width:600px){#edd-reports-charts-wrap{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(200px,50%))[2];grid-template-columns:repeat(2,minmax(200px,50%));grid-gap:20px}.edd-reports-chart{margin-bottom:0}.edd-reports-chart-line{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/span 2}}.edd-reports-chart{height:500px;max-height:700px}.chart-timezone{font-size:.75rem;color:#ccc}.edd-mobile-link{line-height:32px}.edd-mobile-link a{text-decoration:none}.edd-mobile-link a:after,.edd-mobile-link a:before{display:inline-block;-webkit-font-smoothing:antialiased;font:normal 20px/30px dashicons;vertical-align:top;margin:1px 0 0;padding:0}.edd-mobile-link a:before{content:"";color:#757575;margin-right:-3px}.edd-mobile-link a:after{content:""}#edd-reports-tiles-wrap #dashboard-widgets .sortable-placeholder{padding:0;margin:0 0 20px;line-height:0;box-sizing:border-box;height:110px}#edd-reports-tiles-wrap #dashboard-widgets #primary-sortables{margin-left:0}#edd-reports-tiles-wrap #dashboard-widgets #tertiary-sortables{margin-right:0}#edd-reports-tiles-wrap{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:20px}.edd-reports-tile{text-align:center;padding:20px 10px 35px;display:flex;flex-direction:column;justify-content:center;border:1px solid #e5e5e5;background:#fafafa;position:relative;box-sizing:border-box;gap:.5em}.edd-reports-tile>span:not(.tile-compare){width:100%}.edd-reports-tile .tile-label{text-align:center;text-transform:uppercase;font-size:12px;font-weight:400;color:#101517}.edd-reports-tile .tile-value{color:#333;font-size:2em;line-height:1;transition:all .2s ease-in-out;display:flex;justify-content:center;flex-direction:column;gap:.25em}.edd-reports-tile:hover{border:1px solid #aaa}.edd-reports-tile:hover .tile-value:not(.tile-no-data){transform:scale(1.05)}.edd-reports-tile .tile-amount{color:#2794da}.edd-reports-tile .tile-number{color:#96f}.edd-reports-tile .tile-amount,.edd-reports-tile .tile-number{color:#fff}.edd-reports-tile .tile-value.tile-no-data{color:#ddd}.edd-reports-tile .tile-value.tile-url{font-size:1.5em}.edd-reports-tile .tile-relative{font-size:12px;font-weight:400;color:#888}.edd-reports-tile span.dashicons{display:inline-block;font-size:30px;line-height:20px;height:20px;width:20px;position:relative;top:4px;left:-5px;margin-left:-5px;color:#999}.edd-reports-tile .tile-relative span.dashicons{top:-5px;left:-3px;margin-left:0}.edd-reports-tile .tile-relative span.dashicons-arrow-down,.edd-reports-tile .tile-relative span.dashicons-arrow-up.reverse{color:#d63638}.edd-reports-tile .tile-relative span.dashicons-arrow-down.reverse,.edd-reports-tile .tile-relative span.dashicons-arrow-up{color:#008a20}.edd-reports-tile .tile-compare{position:absolute;right:0;bottom:0;color:#aaa;font-size:11px;line-height:1em;background-color:#fff;border-color:#e5e5e5 #fff #fff #e5e5e5;border-style:solid;border-width:1px;border-top-left-radius:8px;padding:4px 0 0 9px;margin:0 -1px -1px 0}.edd-reports-tile:hover .tile-compare{border-left:1px solid #bbb;border-top:1px solid #bbb;color:#777}#edd-submit-refund-status{text-align:center;font-size:1.2em}#edd-submit-refund-status .edd-submit-refund-message:before{font-family:dashicons;font-size:1.5em;vertical-align:middle;color:#fff;border-radius:16px;margin:5px}#edd-submit-refund-status .edd-submit-refund-message.success:before{content:"";background-color:#008a20;padding-right:1px}#edd-submit-refund-status .edd-submit-refund-message.fail{display:block;margin-bottom:16px}#edd-submit-refund-status .edd-submit-refund-message.fail:before{content:"";background-color:#d63638}.refund-items td,.refund-items th.check-column{vertical-align:baseline}.refund-items .column-amount,.refund-items .column-discount,.refund-items .column-quantity,.refund-items .column-subtotal,.refund-items .column-tax,.refund-items .column-total{width:80px}.refund-items .edd-form-group__control{display:flex;align-items:center}.refund-items .edd-form-group__control input,.refund-items .edd-form-group__control select{background-color:transparent;border:0;border-bottom:1px solid;border-radius:0;box-shadow:none;text-align:right;width:100%}.refund-items .edd-form-group__control input:disabled,.refund-items .edd-form-group__control select:disabled{border-bottom:none}.refund-items .edd-form-group__control input:focus,.refund-items .edd-form-group__control select:focus{border-bottom:1px solid var(--wp-admin-theme-color-darker-10);box-shadow:0 1px 0 var(--wp-admin-theme-color-darker-10)}.refund-items .edd-form-group__control select[data-original="1"]{background:transparent}.refund-items .edd-form-group__control .is-before+span>input,.refund-items .edd-form-group__control select{text-align:left}.refund-items .edd-refund-submit-line-total{background-color:#fff!important}.refund-items .edd-refund-submit-line-total td{text-align:right}.refund-items .edd-refund-submit-line-total-amount{display:inline-block;margin-left:20px;text-align:left;width:80px}.refund-items #edd-refund-submit-subtotal td{border-top:2px solid #c3c4c7}@media screen and (max-width:782px){.refund-items td.column-total{margin-bottom:16px}.refund-items .edd-refund-submit-line-total-amount{padding-right:16px;width:unset}}.edd-submit-refund-actions{margin:16px 0 0}.did-refund .edd-submit-refund-actions,.did-refund .refund-items{display:none}.edd-admin-notice-top-of-page{font-size:15px;line-height:1.4;color:#fff;margin-left:-20px;padding:12px 32px 12px 20px;background:#2d6ca2}@media screen and (min-width:783px){.edd-admin-notice-top-of-page{padding:10px 46px 10px 22px}}@media screen and (min-width:961px){.edd-admin-notice-top-of-page{text-align:center}}.edd-admin-notice-top-of-page a{color:#fff}.edd-admin-notice-top-of-page a:hover{text-decoration:none}.edd-admin-notice-top-of-page .button-link{position:absolute;top:48px;right:-1px;font-size:20px;color:#fff;font-weight:700;text-decoration:none;margin-left:5px;padding:6px 10px}.edd-admin-notice-top-of-page .button-link:active,.edd-admin-notice-top-of-page .button-link:focus,.edd-admin-notice-top-of-page .button-link:hover{color:#fff;text-decoration:none}@media screen and (min-width:601px){.edd-admin-notice-top-of-page .button-link{top:1px}}@media screen and (min-width:783px){.edd-admin-notice-top-of-page .button-link{right:9px}}#edd-admin-notice-five-star-review{display:-ms-grid;display:grid}#edd_dashboard_sales .edd-promo-notice{border-bottom:1px solid #c3c4c7}.edd-review-actions{display:flex;gap:6px;margin:0 0 16px}.edd-promo-notice .edd-peeking{align-self:flex-end;justify-self:flex-end;margin-right:16px;margin-bottom:-1px}@media screen and (max-width:782px){#edd-admin-notice-five-star-review.notice .edd-peeking{margin-bottom:-6px}}@media screen and (min-width:400px){.edd-promo-notice .edd-peeking{justify-self:flex-start;margin-right:0;margin-left:200px}}.edd-promo-notice .edd-peeking,.edd-review-step{-ms-grid-row:1;grid-area:1/-1}.edd-paypal-account-status ul{margin-left:25px}.edd-paypal-account-status>li{margin-bottom:1em}.edd-paypal-account-status ul:not(.edd-paypal-webhook-events){list-style:disc;list-style-position:inside}.edd-paypal-account-status ul:not(.edd-paypal-webhook-events) li{margin:.25em 0}.edd-paypal-account-status .dashicons-yes{color:#008a20}.edd-paypal-account-status .dashicons-no{color:#d63638}.edd-overlay{position:fixed;z-index:1052;top:0;right:0;bottom:0;left:160px;background-color:#141b38;opacity:.5;transition:.5s}.edd-slide-in{transform:translateX(100%)!important;-webkit-transform:translateX(100%)!important}#edd-notifications-panel{background-color:#fff;height:100%;width:100%;max-width:570px;position:fixed;z-index:1053;top:0;right:0;bottom:0;overflow-x:hidden;transition:.5s;transform:translateX(0);-webkit-transform:translateX(0)}body.admin-bar #edd-notifications-panel{top:32px}@media screen and (max-width:600px){body.admin-bar #edd-notifications-panel{top:46px}}#edd-notifications-header{display:flex;align-items:center;padding:0 30px;color:#fff;background-color:#0c5d95}#edd-notifications-header h3{color:#fff;flex:1}#edd-notifications-header .edd-close{background:none;border:none;color:#fff;cursor:pointer}#edd-notifications-body{padding:30px}.edd-notification{display:flex;gap:20px;margin-bottom:20px}.edd-notification--icon{color:#00aa63}.edd-notification--icon.edd-notification--icon-info{color:#005ae0}.edd-notification--icon.edd-notification--icon-warning{color:#f18200}.edd-notification--icon.edd-notification--icon-error{color:#df2a4a}.edd-notification--body{flex:1}.edd-notification--header{align-items:center;display:flex;justify-content:space-between;gap:5px;margin-bottom:7px}.edd-notification--title{color:#141b38;flex:1;font-size:16px;font-weight:600;margin:0}.edd-notification--date{color:#71747e;font-size:12px}.edd-notification--actions{flex-wrap:wrap;display:flex;align-items:center;gap:5px;margin-top:10px}.edd-notification--dismiss{background:none!important;border:none!important;box-shadow:none!important;color:#71747e!important;cursor:pointer;padding:0 10px;text-decoration:underline}.edd-notification--dismiss:hover{text-decoration:none}.edd-item-header-small{padding-bottom:20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:flex-start;align-items:center;gap:6px}.edd-item-header-small span{font-weight:600;font-size:15px}.edd-settings-color,.edd-settings-colors{display:flex;flex-wrap:wrap;gap:1em}.edd-settings-color{flex-direction:column}.edd-hidden{display:none}.edd-clearfix:after{content:"";display:table;clear:both}.edd-notice .notice-dismiss,.edd-wrap a{text-decoration:none}.wp-core-ui .edd-delete,a.edd-delete{color:#a00}.wp-core-ui .edd-delete:hover,a.edd-delete:hover{color:red}body.post-type-download #contextual-help-link-wrap,body.post-type-download #screen-options-link-wrap{top:5px!important}body.post-type-download #screen-meta{margin:0 0 -1px -20px}#edd-header{border-top:5px solid #0c5d95;border-bottom:1px solid #c3c4c7;padding:20px 0;margin-left:-20px;background:#fff}#edd-header-wrapper{display:flex;justify-content:space-between;padding:0 20px;align-items:center}#edd-header img{display:block;max-width:300px;margin:0 0 0 20px}.edd-header-page-title-wrap{font-size:1.75em;margin-top:-5px;margin-right:auto;padding-left:7px}.edd-header-separator{margin-top:-2px;opacity:.25}.edd-header-page-title{font-weight:400;font-size:1em;line-height:1.3em;display:inline}.edd-header-page-title-wrap .button{margin-left:5px}.no-js #edd-header-actions{display:none}#edd-header .edd-round{position:relative;background-color:#f3f4f5;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:10px;cursor:pointer;transition:background-color .2s ease}button.edd-round{border:none}#edd-header button.edd-round:hover{background-color:#e5e5e5}button.edd-round:active,button.edd-round:focus{outline:2px solid #0c5d95}#edd-header .edd-number{position:absolute;background-color:#df2a4a;width:16px;height:16px;font-weight:600;font-size:10px;color:#fff;top:-8px;left:50%;transform:translateX(-50%);margin:0;animation:bounce 2s 5}#edd-header .edd-number.edd-hidden{display:none!important}#edd-header .edd-round svg{width:20px;height:20px}@media screen and (max-width:840px){#edd-header img,.edd-header-separator{display:none}}.edd_datepicker{height:29px}.edd-from-to-wrapper input{width:105px;margin:0;position:relative;z-index:1}.edd-from-to-wrapper input[name*=start],.edd-from-to-wrapper input[name=filter_from]{border-top-right-radius:0;border-bottom-right-radius:0}.edd-from-to-wrapper input[name*=end],.edd-from-to-wrapper input[name=filter_to]{margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.edd-from-to-wrapper input:focus{z-index:2;position:relative}.edd-settings-sub-nav{margin:0 0 10px;width:100%;border-bottom:1px solid #ccc;box-shadow:0 1px 1px rgba(0,0,0,.04)}.edd-settings-sub-nav a{padding:13px;display:block}.edd-settings-sub-nav a.current{border-bottom:4px solid #000;padding-bottom:9px}.admin-color-fresh .edd-settings-sub-nav a.current{border-bottom-color:#00a0d2}.admin-color-blue .edd-settings-sub-nav a.current{border-bottom-color:#096484}.admin-color-coffee .edd-settings-sub-nav a.current{border-bottom-color:#c7a589}.admin-color-ectoplasm .edd-settings-sub-nav a.current{border-bottom-color:#a3b745}.admin-color-midnight .edd-settings-sub-nav a.current{border-bottom-color:#e14d43}.admin-color-ocean .edd-settings-sub-nav a.current{border-bottom-color:#627c83}.admin-color-sunrise .edd-settings-sub-nav a.current{border-bottom-color:#be3631}.admin-color-light .edd-settings-sub-nav a.current{border-bottom-color:#888}.admin-color-evergreen .edd-settings-sub-nav a.current{border-bottom-color:#36533f}.admin-color-mint .edd-settings-sub-nav a.current{border-bottom-color:#4f6d59}.download_page_edd-settings .edd-check-wrapper{clear:both}.download_page_edd-settings .form-table tr>th>h3,.download_page_edd-settings .form-table tr>th>strong{font-size:1.2em;font-weight:600;margin:0 auto}.edd-sortable-list{margin:0;width:300px;position:relative}.edd-sortable-list li{margin:0;padding:0;position:relative;height:28px;cursor:move}.edd-sortable-list li label *{vertical-align:middle}.edd-sortable-list li label:after{display:block;width:17px;height:17px;position:absolute;right:6px;top:0;color:#aaa;font-family:dashicons;font-size:17px;content:"";cursor:move}.form-table .edd-sortable-list li label{display:block;height:28px;padding:0;margin:0}.edd-sortable-list .payment-icon{width:32px;height:24px;position:relative;top:-2px;margin-right:5px}.edd-help-tip{cursor:help;margin-top:-2px;font-size:24px;color:grey}.edd-ui-tooltip{position:absolute;background:#333!important;border-width:1px!important;border-radius:3px!important;box-shadow:1px 1px 2px 1px hsla(0,0%,83.9%,.5)!important;color:#dedede!important;max-width:300px!important;padding:7px!important;text-rendering:optimizeLegibility;text-shadow:none!important;z-index:9999!important}.download_page_edd-settings .edd-settings-payment-icon-wrapper{margin-top:5px}.download_page_edd-settings .edd-settings-payment-icon-wrapper input{margin-top:1px}.download_page_edd-settings .form-table .edd-settings-payment-icon-wrapper input[type=checkbox]+label{margin:0;display:inline-block}.download_page_edd-settings .edd-settings-payment-icon-wrapper .payment-icon-image{margin-right:5px;width:32px;display:inline-block;vertical-align:middle}.download_page_edd-settings .edd-settings-payment-icon-wrapper .payment-option-name{vertical-align:middle}.download_page_edd-settings .taxrates td,.download_page_edd-settings .taxrates th{padding:8px 10px}.download_page_edd-settings .taxrates td{line-height:1.5em;vertical-align:top;margin:0}.download_page_edd-settings .taxrates .regular-text{width:100%}.edd-add-ons-footer{padding-top:10px}#edd-add-ons .subsubsub .dashicons{margin-top:3px}#edd-add-ons .edd-add-ons-container{clear:both;padding-top:10px}#edd-add-ons .search-box .button-secondary span{margin:2px -5px 0 4px;padding:0;color:#aaa}#edd-add-ons .edd-extension{background:#fff;border:1px solid #ccc;float:left;padding:14px;position:relative;margin:0 15px 16px 0;width:320px;height:315px;opacity:.9;transition:all .2s ease-in-out;cursor:default}#edd-add-ons .edd-extension:hover{border:1px solid #bbb;opacity:1;transform:scale(1.05);z-index:5}#edd-add-ons .edd-extension h3{font-size:13px;margin:0 0 8px}#edd-add-ons .edd-extension .button-secondary{position:absolute;bottom:14px;left:14px}#edd-add-ons .edd-browse-all{clear:both;width:100%}#edd-add-ons .edd-extension .third-party{display:none}#edd-add-ons .edd-add-ons-container .edd-extension:first-child{background-color:#85c0e5;border-color:#62a9d7;color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2)}#edd-add-ons .edd-add-ons-container .edd-extension:first-child h3{color:#fff}#edd-add-ons .edd-add-ons-container .edd-extension:first-child .button-secondary{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}#edd-add-ons .edd-extension .wp-post-image{width:100%;height:auto;vertical-align:bottom}#TB_window{overflow:hidden}#TB_title{padding:5px}#TB_ajaxContent{width:calc(100% - 30px)!important;padding:15px;margin:0;height:calc(100% - 118px)!important}#TB_ajaxWindowTitle{font-size:18px;font-weight:600;line-height:30px}#TB_closeWindowButton{right:6px;top:6px}#choose-download-wrapper{width:100%}#choose-download-wrapper .wrap{overflow-y:scroll;margin:0;padding:0;height:calc(100% - 50px)}#choose-download-wrapper .submit-wrapper{position:absolute;width:100%;bottom:0;padding:0;margin:0 0 0 -15px;text-align:right}#choose-download-wrapper .submit-wrapper div{background-color:#fafafa;padding:15px;border-top:1px solid #ddd}.wp-media-buttons .button.edd-thickbox{padding-left:0}.wp-media-buttons .button.edd-email-tags-inserter .dashicons{margin-top:-2px}.download_page_edd-payment-history .edit-post-editor-regions__header{flex-shrink:0;height:auto;border-bottom:1px solid #e2e4e7;z-index:30;position:sticky;top:32px;margin-left:-20px}@media screen and (max-width:782px){.download_page_edd-payment-history .edit-post-editor-regions__header{position:static;top:46px}}.download_page_edd-payment-history .edit-post-header{height:56px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:100%;box-sizing:border-box;padding:4px 20px}@media screen and (max-width:782px){.download_page_edd-payment-history .edit-post-header{padding-left:10px;padding-right:10px}}@media(min-width:280px){.download_page_edd-payment-history .edit-post-header{flex-wrap:nowrap}}.download_page_edd-payment-history .edit-post-header .edit-post-header__toolbar{order:0}.download_page_edd-payment-history .edit-post-header .edit-post-header__settings{order:1}.download_page_edd-payment-history .edit-post-header #publishing-action,.download_page_edd-payment-history .edit-post-header .edit-post-header__settings,.download_page_edd-payment-history .edit-post-header .edit-post-header__toolbar{display:flex;align-items:center}.download_page_edd-payment-history .edit-post-header #publishing-action .spinner{margin:0 5px 0 0}.download_page_edd-payment-history .edit-post-header .button-primary{margin:2px;height:34px;line-height:32px;font-size:13px}#edd-order-items .hndle{display:flex;align-items:center;justify-content:space-between}#edd-order-items .hndle .edd-toggle{font-weight:400}.edd-add-order-item td{vertical-align:middle}.edd-add-order-item input{width:80%}.edd-add-order-item input[readonly]{color:#555;background:none;border:1px solid transparent;box-shadow:none}.order-customer-info .customer-details-wrap{margin:15px 0;align-items:center}.order-customer-info .customer-details-wrap .spinner{margin:0}.order-customer-info .customer-details{display:flex;flex-direction:column}.order-customer-info .customer-details .customer-since{color:#666;display:block;margin:4px 0 6px}.order-customer-info .customer-details>span{margin-bottom:5px}.edd-order-add-download-select .spinner{display:none}table.edd-order-overview-summary{border-width:0;table-layout:fixed}table.edd-order-overview-summary--refund{border-width:0}@media screen and (min-width:782px){.edd-order-overview .column-right{text-align:right}}.edd-ml-auto{margin-left:auto!important}@media screen and (min-width:782px){.edd-ml-lg-auto{margin-left:auto!important}}.edd-ml-auto+.edd-ml-auto{margin-left:10px!important}.edd-order-overview-summary__items-name{align-self:flex-start}.edd-order-overview-summary__items>:nth-child(odd){background-color:#f9f9f9}@media screen and (min-width:782px){.edd-order-overview-summary__items tr:last-child td,.edd-order-overview-summary__items tr:last-child th{border-bottom:1px solid #e5e5e5}}@media screen and (max-width:782px){.edd-order-overview-summary .row-actions>*,.edd-order-overview-summary__items-name .row-actions{display:block!important}.edd-order-overview-summary .row-actions>:not(:first-child):before{display:none}}.edd-order-overview-summary th:not(.column-primary){width:100px}.edd-order-overview-summary .row-actions>:not(:first-child):before{color:#999;content:" | "}.edd-order-overview-summary .row-actions .text{color:#555}.edd-order-overview-summary .removable{display:flex;align-items:center;position:relative}.edd-order-overview-summary .removable .delete{display:inline-block;margin-right:10px;margin-left:-8px;padding:10px;border-right:1px solid #e5e5e5;color:#a00}.edd-order-overview-summary .removable .delete:hover{color:#dc3232}.edd-order-overview-summary__adjustments .column-primary{font-weight:600}.edd-order-overview-summary__adjustments td small{font-weight:400}.edd-order-overview-summary__subtotal .column-primary,.edd-order-overview-summary__tax tr:first-of-type .column-primary,.edd-order-overview-summary__total .column-primary{font-weight:600}.edd-order-overview-summary__adjustments td,.edd-order-overview-summary__subtotal td,.edd-order-overview-summary__tax td,.edd-order-overview-summary__total td{vertical-align:middle}.edd-order-overview-summary__tax td small,.edd-order-overview-summary__total td small{font-weight:400}.edd-order-overview-summary__total .total{color:#017d5c;display:inline-block}.edd-order-overview-summary__total .total.is-negative{color:#a00}@media screen and (min-width:783px){.edd-order-overview-summary__adjustments .removable .delete{margin-left:-50px}.edd-order-overview-summary__total .total{font-size:150%;padding-top:5px;padding-bottom:5px}}.edd-order-overview-summary__total tr:last-child td:not(:first-of-type),.edd-order-overview-summary__total tr:last-child th{border-top:1px solid #e5e5e5}.edd-order-overview-summary__total .notice{margin:-1px}.edd-order-overview-summary__total .notice p{font-weight:400;margin:.5em 0}.edd-order-overview-summary__refunds .column-primary{font-weight:600}.edd-order-overview-summary__refunds td small{font-weight:400}.edd-order-overview-summary__refunds tr:first-child td{border-top:1px solid #e5e5e5}#edd-order-overview-actions.inside{border-top:1px solid #ccd0d4;margin-top:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}#edd-order-overview-actions.inside:empty{padding:0;border-top:0}#edd-order-overview-actions.inside>div{display:flex;align-items:center}#edd-order-overview-actions .edd-order-overview-actions__notice{flex-basis:100%;margin-top:15px}.edd-order-overview-actions .button{width:100%;margin-bottom:12px}.edd-order-overview-actions .button:last-of-type{margin-bottom:0}@media screen and (min-width:782px){.edd-order-overview-actions .button{width:auto;margin-left:12px;margin-bottom:0}.edd-order-overview-actions .button:first-of-type{margin-left:auto}}.edd-order-overview-actions__locked{font-style:italic;opacity:.8}@media screen and (max-width:782px){.edd-order-overview-actions__locked{margin-bottom:12px}}.edd-order-overview-actions__refund .dashicons{margin-right:8px}.edd-dialog .ui-button-icon-only{font-size:0}.download_page_edd-payment-history .ui-dialog,.download_page_edd-payment-history .ui-dialog-content{overflow:visible}.edd-order-overview-modal form>p{margin-top:0}.edd-order-overview-modal fieldset legend,.edd-order-overview-modal form label{display:block;margin-bottom:4px}.edd-order-overview-modal fieldset{margin-bottom:calc(1em - 3px)}.edd-order-overview-modal fieldset>p{margin:2px 0 3px}.edd-order-overview-modal form .submit{margin:0 -16px -16px;padding:16px;background:#fcfcfc;border-top:1px solid #dfdfdf;display:flex;align-items:center}.edd-order-overview-modal form .submit .spinner{margin:0}.edd-order-overview-add-item [for=auto-calculate]{display:flex;align-items:center}.edd-order-overview-add-item [for=auto-calculate] input[type=checkbox]{margin-top:0}.edd-order-overview-add-item [for=auto-calculate] .label{line-height:1.15;margin-left:8px}.edd-order-overview-add-item [for=auto-calculate] .label small{margin-top:4px;display:block;opacity:.75}.edd-order-overview-add-adjustment .notice,.edd-order-overview-add-item .notice{margin:0 0 1rem}.edd-order-overview-add-adjustment #description,.edd-order-overview-add-discount select{width:100%}.edd-order-overview-error{font-style:italic;color:#a00;display:block;margin:4px 0}.edd-order-copy-download-link textarea{width:100%}.edd-admin-order-status-badge{padding:2px 7px;border-radius:4px;background:#ececec;display:inline-flex;align-items:center}.edd-admin-order-status-badge__icon{opacity:.8;margin:0 -2px 0 2px}.edd-admin-order-status-badge--refunded .edd-admin-order-status-badge__icon{font-size:16px;width:16px;height:16px}.edd-admin-order-status-badge--failed{color:#ac3d3d;background:#ffd6d6}.edd-admin-order-status-badge--failed .edd-admin-order-status-badge__icon{margin-left:0;margin-top:-1px}.edd-admin-order-status-badge--complete{color:#017d5c;background:#e5f5f0}.edd-admin-order-status-badge--complete .edd-admin-order-status-badge__icon{margin-left:0}.edd-admin-order-status-badge--pending{color:#7d6e01;background:#f5f2e5}.edd-admin-order-status-badge--processing{color:#015a7d;background:#e5f1f5}.wp-list-table.orderitems .refunded .edd-admin-order-status-badge{margin-left:10px}.edd-order-resend-email-chooser legend{font-weight:700;margin-bottom:4px}.edd-order-resend-email-chooser p{margin:4px 0}.edd-notes .edd-note{padding:10px;background-color:#ffe;border:1px solid #cc0;width:100%;position:relative;margin-bottom:10px;box-sizing:border-box;overflow:hidden}.edd-notes .edd-note.deleting{opacity:.5}.edd-notes .edd-note__header{display:flex;align-items:center}.edd-add-note .spinner{float:none;display:inline-block;margin:0}.edd-notes .edd-note time{font-size:11px;color:#aaa}.edd-notes .edd-note .edd-note-author{margin-right:5px}.edd-notes .edd-note .edd-delete-note{color:#a00;font-weight:700;text-decoration:none;margin-left:auto}.edd-notes .edd-note .edd-delete-note:hover{color:#888}.edd-notes .edd-note p:last-child{margin-bottom:0}.edd-notes .edd-no-notes{margin:4px 0 10px}textarea[name=edd-note]{width:100%;min-height:70px;margin-top:0}.edd-notes-wrapper{width:80%}.edd-note-pagination{float:right;margin:-35px 5px 15px}.edd-note-pagination a,.edd-note-pagination span.page-numbers{padding:5px 8px;margin:2px;text-decoration:none}.edd-note-pagination a{border:1px solid #e5e5e5;background:#fcfcfc}.edd-note-pagination a:last-child,.edd-note-pagination span.page-numbers:last-child{margin-right:0}#edd-products{height:100px;min-width:200px}#edd-add-discount input[type=text],#edd-edit-discount input[type=text]{width:300px}#edd-add-discount .edd-discount-datetime input,#edd-edit-discount .edd-discount-datetime input{vertical-align:middle}#edd-add-discount input[type=text].edd_datepicker,#edd-edit-discount input[type=text].edd_datepicker{display:inline-block;width:183px}#edd-edit-discount textarea{height:100px}.edd-amount-type-wrapper{position:relative;display:flex}.edd-amount-type-wrapper select{border-top-left-radius:0;border-bottom-left-radius:0;width:auto!important}.edd-amount-type-wrapper #edd-amount{border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-2px;padding:0 8px;width:unset;max-width:125px}.edd-amount-type-wrapper input:focus{z-index:2}.wp-list-table.addresses .column-primary strong,.wp-list-table.customers .column-primary strong,.wp-list-table.discounts .column-primary strong,.wp-list-table.emails .column-primary strong,.wp-list-table.orderadjustments .column-primary strong,.wp-list-table.orderitems .column-primary strong,.wp-list-table.orders .column-primary strong{font-size:14px}.wp-list-table.customers .column-primary .avatar,.wp-list-table.emails .column-customer .avatar{float:left;margin-right:10px;margin-top:1px;border-radius:5px}.wp-list-table.orders div.order-list-email{font-size:.85em;color:#888}.wp-list-table.orders th.column-amount{width:100px}.wp-list-table .row-actions span.activate a{color:green}.wp-list-table .row-actions span.refund a{color:#836fff}.wp-list-table .row-actions span.cancel a{color:#cc8c00}.wp-list-table .row-actions span.cancel a:hover,.wp-list-table .row-actions span.refund a:hover{opacity:.8}.wp-list-table .type-download .row-actions{color:#999}#edd-add-ons{margin:9px 20px -9px 2px}.no-js.edit-tags-php.post-type-download .wp-heading-inline{position:absolute;top:0}.no-js.edit-tags-php.post-type-download .nav-tab-wrapper{margin-top:50px}.download_page_edd-customers .wrap .nav-tab-wrapper .page-title-action,.download_page_edd-discounts .wrap .nav-tab-wrapper .page-title-action,.download_page_edd-payment-history .wrap .nav-tab-wrapper .page-title-action,.edit-tags-php.post-type-download .wrap .nav-tab-wrapper .page-title-action{top:3px;margin-left:10px;line-height:24px}#edd-payments-filter ul.subsubsub{margin-bottom:8px}tr.status-refunded td{background:#cecece;border-top-color:#ccc}marquee{padding:0;margin:0}@media handheld,only screen and (max-width:640px){.wp-list-table.downloads th{width:auto!important}}#edd-download-link-textarea{width:100%}.edd_files_name_label{width:225px;float:left}.edd_files_url_label{width:220px;float:left}#postbox-container-1 .edd_files_name_label,#postbox-container-1 .edd_files_url_label{width:80px}#edd_product_files .inside,#edd_product_prices .inside{margin-bottom:0}textarea#edd-payment-note{width:100%;height:4em;margin:0}#edd-order-items .row .edd-purchased-files-list-wrapper .download{line-height:1.4}#edd-order-items .edd-purchased-files-list-wrapper .edd-purchased-option{color:#666}input[class*=edd-price-field]{max-width:125px}#edd-order-download-quantity[type=number].small-text,#edd-order-download-tax[type=text].small-text,[class*=item_] [class*=edd-payment-details-download-][type=number].small-text{height:25px}#edd-order-download-quantity[type=number].small-text,.item_price .edd-payment-details-download-quantity[type=number].small-text{width:55px}#edd-order-download-tax[type=text].small-text,.item_tax .edd-payment-details-download-item-tax[type=number].small-text{width:80%;max-width:125px}#edd_product_notes_field{display:block;margin:12px 0 0;height:4em;width:100%}.edd-metabox-title-action{margin:0;float:right;padding:4px 8px;position:relative;top:-1px;text-decoration:none;border:1px solid #ccc;border-radius:2px;background:#f7f7f7;text-shadow:none;font-weight:600;font-size:10px;line-height:normal;color:#0073aa;cursor:pointer;outline:0}.edd-metabox-title-action:hover{border-color:#008ec2;background:#00a0d2;color:#fff}.edd-edit-purchase-element .tablenav{padding:2px 10px 8px}.edd-edit-purchase-element .edd-order-children-wrapper{margin:0 -1px}.edd-edit-purchase-element .edd-order-children-wrapper.child-count-0 table{border-top:none;border-bottom:none}.edd-edit-purchase-element .edd-order-children-wrapper.child-count-0 .tablenav{display:none}.edd-edit-purchase-element[class*=columns-] ul li{padding-right:1%}#edd-edit-order-form .column:nth-child(odd),#edd-edit-order-form .columns-4 .column:nth-child(odd),#edd-edit-order-form .columns-5 .column:nth-child(3n+1){margin-right:0}#edd-edit-order-form input.large-text{width:90%}.edd-edit-purchase-element ul li.item_price{width:15%}.edd-edit-purchase-element ul li.item_price.item_quantity{width:25%}.edd-edit-purchase-element ul li.item_tax{width:15%}.edd-edit-purchase-element ul li.price{width:20%}.edd-admin-box-inside{border-bottom:1px solid #f1f1f1;clear:both;padding:12px;margin:0;word-wrap:break-word}.edd-admin-box-inside--row{display:flex;flex-wrap:wrap;word-break:break-all;justify-content:space-between;align-items:center}.edd-admin-box-inside>p{margin:8px 3px}.edd-admin-box-inside .strong{font-weight:600}.edd-admin-box div:not(.edd-admin-box-inside--row) .label{display:block;margin-bottom:4px;margin-right:0}.edd-admin-box .label--has-tip{display:flex;align-items:center}.edd-admin-box .label--has-tip .edd-help-tip{margin-top:0;font-size:20px}.edd-admin-box div:not(.edd-admin-box-inside--row) .label--has-checkbox{margin-bottom:0}.edd-payment-fees .fee-label{color:#666;font-weight:400}.edd-admin-box .right{float:right}#edd-order-refunds-list{padding-left:25px}#poststuff .edd-order-data .inside{margin:0;padding:0}.edd-order-data .edd-select-chosen{width:130px!important}.edd-order-data input.edd_datepicker{width:180px}.edd-order-data input[type=number].edd-payment-time-hour,.edd-order-data input[type=number].edd-payment-time-min{width:50px}.edd-order-data .edd-tax-rate{color:#9c9c9c;font-style:italic;padding:5px}#edd_general_logs p{margin:0;padding:0}.edd-admin-box-inside span.label{margin-right:10px}#edd-order-resend-receipt .inside{margin-top:11px}#edd-order-resend-receipt .edd-order-resend-receipt-addresses{margin-top:10px}.edd-order-resend-receipt-header{font-size:14px;line-height:1.4}.edd-order-resend-receipt-addresses label{display:block;line-height:1.75em}.edd-order-resend-receipt-addresses label:last-child{margin-bottom:10px}.edd-admin-box-inside:last-child{border-bottom:0}#edd-edit-order-form .data-payment-key{word-break:break-all}.edd-order-update-box #major-publishing-actions .button-secondary{margin-right:10px}.edd-order-update-box .button-primary{margin-right:0}.edd-edit-purchase-element .edd-select-chosen{width:196px}.edd-edit-purchase-element ul{clear:both;display:block}#edd-customer-details .actions{float:right}.order-data-address h3{margin:0 0 10px}.order-data-address #edd-order-address-country-wrap,.order-data-address #edd-order-address-state-wrap{display:inline-block;width:50%;max-width:300px}.edd-order-data input.small-text{margin:0}.edd-order-data input.med-text{margin:0;width:100px}.edd-edit-purchase-element ul li{display:block;line-height:1.4;position:relative;margin:0;vertical-align:middle;font-size:13px}.edd-edit-purchase-element .row{padding:12px}.edd-edit-purchase-element .row:not(:last-child){border-bottom:1px solid #eee}.edd-edit-purchase-element .row:nth-child(odd):not(.header){background-color:#f9f9f9}.edd-edit-purchase-element .row.header{padding:6px 12px;font-weight:600;vertical-align:top}.edd-edit-purchase-element ul{margin:0 0 15px}.edd-edit-purchase-element ul:last-of-type{margin-bottom:0}#edd-order-data .data span{color:#666;font-weight:600}.edd-edit-purchase-element .inside{padding:12px}.edd-edit-purchase-element .edd-purchased-download-title{font-size:14px;font-weight:500}.edd-edit-purchase-element .edd-purchased-download-title .deleted{color:#777}.edd-edit-purchase-element .edd-purchased-download-actions{color:#777;line-height:1.4}.edd-edit-purchase-element .edd-purchased-download-actions .edd-purchased-download-actions-label{font-weight:500}.edd-edit-purchase-element .edd-purchased-download-actions a{color:#777;font-size:12px}.edd-edit-purchase-element .edd-purchased-download-actions a:hover{color:#444}.edd-edit-purchase-element .edd-purchased-download-actions .edd-order-remove-download{color:#a00}.edd-edit-purchase-element .edd-purchased-download-actions .edd-order-remove-download:hover{color:red}.edd-add-adjustment-to-purchase,.edd-add-download-to-purchase{padding:15px;border-top:1px solid #e5e5e5;background-color:#f5f5f5}.edd-add-adjustment-to-purchase .chosen-container,.edd-add-download-to-purchase .chosen-container{width:90%!important;max-width:220px!important}.edd-add-adjustment-to-purchase .spinner,.edd-add-download-to-purchase .spinner{margin:0;float:none}.edd-add-download-to-purchase .edd-add-order-quantity{width:40px;height:29px;vertical-align:middle}.edd-add-adjustment-to-purchase .edd-add-adjustment-button,.edd-add-adjustment-to-purchase input[type=text],.edd-add-download-to-purchase .edd-add-order-item-button{height:29px}@media screen and (max-width:1284px){.edd-edit-purchase-element .edd-purchased-download-title{font-size:16px}.edd-edit-purchase-element ul li.item_price{width:22%}.edd-edit-purchase-element ul li.item_price.item_quantity{width:35%}.edd-edit-purchase-element ul li.item_tax{width:25%}.edd-edit-purchase-element ul li.price{width:20%}.edd-edit-purchase-element .edd-purchased-download-actions{padding-top:10px}}@media screen and (max-width:1024px){.edd-edit-purchase-element ul li.item_price.item_quantity{width:40%}.edd-edit-purchase-element ul li.price{width:24%}.edd-edit-purchase-element .edd-purchased-download-actions{padding-top:15px}.edd-edit-purchase-element .edd-purchased-download-actions,.edd-edit-purchase-element .edd-purchased-download-actions a{font-size:14px}}@media screen and (max-width:782px){.edd-edit-purchase-element ul li.item_price,.edd-edit-purchase-element ul li.item_price.item_quantity{padding-bottom:10px}.edd-edit-purchase-element ul li.item_price.item_quantity{width:35%}.edd-edit-purchase-element ul li.item_tax,.edd-edit-purchase-element ul li.price{width:20%;padding-bottom:10px}.edd-payment-details-download-amount,.edd-price-currency{font-size:16px}.order-data-column input[type=email]{padding:6px 10px}.edd-refund-submit-line-total td:last-of-type{flex:0 0 120px}#edd-item-tables-wrapper .addresses tbody tr{display:-ms-grid;display:grid}#edd-item-tables-wrapper .addresses tbody td:not(.no-items){padding-left:35%}}@media screen and (max-width:600px){.edd-edit-purchase-element ul li.item_price,.edd-edit-purchase-element ul li.item_price.item_quantity,.edd-edit-purchase-element ul li.item_tax{width:100%;padding-bottom:20px}.edd-edit-purchase-element .edd-add-download-to-purchase ul li.item_tax,.edd-edit-purchase-element ul li.price{width:100%;padding-bottom:0}.edd-edit-purchase-element .edd-add-download-to-purchase-actions{padding-top:15px}}#edd_product_stats .label{display:inline-block}#edd_product_stats .product-earnings-stats:before,#edd_product_stats .product-sales-stats:before{color:#82878c;font:normal 20px/1 dashicons;display:inline-block;padding:0 2px 0 0;position:relative;top:0;left:-1px;speak:none;text-decoration:none!important;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#edd_product_stats .product-sales-stats:before{content:""}#edd_product_stats .product-earnings-stats:before{content:""}body.dashboard_page_edd-upgrades.js .postbox .hndle{cursor:default}.edd_dashboard_widget table thead td{border-bottom:1px solid #ececec;color:#777}.edd_dashboard_widget .table_left{float:left;width:45%}.edd_dashboard_widget .table_right{float:right;width:45%}.edd_dashboard_widget .inside{font-size:12px}.edd_dashboard_widget td{padding:3px 0}.edd_dashboard_widget .b,.edd_dashboard_widget .t{line-height:1.5;vertical-align:middle}.edd_dashboard_widget .b{padding-right:6px;width:auto}.edd_dashboard_widget .t{font-size:12px;padding-right:12px;color:#777;width:100%}.edd_dashboard_widget .label_heading{border-top:1px solid #ececec;color:#8f8f8f;font-family:Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;display:block;padding-top:10px;margin:0 0 8px 12px}.edd_dashboard_widget .edd_dashboard_widget_subheading{border-top:1px solid #ececec;color:#8f8f8f;font-size:14px;padding-top:10px;margin:1em 0 0}.edd_dashboard_widget .edd_dashboard_widget_subheading+.table{margin:8px 0 0}.edd_dashboard_widget .edd_price_label{background:#00769c;border-radius:3px;color:#fff;font-size:10px;padding:2px 4px;margin-right:2px}.edd_dashboard_widget table{width:100%;margin-left:0;margin-bottom:1em}td.edd_order_label{width:80%}td.edd_order_price{text-align:right}@media handheld,only screen and (max-width:1000px){.edd_dashboard_widget .edd-recent-email{display:none}}body.download_page_edd-reports{overflow-y:scroll}.edd-chip{font-size:10px;font-weight:700;text-transform:uppercase;line-height:1;padding:3px;border-radius:3px;color:#fff;background-color:#444}.edd-reports-wrapper .postbox h2,.edd-reports-wrapper .postbox h3{font-size:1.3em}#edd-dashboard-widgets-wrap .metabox-holder{padding-top:0}.edd-reports-wrapper .postbox .edd-select{max-width:200px;vertical-align:baseline;margin-right:4px;margin-bottom:16px}.download_page_edd-reports #edd-item-wrapper{margin:0}#edd-dashboard-widgets-wrap .postbox h2,#edd-dashboard-widgets-wrap .postbox h3{cursor:default}.edd-date-range-options .edd_datepicker{width:105px}.edd-report-wrap{clear:both}.edd-report-wrap h3{clear:both;margin:0 0 20px}.edd-reports-chart,.edd-reports-table{margin-bottom:20px}.edd-admin--has-grid{display:grid;display:-ms-grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px}.edd-admin--has-grid .postbox{margin-bottom:0}.edd-admin--has-grid .edd-from-to-wrapper{display:flex;margin-bottom:16px;width:100%}.edd-admin--has-grid .edd-from-to-wrapper input{width:100%}.edd-admin--has-grid .edd-from-to-wrapper span{flex-grow:1}.edd-admin--has-grid form{display:flex;flex-direction:column;flex-wrap:wrap;position:relative}fieldset.edd-to-and-from-container{display:grid;display:-ms-grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:8px}span.edd-to-and-from--separator{line-height:normal;-ms-grid-row-align:center;align-self:center;margin-bottom:16px}.edd-admin--has-grid .postbox .edd-select{max-width:100%;margin-right:0}.edd-admin--has-grid .button.updated-message:before,.edd-admin--has-grid .button.updating-message:before{vertical-align:text-bottom;margin:0 5px 0 0}.edd-import-export-form .edd-progress{background:#ddd;border-radius:15px;height:15px;flex-basis:100%}.edd-import-export-form .edd-progress div{background:#ccc;border-radius:15px;height:100%;width:0}.edd-import-export-form .notice-wrap{background-color:#f4f4f4;border-color:#eae9e9;border-style:solid;border-width:1px 0;padding:12px;overflow:auto;margin:20px -12px -23px;position:relative;width:100%;display:flex;justify-content:space-between;align-items:center}.notice-wrap div.notice{margin:0}.admin-color-fresh .edd-import-export-form .edd-progress div{background:#0073aa}.admin-color-light .edd-import-export-form .edd-progress div{background:#888}.admin-color-blue .edd-import-export-form .edd-progress div{background:#096484}.admin-color-coffee .edd-import-export-form .edd-progress div{background:#c7a589}.admin-color-ectoplasm .edd-import-export-form .edd-progress div{background:#a3b745}.admin-color-midnight .edd-import-export-form .edd-progress div{background:#e14d43}.admin-color-sunrise .edd-import-export-form .edd-progress div{background:#dd823b}.graph-option-section{float:left}.edd-report-filters-title span{display:block;padding:20px}#edd-graphs-filter form{padding:20px}#edd-graphs-filter label{vertical-align:inherit}#edd-graphs-filter .graph-option-section{display:inline-block;line-height:2em;margin:0 5px 0 0;padding:0}.download_page_edd-reports .section-content #post-body-content{float:none}.download_page_edd-reports .section-content select[name=range]{display:none}.edd-mix-totals{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);padding:10px}.edd-mix-chart{display:inline-block;width:49%;vertical-align:top}.edd-graph-notes{color:#9c9c9c}.edd-graph-notes span{display:block}.edd-pie-graph .legend{display:none}.edd-pie-legend{overflow:auto;margin-top:10px}.edd-legend-item-wrapper{color:#333;display:inline-block;font-size:8pt;padding:2px 5px 0;width:48%;height:20px}.edd-legend-color{border:1px solid #cfcfcf;display:inline-block;margin-right:5px;width:20px;height:15px}.edd-pie-legend-item{display:inline-block;vertical-align:top;width:80%}#edd-reports-tiles-wrap .metabox-holder{padding:0}#edd-reports-tiles-wrap #dashboard-widgets{overflow:auto}#edd-reports-tiles-wrap #dashboard-widgets .postbox-container{width:33.3%}.download_page_edd-reports .section-content .tablenav.top{display:none}#edd_tax_rates{margin:1em 0 0}[id*=edd-recapture-].button{font-size:16px;height:auto;padding:8px 14px;margin:6px 0 0}[id*=edd-recapture-].button .dashicons{line-height:29px;margin-right:8px}[id*=edd-recapture-].button .edd-loading,[id*=edd-recapture-].button .edd-loading:after{border-radius:50%;display:inline-block;width:14px;height:14px}[id*=edd-recapture-].button .edd-loading{position:relative;top:3px;margin-left:4px;box-shadow:0 0 2px rgba(0,0,0,.2);animation:edd-spinning 1.1s linear infinite;border:2px solid hsla(0,0%,100%,.5);border-left-color:#fff;font-size:14px;filter:alpha(opacity=0);transform:translateZ(0)}#edd-recapture-disconnect.button .edd-loading.dark{border-color:rgba(0,0,0,.2) rgba(0,0,0,.2) rgba(0,0,0,.2) #666;box-shadow:none}.recapture-notice{position:relative}@keyframes edd-spinning{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#edd-chartjs-tooltip{position:absolute;background-color:#fff;border-radius:7px;transition:all .1s ease;pointer-events:none;transform:translate(-50%);font-size:12px;box-shadow:0 0 0 1px rgba(89,94,100,.1),0 15px 35px 0 rgba(89,94,100,.1),0 5px 15px 0 rgba(0,0,0,.12);min-width:120px;opacity:0}.edd-chartjs-tooltip-key{display:inline-block;width:10px;height:10px;margin-right:5px}.wrap-licenses .form-table,.wrap-licenses caption,.wrap-licenses tbody,.wrap-licenses td,.wrap-licenses tfoot,.wrap-licenses th,.wrap-licenses thead,.wrap-licenses tr{display:block}.wrap-licenses .form-table tr{float:left;margin:0 15px 15px 0;background:#fff;border:1px solid #ccc;width:30.5%;max-width:350px;padding:14px;min-height:220px;position:relative;box-sizing:border-box}.wrap-licenses .form-table th{background:#f9f9f9;padding:14px;border-bottom:1px solid #ccc;margin:-14px -14px 20px;width:100%}.wrap-licenses .form-table td{padding:0}.wrap-licenses td input.regular-text{margin:0 0 8px;width:100%}.wrap-licenses .edd-license-data[class*=edd-license-]{position:absolute;background:#fafafa;padding:14px;border-top:1px solid #eee;margin:20px -14px -14px;min-height:67px;width:100%;bottom:14px;box-sizing:border-box}.wrap-licenses .edd-license-data[class*=edd-license-] a{color:#444}.wrap-licenses .edd-license-data[class*=edd-license-] a:hover{text-decoration:none}.wrap-licenses .edd-license-data.license-expires-soon-notice{background-color:#00a0d2;color:#fff;border-color:#00a0d2}.wrap-licenses .edd-license-data.edd-license-expired{background-color:#e24e4e;color:#fff;border-color:#e24e4e}.wrap-licenses .edd-license-data.edd-license-error,.wrap-licenses .edd-license-data.edd-license-invalid,.wrap-licenses .edd-license-data.edd-license-item_name_mismatch,.wrap-licenses .edd-license-data.edd-license-missing,.wrap-licenses .edd-license-data.edd-license-site_inactive{background-color:#ffebcd;border-color:#ffebcd}.wrap-licenses .edd-license-data p{font-size:13px;margin-top:0}.wrap-licenses .edd-license-data.edd-license-expired a,.wrap-licenses .edd-license-data.license-expires-soon-notice a{color:#fff}.wrap-licenses .edd-license-data.edd-license-expired a:hover,.wrap-licenses .edd-license-data.license-expires-soon-notice a:hover{text-decoration:none}.wrap-licenses p.submit{clear:both}#edd-send-test-summary-save-changes-notice .notice p{font-size:13px}#edd-send-test-summary-notice,#edd-send-test-summary-save-changes-notice{display:flex;margin-top:5px}.edd-graph .y1Axis{color:#edc240!important}.edd-graph .y2Axis{color:#afd8f8!important}.wp-list-table.apikeys input.code{width:100%;font-size:10px;cursor:text;background:#fff;border:1px solid #ddd;box-shadow:none;color:#555}.edd-toggle{position:relative;display:inline-block;overflow:visible}.edd-toggle input[type=checkbox]{display:inline-block;vertical-align:middle;position:relative;margin:0;padding:0;width:42px;height:24px;background-color:#ccc;transition:background .2s ease;border-radius:34px;box-shadow:none;border:none}.edd-toggle .label{display:inline-block;vertical-align:middle;white-space:nowrap}.edd-toggle input[type=checkbox]:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:transform .1s ease;border-radius:50%}.edd-toggle input[type=checkbox]:checked{background-color:#007cba}.edd-toggle input[type=checkbox]:active,.edd-toggle input[type=checkbox]:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px #7e8993}.edd-toggle input[type=checkbox]:checked:active,.edd-toggle input[type=checkbox]:checked:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #007cba}.edd-toggle input[type=checkbox]:checked:before{transform:translateX(22px)}.edd-toggle .label+input,.edd-toggle input+.label{margin-left:5px}.download_page_edd-tools .tablenav .actions{overflow:visible}.edd_user_search_wrap{position:relative;overflow:visible}.edd_user_search_wrap .spinner{position:absolute;margin:0;padding:0;right:4px;top:-2px}.edd_user_search_wrap.loading .spinner{visibility:visible}.edd_user_search_results{position:absolute;left:0;top:20px}.edd_user_search_results a.edd-ajax-user-cancel{position:absolute;right:6px;top:2px}.edd_user_search_results ul{background:#fafafa;border:1px solid #dfdfdf;overflow-y:scroll;padding:0;margin:0;height:150px;width:185px;box-shadow:0 3px 5px rgba(0,0,0,.1)}.edd_user_search_results li{margin:0}.edd_user_search_results li a{display:block;text-decoration:none;padding:6px 10px}.edd_user_search_results li a:hover{background:#f5f5f5}.edd_user_search_results li.no-users{text-align:center;vertical-align:middle;display:block;line-height:150px;color:#bbb;text-transform:uppercase;font-size:11px}@media screen and (max-width:1100px){.edd-mix-chart{display:block;width:100%}.wrap-licenses .form-table tr{width:46%;max-width:none;min-height:230px}}@media screen and (max-width:782px){.license-expiration-date-notice,.license-lifetime-notice,.license-null{padding-left:0}[class^=license-] input[type=text]{margin-bottom:3px}}@media screen and (max-width:600px){.wrap-licenses .form-table tr{width:100%;min-height:230px}#edd-edit-order-form input.large-text{width:100%}}#edd-item-wrapper{background:#fff;border:1px solid #c3c4c7;box-shadow:0 1px 1px rgba(0,0,0,.04);position:relative;margin-top:15px;display:flex}#edd-item-wrapper.full-width{max-width:100%}#edd-item-wrapper:after{content:"";display:block;clear:both;visibility:hidden;font-size:0;height:0}.edd-sections-wrap{clear:both;width:100%}.edd-sections-wrap .section-wrap{background-color:#fff;display:inline-block;z-index:2}.js .edd-sections-wrap .edd-vertical-sections:not(.meta-box) .section-wrap>div{min-height:500px;height:100%}.edd-sections-wrap .section-wrap .customer-section:not(:last-child){border-bottom:1px solid #eee}.edd-sections-wrap .section-wrap .customer-section table{margin-bottom:20px}.edd-sections-wrap .section-wrap{border-left:1px solid #e5e5e5}.edd-sections-wrap .section-wrap .section-content>*{padding:20px}.edd-sections-wrap .section-wrap .section-content h2{margin:0;padding-bottom:0}.edd-sections-wrap .section-wrap .avatar-wrap{float:left;padding-right:10px;text-align:center}.edd-sections-wrap .section-wrap img.avatar{border-radius:5px}.edd-sections-wrap .section-wrap .customer-id{position:absolute;right:0;top:0;padding:10px;background-color:#fafafa;border-bottom-left-radius:20%;border:1px solid #eee;border-top:none;border-right:none;font-family:monospace;font-size:18px;font-weight:600}.edd-item-info.customer-info input[type=password],.edd-item-info.customer-info input[type=text],.edd-item-info.customer-info select{width:200px;height:auto;box-shadow:none;transition:none;border:1px solid #ddd;margin:-5px 0 4px -2px;font-size:13px;padding:2px 4px}.edd-sections-wrap .section-wrap .customer-main-wrapper{float:left}.edd-sections-wrap .section-wrap .customer-main-wrapper input[name="customerinfo[name]"]{font-size:24px}.edd-sections-wrap .section-wrap .customer-address-wrapper{float:right;margin-top:-3px;margin-right:50px;width:202px}.edd-sections-wrap .section-wrap .info-wrapper{min-height:125px;overflow:visible}.edd-sections-wrap .section-wrap .customer-address span[data-key=address2],.edd-sections-wrap .section-wrap .customer-address span[data-key=address],.edd-sections-wrap .section-wrap .customer-address span[data-key=country]{display:block}.edd-sections-wrap .section-wrap a.delete{color:red;margin-right:5px;text-decoration:none}.customer-info{min-height:185px}.customer-info .customer-name{font-size:24px;font-weight:600}.customer-info .customer-name.editable{margin-bottom:6px}.customer-edit-link a{font-weight:400;text-decoration:none}.disconnect-user a{color:#aaa;font-size:20px}#customer-edit-actions{padding:3px;line-height:28px;text-align:center}#customer-edit-actions .button-secondary{margin-right:5px}#customer-edit-actions .cancel{padding:5px}.edd-sections-wrap .section-wrap .row-title{width:30%}.edd-sections-wrap .section-wrap .editable{display:block;padding:3px}.edd-sections-wrap .section-wrap div.edit-item{margin-left:-4px;margin-top:-20px}.edd-sections-wrap .section-wrap .customer-address.edit-item{margin-top:3px}.edd-sections-wrap .section-wrap span.edit-item{display:none}.edd-sections-wrap .section-wrap .edit-item input{font-size:13px}.edd-sections-wrap .section-wrap .customer-name.edit-item input{margin-top:-5px}.edd-sections-wrap .section-wrap .edd_user_search_results{left:-2px;top:18px}.edd-sections-wrap .section-wrap .edd_user_search_results ul{width:198px}#edd-item-stats-wrapper{margin:0 auto;text-align:center}#edd-item-stats-wrapper ul{display:flex;margin:0}#edd-item-stats-wrapper li{font-size:14px;margin-bottom:0;width:50%}#edd-item-stats-wrapper a{text-decoration:none}#edd-item-stats-wrapper .dashicons{color:#888;margin-top:-2px}#edd-item-tables-wrapper table{width:100%}#edd-item-tables-wrapper .no-items{text-align:left}#edd-item-tables-wrapper .emails .add-customer-email-row{background-color:#f4f4f4;border-top:1px solid #e5e5e5}#edd-item-tables-wrapper .add-customer-email-wrapper{display:flex;flex-wrap:wrap;align-items:center;margin:12px 0}#edd-item-tables-wrapper .edd-form-group{margin-bottom:0}#edd-item-tables-wrapper .edd-make-email-primary{flex-grow:1;margin-left:12px}#edd-item-tables-wrapper .emails .spinner{float:none;margin:0 10px;-ms-grid-row-align:center;align-self:center}#edd-item-tables-wrapper .notice-error{background-color:#fff5f5}#edd-item-notes-wrapper{min-height:50px}.customer-note-input{margin-bottom:5px;width:100%}.customer-note-wrapper{border-bottom:1px solid #f9f9f9;min-height:38px;padding:7px 0 7px 7px}.customer-note-wrapper span{display:block}.note-content-wrap{padding-top:7px}.edd-sections-wrap .section-wrap .notice-container{padding-left:20px;padding-right:20px;margin-left:-20px;margin-right:-20px}@media screen and (max-width:810px)and (min-width:656px){.customer-info .customer-name{font-size:16px}.edd-sections-wrap .section-wrap .widefat td,.widefat th{max-width:100%!important;display:table-cell}}@media screen and (max-width:781px){#edd-item-tab-wrapper,.edd-sections-wrap .section-wrap{margin:0;width:100%}#edd-item-tab-wrapper-list .dashicons{font-size:18px}.edd-item-has-tabs .edd-sections-wrap .section-wrap{border-top:1px solid #e5e5e5;border-left:0;margin-top:-1px}}@media screen and (max-width:656px){.edd-item-info.customer-info{position:relative}.edd-sections-wrap .section-wrap .customer-address-wrapper{float:none;position:absolute;top:84px;left:165px;max-width:200px}.edd-sections-wrap .section-wrap .customer-main-wrapper{float:none;position:absolute;left:165px}.customer-info .customer-name{font-size:16px}.edd-sections-wrap .section-wrap #edd-item-stats-wrapper{padding-left:0;padding-right:0}.edd-sections-wrap .section-wrap .customer-section{margin-bottom:0}.edd-sections-wrap .section-wrap .widefat td.column-primary,.edd-sections-wrap .section-wrap .widefat td.no-items,.edd-sections-wrap .section-wrap .widefat th.column-primary{width:100px!important;display:table-cell;overflow:hidden;text-align:left}.edd-sections-wrap .section-wrap .customer-id{display:none}#edd-item-tables-wrapper .emails td.column-primary{padding-right:10px;width:100%!important}#edd-item-tables-wrapper .edd-form-group{margin:0 0 16px}}@media screen and (max-width:480px){#edd-item-tab-wrapper-list li{width:50%}#edd-item-tab-wrapper-list li:nth-child(3n+3){border-width:0 1px 1px 0}#edd-item-tab-wrapper-list li:nth-child(2n){border-width:0 0 1px}.download_page_edd-reports .button{text-align:center}#edd-payment-date-filters span{display:block}#edd-payment-date-filters span>input{float:right}#edd-add-discount select[multiple] option,#edd-edit-discount select[multiple] option{height:20px}.download_page_edd-reports .inside .button,.download_page_edd-reports .inside input[type=submit],.download_page_edd-reports .inside input[type=text],.download_page_edd-reports .inside select,.download_page_edd-settings .inside input[type=button],.download_page_edd-tools .inside input[type=submit],.download_page_edd-tools .inside input[type=text],.download_page_edd-tools .inside select{width:100%}#edd-add-discount select[multiple],#edd-edit-discount select[multiple],.download_page_edd-tools select[multiple]{height:200px!important}.download_page_edd-settings input[type=checkbox]{margin:2px 0}.post-type-download input[type=checkbox]{margin-left:2px}}.inside .edd-tools-textarea{background:#32373c;color:rgba(240,245,250,.7);font-size:12px;font-family:Menlo,Monaco,monospace;display:block;overflow:auto;white-space:pre;width:100%;height:450px;padding:10px;outline:none}#system-info-textarea::selection{background:#555;color:#fff}#edd-system-info .edd-inline-button{margin-left:5px}.recount-stats-controls form{display:inline}.edd-recount-stats-descriptions span{display:none;line-height:24px}.edd-vertical-sections{overflow:visible;display:block;display:flex}#edd-item-tab-wrapper,.edd-vertical-sections .section-nav{position:relative;width:20%;line-height:1em;margin:0 -1px 0 0;padding:0;background-color:#f5f5f5;border-right:1px solid #e5e5e5;box-sizing:border-box;max-width:200px}#edd-item-tab-wrapper-list{margin:0}#edd-item-tab-wrapper li,.edd-vertical-sections .section-nav li{display:block;position:relative;margin:0;padding:0;background-color:#fcfcfc}.edd-vertical-sections .section-title:last-of-type{margin-bottom:24px}#edd-item-tab-wrapper li>.edd-item-tab-label-wrap,#edd-item-tab-wrapper li a,.edd-vertical-sections .section-nav li a{display:flex;margin:0;padding:9px;text-decoration:none;border-bottom:1px solid #e5e5e5;box-shadow:none;position:relative;align-items:center}#edd-item-tab-wrapper li a:focus,#edd-item-tab-wrapper li a:hover,.edd-vertical-sections .section-nav li a:focus,.edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0;outline:0;transition:all .25s}.edd-vertical-sections .section-nav .section-title--is-active a:after{content:"";width:1px;height:100%;background:#fff;position:absolute;right:0;top:0;bottom:0;z-index:3}#edd-item-tab-wrapper li>.edd-item-tab-label-wrap{background-color:#fff}.edd-vertical-sections .section-nav li a>.dashicons,.edd-vertical-sections .section-nav li a>span{display:inline-block}.edd-vertical-sections .section-nav li a>span{max-width:76%}.edd-vertical-sections .section-nav li a .dashicons{line-height:20px;margin-right:3px;color:#888}.edd-vertical-sections .section-nav .section-title--is-active a{font-weight:700;color:#555;background-color:#fff;border-right:none;margin-right:-1px}.edd-vertical-sections.use-js .section-content,.no-js .edd-vertical-sections.use-js.edd-item-header-small,.no-js .edd-vertical-sections.use-js .section-nav{display:none}.no-js .edd-vertical-sections.use-js .section-content{display:block}.admin-color-fresh .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-fresh .edd-vertical-sections .section-nav li a:focus,.admin-color-fresh .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #0073aa}.admin-color-blue .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-blue .edd-vertical-sections .section-nav li a:focus,.admin-color-blue .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #096484}.admin-color-coffee .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-coffee .edd-vertical-sections .section-nav li a:focus,.admin-color-coffee .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #c7a589}.admin-color-ectoplasm .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-ectoplasm .edd-vertical-sections .section-nav li a:focus,.admin-color-ectoplasm .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #a3b745}.admin-color-midnight .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-midnight .edd-vertical-sections .section-nav li a:focus,.admin-color-midnight .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #e14d43}.admin-color-ocean .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-ocean .edd-vertical-sections .section-nav li a:focus,.admin-color-ocean .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #627c83}.admin-color-sunrise .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-sunrise .edd-vertical-sections .section-nav li a:focus,.admin-color-sunrise .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #be3631}.admin-color-light .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-light .edd-vertical-sections .section-nav li a:focus,.admin-color-light .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #888}.admin-color-evergreen .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-evergreen .edd-vertical-sections .section-nav li a:focus,.admin-color-evergreen .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #36533f}.admin-color-mint .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-mint .edd-vertical-sections .section-nav li a:focus,.admin-color-mint .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #4f6d59}.edd-vertical-sections .section-nav .section-title--is-active .dashicons{color:#555}@media only screen and (max-width:782px){#edd-item-tab-wrapper,.edd-vertical-sections .section-nav{width:48px}.edd-vertical-sections .section-nav li a{justify-content:center}.edd-vertical-sections .section-nav li a .dashicons{width:24px;height:24px;font-size:24px;line-height:24px;margin:0}.section-nav li .dashicons:before{width:24px;height:24px}#edd-item-tab-wrapper .edd-item-tab-label,.section-nav li .label{overflow:hidden;position:absolute;top:-1000em;left:-1000em;width:1px;height:1px}}#edd-item-card-wrapper,.edd-vertical-sections .section-wrap{width:80%}#edd-item-card-wrapper .item-section{background:#fff;overflow:hidden;box-sizing:border-box}:not(#edd-item-tab-wrapper)+#edd-item-card-wrapper .item-section{margin:25px 0;padding:20px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}#edd-item-tab-wrapper+#edd-item-card-wrapper{padding:20px;border-left:1px solid #e5e5e5;box-sizing:border-box}@media only screen and (min-width:1200px){#edd-graphs-filter,#edd-item-card-wrapper,.edd-vertical-sections:not(.meta-box) .section-wrap{width:calc(100% - 200px)}}@media only screen and (max-width:782px){#edd-graphs-filter,#edd-item-card-wrapper,.edd-vertical-sections .section-wrap{width:calc(100% - 48px)}}#edd-debug-log .edd-inline-button{margin-left:5px}.edd-settings-sidebar{padding-top:27px}.edd-settings-sidebar-content{background-color:#fff;text-align:center;border:1px solid #ddd;box-sizing:border-box;max-width:300px}.edd-settings-sidebar-content p{font-size:14px;line-height:1.5;margin-top:0}.edd-sidebar-header-section{background-color:#35495c;line-height:1;padding:26px 20px 24px;border-bottom:3px dashed #fafafa}.edd-sidebar-description-section{background-color:#fafafa;padding:16px 20px;border-bottom:1px solid #ddd}.edd-sidebar-description-section .edd-sidebar-description{margin:0}.edd-sidebar-coupon-section{font-size:14px;padding:16px 20px}.edd-sidebar-coupon-section label{display:block;line-height:1.4;margin-bottom:6px}.edd-sidebar-coupon-section label strong{color:#253b51;font-weight:700}.edd-sidebar-coupon-section input{background:#f4f7fa;font-size:22px;font-weight:600;text-align:center;padding:10px;border:2px dashed #2794da;border-radius:4px;margin-bottom:16px;box-shadow:none;width:100%}.edd-sidebar-coupon-section input:focus{border:2px dashed #2794da;box-shadow:none}.edd-settings-sidebar-content .edd-coupon-note{color:#6c7883;font-size:13px;font-style:italic;margin:0}.edd-settings-sidebar-content .edd-coupon-note a{color:#253b51}.edd-settings-sidebar-content .edd-coupon-note a:hover{text-decoration:none}.edd-sidebar-footer-section{background-color:#fafafa;padding:16px 20px;border-top:1px solid #ddd}.edd-sidebar-footer-section .edd-cta-button{display:block;background-color:#2794da;color:#fff;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;padding:17px 10px;border:none;border-radius:4px;width:100%;box-sizing:border-box;box-shadow:none;transition:background-color .2s}.edd-sidebar-footer-section .edd-cta-button:hover{background-color:#2386c5}@media (min-width:1080px){.edd-has-sidebar .edd-settings-content{float:left;width:67%}.edd-has-sidebar .edd-settings-sidebar{float:right;width:31%}}@media (min-width:1240px){.edd-has-sidebar .edd-settings-content{width:74%}.edd-has-sidebar .edd-settings-sidebar{width:23%}}.taxes-tab .edd-has-sidebar .edd-settings-content,.taxes-tab .edd-has-sidebar .edd-settings-sidebar{float:none;width:100%}.bfcm-promo-img-container{background-color:#35495c;width:100%;height:160px}.bfcm-code{color:#2794da;font-weight:700}.sale-ends{position:absolute;bottom:9px;right:14px;display:inline-block;color:#6c7883;font-size:12px;text-align:right;font-style:italic;width:150px}
|
1 |
+
.edd-custom-price-option-sections-wrap{display:none;border:1px solid #c3c4c7;border-top:0 solid #c3c4c7;box-sizing:border-box;width:100%}.edd-custom-price-option-section{display:block;padding:10px 8px;border-bottom:1px solid hsla(0,0%,87.1%,.3)}.edd-custom-price-option-section-title{display:block;font-weight:600;padding:0 0 10px}.edd-custom-price-option-section-content{display:flex;gap:12px;margin-bottom:6px}.edd-custom-price-option-section:last-child{border-bottom:none}.toggle-custom-price-option-section{color:#787c82}.toggle-custom-price-option-section:hover{color:#537994}#edd_product_settings .edd-product-options__title,#edd_product_settings .inside strong{border-top:1px solid #c3c4c7;border-bottom:1px solid #c3c4c7;background-color:#f9f9f9;display:flex;font-weight:600;margin:0 -12px 16px;padding:8px 12px;justify-content:space-between;align-items:center}#edd_product_settings .edd-product-options-wrapper:first-of-type .edd-product-options__title,#edd_product_settings .inside div:first-child strong{margin-top:-8px}#edd_product_settings .edd-product-options__title .edd-help-tip,#edd_product_settings .inside strong .edd-help-tip{font-size:20px}#edd_product_settings .label--block{display:block;margin:0 0 4px}.edd_repeatable_row.ui-sortable-placeholder{line-height:0;padding:0;margin:0;box-sizing:border-box;border:1px dashed #c3c4c7;visibility:visible!important}.edd-add-repeatable-row{border-top:1px solid #c3c4c7;padding:12px;margin:15px -12px -12px;display:flex;justify-content:flex-end;align-items:center}.edd_repeatable_row input[type=text].large-text{width:100%}.edd_repeatable_upload_wrapper:not(:first-child),.edd_variable_prices_wrapper:not(:first-child){margin-top:12px}.edd_repeatable_row.ui-sortable-helper .edd-repeatable-row-actions .edd-remove-row{display:none}.edd-repeatable-row-actions{color:#787c82}.edd-repeatable-row-actions a{text-decoration:none;width:auto;cursor:pointer}.edd-bundle-products-header,.edd-repeatable-row-header{clear:both;background:#f6f7f7;border:1px solid #c3c4c7;display:flex;justify-content:space-between}.edd-repeatable-row-header{cursor:move}.edd_repeatable_row:hover .edd-repeatable-row-header,.edd_repeatable_row:hover .edd-repeatable-row-standard-fields{border-color:#c3c4c7}.edd-bundled-product-row:after,.edd-bundled-product-row:before,.edd-repeatable-row-header:after,.edd-repeatable-row-header:before{content:"";display:table}.edd-bundled-product-row:after,.edd-repeatable-row-header:after{clear:both}.edd-bundle-products-header,.edd-repeatable-row-title{font-weight:600}.edd-bundle-products-header,.edd-repeatable-row-actions,.edd-repeatable-row-title{padding:8px;box-sizing:border-box}.edd-repeatable-row-actions{flex-grow:1;text-align:right}.edd-bundled-product-row .edd-remove-row,.edd-repeatable-row-actions .edd-remove-row{width:auto;cursor:pointer}.edd-bundled-product-row,.edd-repeatable-row-standard-fields{padding:8px;border:1px solid #c3c4c7;border-top:0 solid #c3c4c7;display:flex;justify-content:space-between;align-items:center;gap:18px}.edd-bundled-product-row .edd-form-group,.edd-repeatable-row-standard-fields .edd-form-group{margin-bottom:0;display:inline-flex;flex-direction:column;flex-grow:1;justify-content:space-between}.edd-repeatable-row-setting-label .edd-help-tip{display:inline-block;margin-left:4px}.edd-bundled-product-item-reorder{min-width:30px}.edd-bundled-product-item-reorder .edd-product-file-reorder{font-size:20px;cursor:move;color:#dcdcde;font-family:dashicons;content:"";transition:color .2s}.edd-bundled-product-item-reorder .edd-product-file-reorder:hover{color:#a7aaad}.edd-bundled-product-actions{-ms-grid-row-align:center;align-self:center}#edd_products .edd-select,.edd_repeatable_product_wrapper .edd-select,.edd_repeatable_upload_wrapper .pricing select{min-width:100%;max-width:200px}.edd_repeatable_product_wrapper td{overflow:visible}@media screen and (max-width:480px){.edd-bundle-products-header,.edd-bundled-product-row,.edd-repeatable-row-header,.edd-repeatable-row-standard-fields{flex-wrap:wrap}.edd-bundled-product-row .edd-form-group,.edd-repeatable-row-standard-fields .edd-form-group{margin-left:0!important;margin-bottom:24px}}.edd_remove_repeatable{border:none;cursor:pointer;display:inline-block;padding:0;overflow:hidden;margin:8px 0 0;text-indent:-9999px;width:10px;height:10px}.edd_remove_repeatable:active,.edd_remove_repeatable:focus,.edd_remove_repeatable:hover{background-position:-10px 0!important}.edd_repeatable_upload_wrapper .edd_repeatable_upload_field_container{position:relative;width:100%}.edd_repeatable_upload_wrapper .edd_repeatable_upload_field_container+span:first-child{width:100%}.edd_repeatable_upload_field{padding-right:32px}.edd_upload_file button{background:#f6f7f7;border:none;border-left:1px solid #c3c4c7;padding:0 4px;position:absolute;height:calc(100% - 4px);overflow:hidden;top:2px;right:2px;display:inline-flex;justify-content:center;align-items:center}.edd-form-group{margin-bottom:16px}.edd-form-group:last-of-type{margin-bottom:0}.edd-form-group>label,.edd-form-group__label{display:block;font-weight:600;margin-bottom:8px;padding:0}.edd-form-group__control{margin-bottom:12px;max-width:100%}.edd-form-group__control.is-check,.edd-form-group__control.is-radio{margin-top:4px}.edd-form-group__control:last-of-type{margin-bottom:0}.edd-form-group__control--is-inline{display:inline-flex;align-items:flex-end}.edd-form-group__input{max-width:100%}.edd-form-group__input[type=checkbox],.edd-form-group__input[type=radio]{margin-top:0}.edd-form-group__input[type=checkbox]+label,.edd-form-group__input[type=radio]+label{display:unset}select.edd-form-group__input{max-width:100%}.edd-form-group__help{color:#646970;font-size:13px;font-style:italic;line-height:normal;margin:8px 0 0}.edd-form-row{display:flex;flex-wrap:wrap;gap:12px}.edd-form-row__column{display:inline-flex;flex-direction:column;justify-content:flex-end}.edd-form-row__column.edd-form-group{margin-bottom:0}.edd-form-row label,.edd-form-row label.edd-form-group__label{margin-bottom:8px}#edd-migration-progress .dashicons-minus{color:#949494}#edd-migration-progress .dashicons-yes{color:green}#edd-migration-progress .dashicons-update:before{animation:rotation 2s linear infinite;display:block}#edd-v3-migration-remove-legacy-data-submit-wrap{display:flex;align-items:center;gap:6px}#edd-v3-migration-remove-legacy-data-submit-wrap .button{margin:0}#edd-filters{padding:10px;margin:0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}#edd-filters .filter-items{flex-wrap:wrap;gap:6px;float:none;flex-grow:1}#edd-filters .filter-items,#edd-filters .filter-items .graph-option-section{display:flex;align-items:center}#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-graphs-date-options{border-top-right-radius:4px;border-bottom-right-radius:4px}#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-date-range-dates,#edd-filters .filter-items .edd-date-range-picker[data-range=other] .edd-date-range-relative-dates{display:none}#edd-filters .filter-items .edd-date-range-options{display:inline-block;margin:10px 0}#edd-filters .filter-items .edd-graphs-date-options{border-top-right-radius:0;border-bottom-right-radius:0}#edd-filters .filter-items .edd-date-range-dates{display:flex;align-items:center;border:1px solid #8c8f94;border-left:none;color:#2c3338;padding:4px 10px;margin-left:-5px;border-top-right-radius:4px;border-bottom-right-radius:4px;cursor:pointer;gap:4px}#edd-filters .filter-items .edd-date-range-dates.hidden{display:none}#edd-filters .filter-items .edd-date-range-selected-date{display:inline-block}#edd-filters .filter-items .edd-date-range-relative-dates{display:flex;align-items:center;margin-left:10px}#edd-filters .filter-items .edd-date-range-relative-dates.hidden{display:none}#edd-filters .filter-items .edd-date-range-selected-relative-date{position:relative;display:flex;align-items:center;border:1px solid #8c8f94;padding:4px 2px 4px 6px;color:#2c3338;margin-left:10px;margin-right:10px;border-radius:4px;cursor:pointer}#edd-filters .filter-items .edd-date-range-selected-relative-date .arrow-down{width:16px;height:auto;margin-left:6px;margin-top:2px;vertical-align:middle}#edd-filters .filter-items .edd-date-range-selected-relative-date.opened .edd-date-range-relative-dropdown{display:block}#edd-filters .filter-items .edd-date-range-relative-dropdown{position:absolute;z-index:99;width:420px;left:50%;top:100%;margin-top:10px;transform:translateX(-50%);background-color:#fff;border:1px solid #8c8f94;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.25);display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown:after{height:10px;width:10px;position:absolute;content:"";background:#fff;border-color:#8c8f94;border-style:solid;border-width:0 1px 1px 0;transform:rotate(-135deg);top:-6px;left:calc(50% - 4px)}#edd-filters .filter-items .edd-date-range-relative-dropdown .spinner{display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading{padding:10px;text-align:center}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading .spinner{display:inline-block;visibility:visible;margin:0;float:unset}#edd-filters .filter-items .edd-date-range-relative-dropdown.loading :not(.spinner){display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li{display:flex;align-items:center;padding:2px 10px;opacity:.85;gap:20px}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li.active,#edd-filters .filter-items .edd-date-range-relative-dropdown ul li:hover{cursor:pointer;color:var(--wp-admin-theme-color);opacity:1}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-name{width:110px}@media screen and (max-width:950px){#edd-filters .filter-items .graph-option-section{margin-top:8px;width:100%}#edd-filters .filter-items .edd-date-range-picker{flex-wrap:wrap}#edd-filters .filter-items .edd-graphs-date-options{width:100%;max-width:100%;min-height:40px;font-size:14px;border-top-right-radius:4px;border-bottom-right-radius:4px}#edd-filters .filter-items .edd-date-range-dates{width:100%;margin-top:10px;border:1px solid #8c8f94;margin-left:unset;border-radius:4px;font-size:14px;padding:8px 6px 8px 8px}#edd-filters .filter-items .edd-date-range-relative-dates{width:100%;flex-wrap:wrap;margin-left:0;margin-top:6px}#edd-filters .filter-items .edd-date-range-selected-relative-date{width:100%;margin-top:8px;margin-left:0;margin-right:0;font-size:14px;padding:8px 6px 8px 8px;flex-wrap:wrap}#edd-filters .filter-items .edd-date-range-selected-relative-date .arrow-down{margin-left:auto}#edd-filters .filter-items .edd-date-range-relative-dropdown{position:relative;width:100%;left:0;top:0;transform:unset;box-shadow:unset;border:unset;margin:0}#edd-filters .filter-items .edd-date-range-relative-dropdown:after{display:none}#edd-filters .filter-items .edd-date-range-relative-dropdown ul{margin-bottom:0}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li{padding-left:0;padding-right:0;justify-content:space-between;flex-wrap:wrap;gap:unset}#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-dates,#edd-filters .filter-items .edd-date-range-relative-dropdown ul li .date-range-name{width:100%}}#edd-filters>p{color:#757575}#edd-filters input[type=number],#edd-filters input[type=text].edd_datepicker{max-width:105px}#edd-filters .button-secondary,#edd-filters input[type=number]{margin-bottom:0}#edd-filters .search-form{margin:0}@media screen and (max-width:480px){#edd-filters span{margin:2px 0}}#edd-advanced-filters{position:relative}#edd-advanced-filters .inside{z-index:99;position:absolute;top:29px;right:0;border:1px solid #e0e0e0;padding:0;background:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2);min-width:285px;opacity:0;visibility:hidden}#edd-advanced-filters fieldset{display:block;padding:10px 15px 15px;margin:10px 0}#edd-advanced-filters fieldset:not(:last-of-type){border-bottom:1px solid #e0e0e0}#edd-advanced-filters fieldset:last-of-type{padding-bottom:5px}#edd-advanced-filters fieldset.edd-add-on-filters div,#edd-advanced-filters fieldset.edd-add-on-filters label,#edd-advanced-filters fieldset.edd-add-on-filters p,#edd-advanced-filters fieldset.edd-add-on-filters span{display:block;margin-bottom:2px}#edd-advanced-filters div.edd-select-chosen:not(:last-child){margin-bottom:10px}#edd-advanced-filters.open .edd-advanced-filters-button{background:#e0e0e0;border-color:#949494;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}#edd-advanced-filters.open .inside{visibility:visible;opacity:1;transition:opacity .2s ease-in}.download_page_edd-reports #edd-filters{margin-bottom:-1px;box-shadow:none}@media screen and (max-width:782px){.download_page_edd-reports #edd-filters{gap:0}}.edd-old-log-filters{margin-top:-30px;margin-left:2px}@media screen and (min-width:600px){#edd-reports-charts-wrap{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(200px,50%))[2];grid-template-columns:repeat(2,minmax(200px,50%));grid-gap:20px}.edd-reports-chart{margin-bottom:0}.edd-reports-chart-line{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/span 2}}.edd-reports-chart{height:500px;max-height:700px}.chart-timezone{font-size:.75rem;color:#ccc}.edd-mobile-link{line-height:32px}.edd-mobile-link a{text-decoration:none}.edd-mobile-link a:after,.edd-mobile-link a:before{display:inline-block;-webkit-font-smoothing:antialiased;font:normal 20px/30px dashicons;vertical-align:top;margin:1px 0 0;padding:0}.edd-mobile-link a:before{content:"";color:#757575;margin-right:-3px}.edd-mobile-link a:after{content:""}#edd-reports-tiles-wrap #dashboard-widgets .sortable-placeholder{padding:0;margin:0 0 20px;line-height:0;box-sizing:border-box;height:110px}#edd-reports-tiles-wrap #dashboard-widgets #primary-sortables{margin-left:0}#edd-reports-tiles-wrap #dashboard-widgets #tertiary-sortables{margin-right:0}#edd-reports-tiles-wrap{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:20px}.edd-reports-tile{text-align:center;padding:20px 10px 35px;display:flex;flex-direction:column;justify-content:center;border:1px solid #e5e5e5;background:#fafafa;position:relative;box-sizing:border-box;gap:.5em}.edd-reports-tile>span:not(.tile-compare){width:100%}.edd-reports-tile .tile-label{text-align:center;text-transform:uppercase;font-size:12px;font-weight:400;color:#101517}.edd-reports-tile .tile-value{color:#333;font-size:2em;line-height:1;transition:all .2s ease-in-out;display:flex;justify-content:center;flex-direction:column;gap:.25em}.edd-reports-tile:hover{border:1px solid #aaa}.edd-reports-tile:hover .tile-value:not(.tile-no-data){transform:scale(1.05)}.edd-reports-tile .tile-amount{color:#2794da}.edd-reports-tile .tile-number{color:#96f}.edd-reports-tile .tile-amount,.edd-reports-tile .tile-number{color:#fff}.edd-reports-tile .tile-value.tile-no-data{color:#ddd}.edd-reports-tile .tile-value.tile-url{font-size:1.5em}.edd-reports-tile .tile-relative{font-size:12px;font-weight:400;color:#888}.edd-reports-tile span.dashicons{display:inline-block;font-size:30px;line-height:20px;height:20px;width:20px;position:relative;top:4px;left:-5px;margin-left:-5px;color:#999}.edd-reports-tile .tile-relative span.dashicons{top:-5px;left:-3px;margin-left:0}.edd-reports-tile .tile-relative span.dashicons-arrow-down,.edd-reports-tile .tile-relative span.dashicons-arrow-up.reverse{color:#d63638}.edd-reports-tile .tile-relative span.dashicons-arrow-down.reverse,.edd-reports-tile .tile-relative span.dashicons-arrow-up{color:#008a20}.edd-reports-tile .tile-compare{position:absolute;right:0;bottom:0;color:#aaa;font-size:11px;line-height:1em;background-color:#fff;border-color:#e5e5e5 #fff #fff #e5e5e5;border-style:solid;border-width:1px;border-top-left-radius:8px;padding:4px 0 0 9px;margin:0 -1px -1px 0}.edd-reports-tile:hover .tile-compare{border-left:1px solid #bbb;border-top:1px solid #bbb;color:#777}#edd-submit-refund-status{text-align:center;font-size:1.2em}#edd-submit-refund-status .edd-submit-refund-message:before{font-family:dashicons;font-size:1.5em;vertical-align:middle;color:#fff;border-radius:16px;margin:5px}#edd-submit-refund-status .edd-submit-refund-message.success:before{content:"";background-color:#008a20;padding-right:1px}#edd-submit-refund-status .edd-submit-refund-message.fail{display:block;margin-bottom:16px}#edd-submit-refund-status .edd-submit-refund-message.fail:before{content:"";background-color:#d63638}.refund-items td,.refund-items th.check-column{vertical-align:baseline}.refund-items .column-amount,.refund-items .column-discount,.refund-items .column-quantity,.refund-items .column-subtotal,.refund-items .column-tax,.refund-items .column-total{width:80px}.refund-items .edd-form-group__control{display:flex;align-items:center}.refund-items .edd-form-group__control input,.refund-items .edd-form-group__control select{background-color:transparent;border:0;border-bottom:1px solid;border-radius:0;box-shadow:none;text-align:right;width:100%}.refund-items .edd-form-group__control input:disabled,.refund-items .edd-form-group__control select:disabled{border-bottom:none}.refund-items .edd-form-group__control input:focus,.refund-items .edd-form-group__control select:focus{border-bottom:1px solid var(--wp-admin-theme-color-darker-10);box-shadow:0 1px 0 var(--wp-admin-theme-color-darker-10)}.refund-items .edd-form-group__control select[data-original="1"]{background:transparent}.refund-items .edd-form-group__control .is-before+span>input,.refund-items .edd-form-group__control select{text-align:left}.refund-items .edd-refund-submit-line-total{background-color:#fff!important}.refund-items .edd-refund-submit-line-total td{text-align:right}.refund-items .edd-refund-submit-line-total-amount{display:inline-block;margin-left:20px;text-align:left;width:80px}.refund-items #edd-refund-submit-subtotal td{border-top:2px solid #c3c4c7}@media screen and (max-width:782px){.refund-items td.column-total{margin-bottom:16px}.refund-items .edd-refund-submit-line-total-amount{padding-right:16px;width:unset}}.edd-submit-refund-actions{margin:16px 0 0}.did-refund .edd-submit-refund-actions,.did-refund .refund-items{display:none}.edd-admin-notice-top-of-page{font-size:15px;line-height:1.4;color:#fff;margin-left:-20px;padding:12px 32px 12px 20px;background:#2d6ca2}@media screen and (min-width:783px){.edd-admin-notice-top-of-page{padding:10px 46px 10px 22px}}@media screen and (min-width:961px){.edd-admin-notice-top-of-page{text-align:center}}.edd-admin-notice-top-of-page a{color:#fff}.edd-admin-notice-top-of-page a:hover{text-decoration:none}.edd-admin-notice-top-of-page .button-link{position:absolute;top:48px;right:-1px;font-size:20px;color:#fff;font-weight:700;text-decoration:none;margin-left:5px;padding:6px 10px}.edd-admin-notice-top-of-page .button-link:active,.edd-admin-notice-top-of-page .button-link:focus,.edd-admin-notice-top-of-page .button-link:hover{color:#fff;text-decoration:none}@media screen and (min-width:601px){.edd-admin-notice-top-of-page .button-link{top:1px}}@media screen and (min-width:783px){.edd-admin-notice-top-of-page .button-link{right:9px}}#edd-admin-notice-five-star-review{display:-ms-grid;display:grid}#edd_dashboard_sales .edd-promo-notice{border-bottom:1px solid #c3c4c7}.edd-review-actions{display:flex;gap:6px;margin:0 0 16px}.edd-promo-notice .edd-peeking{align-self:flex-end;justify-self:flex-end;margin-right:16px;margin-bottom:-1px}@media screen and (max-width:782px){#edd-admin-notice-five-star-review.notice .edd-peeking{margin-bottom:-6px}}@media screen and (min-width:400px){.edd-promo-notice .edd-peeking{justify-self:flex-start;margin-right:0;margin-left:200px}}.edd-promo-notice .edd-peeking,.edd-review-step{-ms-grid-row:1;grid-area:1/-1}.edd-paypal-account-status ul{margin-left:25px}.edd-paypal-account-status>li{margin-bottom:1em}.edd-paypal-account-status ul:not(.edd-paypal-webhook-events){list-style:disc;list-style-position:inside}.edd-paypal-account-status ul:not(.edd-paypal-webhook-events) li{margin:.25em 0}.edd-paypal-account-status .dashicons-yes{color:#008a20}.edd-paypal-account-status .dashicons-no{color:#d63638}.edd-overlay{position:fixed;z-index:1052;top:0;right:0;bottom:0;left:160px;background-color:#141b38;opacity:.5;transition:.5s}.edd-slide-in{transform:translateX(100%)!important;-webkit-transform:translateX(100%)!important}#edd-notifications-panel{background-color:#fff;height:100%;width:100%;max-width:570px;position:fixed;z-index:1053;top:0;right:0;bottom:0;overflow-x:hidden;transition:.5s;transform:translateX(0);-webkit-transform:translateX(0)}body.admin-bar #edd-notifications-panel{top:32px}@media screen and (max-width:600px){body.admin-bar #edd-notifications-panel{top:46px}}#edd-notifications-header{display:flex;align-items:center;padding:0 30px;color:#fff;background-color:#0c5d95}#edd-notifications-header h3{color:#fff;flex:1}#edd-notifications-header .edd-close{background:none;border:none;color:#fff;cursor:pointer}#edd-notifications-body{padding:30px}.edd-notification{display:flex;gap:20px;margin-bottom:20px}.edd-notification--icon{color:#00aa63}.edd-notification--icon.edd-notification--icon-info{color:#005ae0}.edd-notification--icon.edd-notification--icon-warning{color:#f18200}.edd-notification--icon.edd-notification--icon-error{color:#df2a4a}.edd-notification--body{flex:1}.edd-notification--header{align-items:center;display:flex;justify-content:space-between;gap:5px;margin-bottom:7px}.edd-notification--title{color:#141b38;flex:1;font-size:16px;font-weight:600;margin:0}.edd-notification--date{color:#71747e;font-size:12px}.edd-notification--actions{flex-wrap:wrap;display:flex;align-items:center;gap:5px;margin-top:10px}.edd-notification--dismiss{background:none!important;border:none!important;box-shadow:none!important;color:#71747e!important;cursor:pointer;padding:0 10px;text-decoration:underline}.edd-notification--dismiss:hover{text-decoration:none}.edd-item-header-small{padding-bottom:20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:flex-start;align-items:center;gap:6px}.edd-item-header-small span{font-weight:600;font-size:15px}.edd-settings-color,.edd-settings-colors{display:flex;flex-wrap:wrap;gap:1em}.edd-settings-color{flex-direction:column}.edd-hidden{display:none}.edd-clearfix:after{content:"";display:table;clear:both}.edd-notice .notice-dismiss,.edd-wrap a{text-decoration:none}.wp-core-ui .edd-delete,a.edd-delete{color:#a00}.wp-core-ui .edd-delete:hover,a.edd-delete:hover{color:red}body.post-type-download #contextual-help-link-wrap,body.post-type-download #screen-options-link-wrap{top:5px!important}body.post-type-download #screen-meta{margin:0 0 -1px -20px}#edd-header{border-top:5px solid #0c5d95;border-bottom:1px solid #c3c4c7;padding:20px 0;margin-left:-20px;background:#fff}#edd-header-wrapper{display:flex;justify-content:space-between;padding:0 20px;align-items:center}#edd-header img{display:block;max-width:300px;margin:0 0 0 20px}.edd-header-page-title-wrap{font-size:1.75em;margin-top:-5px;margin-right:auto;padding-left:7px}.edd-header-separator{margin-top:-2px;opacity:.25}.edd-header-page-title{font-weight:400;font-size:1em;line-height:1.3em;display:inline}.edd-header-page-title-wrap .button{margin-left:5px}.no-js #edd-header-actions{display:none}#edd-header .edd-round{position:relative;background-color:#f3f4f5;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:10px;cursor:pointer;transition:background-color .2s ease}button.edd-round{border:none}#edd-header button.edd-round:hover{background-color:#e5e5e5}button.edd-round:active,button.edd-round:focus{outline:2px solid #0c5d95}#edd-header .edd-number{position:absolute;background-color:#df2a4a;width:16px;height:16px;font-weight:600;font-size:10px;color:#fff;top:-8px;left:50%;transform:translateX(-50%);margin:0;animation:bounce 2s 5}#edd-header .edd-number.edd-hidden{display:none!important}#edd-header .edd-round svg{width:20px;height:20px}@media screen and (max-width:840px){#edd-header img,.edd-header-separator{display:none}}.edd_datepicker{height:29px}.edd-from-to-wrapper input{width:105px;margin:0;position:relative;z-index:1}.edd-from-to-wrapper input[name*=start],.edd-from-to-wrapper input[name=filter_from]{border-top-right-radius:0;border-bottom-right-radius:0}.edd-from-to-wrapper input[name*=end],.edd-from-to-wrapper input[name=filter_to]{margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.edd-from-to-wrapper input:focus{z-index:2;position:relative}.edd-settings-sub-nav{margin:0 0 10px;width:100%;border-bottom:1px solid #ccc;box-shadow:0 1px 1px rgba(0,0,0,.04)}.edd-settings-sub-nav a{padding:13px;display:block}.edd-settings-sub-nav a.current{border-bottom:4px solid #000;padding-bottom:9px}.admin-color-fresh .edd-settings-sub-nav a.current{border-bottom-color:#00a0d2}.admin-color-blue .edd-settings-sub-nav a.current{border-bottom-color:#096484}.admin-color-coffee .edd-settings-sub-nav a.current{border-bottom-color:#c7a589}.admin-color-ectoplasm .edd-settings-sub-nav a.current{border-bottom-color:#a3b745}.admin-color-midnight .edd-settings-sub-nav a.current{border-bottom-color:#e14d43}.admin-color-ocean .edd-settings-sub-nav a.current{border-bottom-color:#627c83}.admin-color-sunrise .edd-settings-sub-nav a.current{border-bottom-color:#be3631}.admin-color-light .edd-settings-sub-nav a.current{border-bottom-color:#888}.admin-color-evergreen .edd-settings-sub-nav a.current{border-bottom-color:#36533f}.admin-color-mint .edd-settings-sub-nav a.current{border-bottom-color:#4f6d59}.download_page_edd-settings .edd-check-wrapper{clear:both}.download_page_edd-settings .form-table tr>th>h3,.download_page_edd-settings .form-table tr>th>strong{font-size:1.2em;font-weight:600;margin:0 auto}.edd-sortable-list{margin:0;width:300px;position:relative}.edd-sortable-list li{margin:0;padding:0;position:relative;height:28px;cursor:move}.edd-sortable-list li label *{vertical-align:middle}.edd-sortable-list li label:after{display:block;width:17px;height:17px;position:absolute;right:6px;top:0;color:#aaa;font-family:dashicons;font-size:17px;content:"";cursor:move}.form-table .edd-sortable-list li label{display:block;height:28px;padding:0;margin:0}.edd-sortable-list .payment-icon{width:32px;height:24px;position:relative;top:-2px;margin-right:5px}.edd-help-tip{cursor:help;margin-top:-2px;font-size:24px;color:grey}.edd-ui-tooltip{position:absolute;background:#333!important;border-width:1px!important;border-radius:3px!important;box-shadow:1px 1px 2px 1px hsla(0,0%,83.9%,.5)!important;color:#dedede!important;max-width:300px!important;padding:7px!important;text-rendering:optimizeLegibility;text-shadow:none!important;z-index:9999!important}.download_page_edd-settings .edd-settings-payment-icon-wrapper{margin-top:5px}.download_page_edd-settings .edd-settings-payment-icon-wrapper input{margin-top:1px}.download_page_edd-settings .form-table .edd-settings-payment-icon-wrapper input[type=checkbox]+label{margin:0;display:inline-block}.download_page_edd-settings .edd-settings-payment-icon-wrapper .payment-icon-image{margin-right:5px;width:32px;display:inline-block;vertical-align:middle}.download_page_edd-settings .edd-settings-payment-icon-wrapper .payment-option-name{vertical-align:middle}.download_page_edd-settings .taxrates td,.download_page_edd-settings .taxrates th{padding:8px 10px}.download_page_edd-settings .taxrates td{line-height:1.5em;vertical-align:top;margin:0}.download_page_edd-settings .taxrates .regular-text{width:100%}.edd-add-ons-footer{padding-top:10px}#edd-add-ons .subsubsub .dashicons{margin-top:3px}#edd-add-ons .edd-add-ons-container{clear:both;padding-top:10px}#edd-add-ons .search-box .button-secondary span{margin:2px -5px 0 4px;padding:0;color:#aaa}#edd-add-ons .edd-extension{background:#fff;border:1px solid #ccc;float:left;padding:14px;position:relative;margin:0 15px 16px 0;width:320px;height:315px;opacity:.9;transition:all .2s ease-in-out;cursor:default}#edd-add-ons .edd-extension:hover{border:1px solid #bbb;opacity:1;transform:scale(1.05);z-index:5}#edd-add-ons .edd-extension h3{font-size:13px;margin:0 0 8px}#edd-add-ons .edd-extension .button-secondary{position:absolute;bottom:14px;left:14px}#edd-add-ons .edd-browse-all{clear:both;width:100%}#edd-add-ons .edd-extension .third-party{display:none}#edd-add-ons .edd-add-ons-container .edd-extension:first-child{background-color:#85c0e5;border-color:#62a9d7;color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2)}#edd-add-ons .edd-add-ons-container .edd-extension:first-child h3{color:#fff}#edd-add-ons .edd-add-ons-container .edd-extension:first-child .button-secondary{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}#edd-add-ons .edd-extension .wp-post-image{width:100%;height:auto;vertical-align:bottom}#TB_window{overflow:hidden}#TB_title{padding:5px}#TB_ajaxContent{width:calc(100% - 30px)!important;padding:15px;margin:0;height:calc(100% - 118px)!important}#TB_ajaxWindowTitle{font-size:18px;font-weight:600;line-height:30px}#TB_closeWindowButton{right:6px;top:6px}#choose-download-wrapper{width:100%}#choose-download-wrapper .wrap{overflow-y:scroll;margin:0;padding:0;height:calc(100% - 50px)}#choose-download-wrapper .submit-wrapper{position:absolute;width:100%;bottom:0;padding:0;margin:0 0 0 -15px;text-align:right}#choose-download-wrapper .submit-wrapper div{background-color:#fafafa;padding:15px;border-top:1px solid #ddd}.wp-media-buttons .button.edd-thickbox{padding-left:0}.wp-media-buttons .button.edd-email-tags-inserter .dashicons{margin-top:-2px}.download_page_edd-payment-history .edit-post-editor-regions__header{flex-shrink:0;height:auto;border-bottom:1px solid #e2e4e7;z-index:30;position:sticky;top:32px;margin-left:-20px}@media screen and (max-width:782px){.download_page_edd-payment-history .edit-post-editor-regions__header{position:static;top:46px}}.download_page_edd-payment-history .edit-post-header{height:56px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:100%;box-sizing:border-box;padding:4px 20px}@media screen and (max-width:782px){.download_page_edd-payment-history .edit-post-header{padding-left:10px;padding-right:10px}}@media(min-width:280px){.download_page_edd-payment-history .edit-post-header{flex-wrap:nowrap}}.download_page_edd-payment-history .edit-post-header .edit-post-header__toolbar{order:0}.download_page_edd-payment-history .edit-post-header .edit-post-header__settings{order:1}.download_page_edd-payment-history .edit-post-header #publishing-action,.download_page_edd-payment-history .edit-post-header .edit-post-header__settings,.download_page_edd-payment-history .edit-post-header .edit-post-header__toolbar{display:flex;align-items:center}.download_page_edd-payment-history .edit-post-header #publishing-action .spinner{margin:0 5px 0 0}.download_page_edd-payment-history .edit-post-header .button-primary{margin:2px;height:34px;line-height:32px;font-size:13px}#edd-order-items .hndle{display:flex;align-items:center;justify-content:space-between}#edd-order-items .hndle .edd-toggle{font-weight:400}.edd-add-order-item td{vertical-align:middle}.edd-add-order-item input{width:80%}.edd-add-order-item input[readonly]{color:#555;background:none;border:1px solid transparent;box-shadow:none}.order-customer-info .customer-details-wrap{margin:15px 0;align-items:center}.order-customer-info .customer-details-wrap .spinner{margin:0}.order-customer-info .customer-details{display:flex;flex-direction:column}.order-customer-info .customer-details .customer-since{color:#666;display:block;margin:4px 0 6px}.order-customer-info .customer-details>span{margin-bottom:5px}.edd-order-add-download-select .spinner{display:none}table.edd-order-overview-summary{border-width:0;table-layout:fixed}table.edd-order-overview-summary--refund{border-width:0}@media screen and (min-width:782px){.edd-order-overview .column-right{text-align:right}}.edd-ml-auto{margin-left:auto!important}@media screen and (min-width:782px){.edd-ml-lg-auto{margin-left:auto!important}}.edd-ml-auto+.edd-ml-auto{margin-left:10px!important}.edd-order-overview-summary__items-name{align-self:flex-start}.edd-order-overview-summary__items>:nth-child(odd){background-color:#f9f9f9}@media screen and (min-width:782px){.edd-order-overview-summary__items tr:last-child td,.edd-order-overview-summary__items tr:last-child th{border-bottom:1px solid #e5e5e5}}@media screen and (max-width:782px){.edd-order-overview-summary .row-actions>*,.edd-order-overview-summary__items-name .row-actions{display:block!important}.edd-order-overview-summary .row-actions>:not(:first-child):before{display:none}}.edd-order-overview-summary th:not(.column-primary){width:100px}.edd-order-overview-summary .row-actions>:not(:first-child):before{color:#999;content:" | "}.edd-order-overview-summary .row-actions .text{color:#555}.edd-order-overview-summary .removable{display:flex;align-items:center;position:relative}.edd-order-overview-summary .removable .delete{display:inline-block;margin-right:10px;margin-left:-8px;padding:10px;border-right:1px solid #e5e5e5;color:#a00}.edd-order-overview-summary .removable .delete:hover{color:#dc3232}.edd-order-overview-summary__adjustments .column-primary{font-weight:600}.edd-order-overview-summary__adjustments td small{font-weight:400}.edd-order-overview-summary__subtotal .column-primary,.edd-order-overview-summary__tax tr:first-of-type .column-primary,.edd-order-overview-summary__total .column-primary{font-weight:600}.edd-order-overview-summary__adjustments td,.edd-order-overview-summary__subtotal td,.edd-order-overview-summary__tax td,.edd-order-overview-summary__total td{vertical-align:middle}.edd-order-overview-summary__tax td small,.edd-order-overview-summary__total td small{font-weight:400}.edd-order-overview-summary__total .total{color:#017d5c;display:inline-block}.edd-order-overview-summary__total .total.is-negative{color:#a00}@media screen and (min-width:783px){.edd-order-overview-summary__adjustments .removable .delete{margin-left:-50px}.edd-order-overview-summary__total .total{font-size:150%;padding-top:5px;padding-bottom:5px}}.edd-order-overview-summary__total tr:last-child td:not(:first-of-type),.edd-order-overview-summary__total tr:last-child th{border-top:1px solid #e5e5e5}.edd-order-overview-summary__total .notice{margin:-1px}.edd-order-overview-summary__total .notice p{font-weight:400;margin:.5em 0}.edd-order-overview-summary__refunds .column-primary{font-weight:600}.edd-order-overview-summary__refunds td small{font-weight:400}.edd-order-overview-summary__refunds tr:first-child td{border-top:1px solid #e5e5e5}#edd-order-overview-actions.inside{border-top:1px solid #ccd0d4;margin-top:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}#edd-order-overview-actions.inside:empty{padding:0;border-top:0}#edd-order-overview-actions.inside>div{display:flex;align-items:center}#edd-order-overview-actions .edd-order-overview-actions__notice{flex-basis:100%;margin-top:15px}.edd-order-overview-actions .button{width:100%;margin-bottom:12px}.edd-order-overview-actions .button:last-of-type{margin-bottom:0}@media screen and (min-width:782px){.edd-order-overview-actions .button{width:auto;margin-left:12px;margin-bottom:0}.edd-order-overview-actions .button:first-of-type{margin-left:auto}}.edd-order-overview-actions__locked{font-style:italic;opacity:.8}@media screen and (max-width:782px){.edd-order-overview-actions__locked{margin-bottom:12px}}.edd-order-overview-actions__refund .dashicons{margin-right:8px}.edd-dialog .ui-button-icon-only{font-size:0}.download_page_edd-payment-history .ui-dialog,.download_page_edd-payment-history .ui-dialog-content{overflow:visible}.edd-order-overview-modal form>p{margin-top:0}.edd-order-overview-modal fieldset legend,.edd-order-overview-modal form label{display:block;margin-bottom:4px}.edd-order-overview-modal fieldset{margin-bottom:calc(1em - 3px)}.edd-order-overview-modal fieldset>p{margin:2px 0 3px}.edd-order-overview-modal form .submit{margin:0 -16px -16px;padding:16px;background:#fcfcfc;border-top:1px solid #dfdfdf;display:flex;align-items:center}.edd-order-overview-modal form .submit .spinner{margin:0}.edd-order-overview-add-item [for=auto-calculate]{display:flex;align-items:center}.edd-order-overview-add-item [for=auto-calculate] input[type=checkbox]{margin-top:0}.edd-order-overview-add-item [for=auto-calculate] .label{line-height:1.15;margin-left:8px}.edd-order-overview-add-item [for=auto-calculate] .label small{margin-top:4px;display:block;opacity:.75}.edd-order-overview-add-adjustment .notice,.edd-order-overview-add-item .notice{margin:0 0 1rem}.edd-order-overview-add-adjustment #description,.edd-order-overview-add-discount select{width:100%}.edd-order-overview-error{font-style:italic;color:#a00;display:block;margin:4px 0}.edd-order-copy-download-link textarea{width:100%}.edd-admin-order-status-badge{padding:2px 7px;border-radius:4px;background:#ececec;display:inline-flex;align-items:center}.edd-admin-order-status-badge__icon{opacity:.8;margin:0 -2px 0 2px}.edd-admin-order-status-badge--refunded .edd-admin-order-status-badge__icon{font-size:16px;width:16px;height:16px}.edd-admin-order-status-badge--failed{color:#ac3d3d;background:#ffd6d6}.edd-admin-order-status-badge--failed .edd-admin-order-status-badge__icon{margin-left:0;margin-top:-1px}.edd-admin-order-status-badge--complete{color:#017d5c;background:#e5f5f0}.edd-admin-order-status-badge--complete .edd-admin-order-status-badge__icon{margin-left:0}.edd-admin-order-status-badge--pending{color:#7d6e01;background:#f5f2e5}.edd-admin-order-status-badge--processing{color:#015a7d;background:#e5f1f5}.wp-list-table.orderitems .refunded .edd-admin-order-status-badge{margin-left:10px}.edd-order-resend-email-chooser legend{font-weight:700;margin-bottom:4px}.edd-order-resend-email-chooser p{margin:4px 0}.edd-notes .edd-note{padding:10px;background-color:#ffe;border:1px solid #cc0;width:100%;position:relative;margin-bottom:10px;box-sizing:border-box;overflow:hidden}.edd-notes .edd-note.deleting{opacity:.5}.edd-notes .edd-note__header{display:flex;align-items:center}.edd-add-note .spinner{float:none;display:inline-block;margin:0}.edd-notes .edd-note time{font-size:11px;color:#aaa}.edd-notes .edd-note .edd-note-author{margin-right:5px}.edd-notes .edd-note .edd-delete-note{color:#a00;font-weight:700;text-decoration:none;margin-left:auto}.edd-notes .edd-note .edd-delete-note:hover{color:#888}.edd-notes .edd-note p:last-child{margin-bottom:0}.edd-notes .edd-no-notes{margin:4px 0 10px}textarea[name=edd-note]{width:100%;min-height:70px;margin-top:0}.edd-notes-wrapper{width:80%}.edd-note-pagination{float:right;margin:-35px 5px 15px}.edd-note-pagination a,.edd-note-pagination span.page-numbers{padding:5px 8px;margin:2px;text-decoration:none}.edd-note-pagination a{border:1px solid #e5e5e5;background:#fcfcfc}.edd-note-pagination a:last-child,.edd-note-pagination span.page-numbers:last-child{margin-right:0}#edd-products{height:100px;min-width:200px}#edd-add-discount input[type=text],#edd-edit-discount input[type=text]{width:300px}#edd-add-discount .edd-discount-datetime input,#edd-edit-discount .edd-discount-datetime input{vertical-align:middle}#edd-add-discount input[type=text].edd_datepicker,#edd-edit-discount input[type=text].edd_datepicker{display:inline-block;width:183px}#edd-edit-discount textarea{height:100px}.edd-amount-type-wrapper{position:relative;display:flex}.edd-amount-type-wrapper select{border-top-left-radius:0;border-bottom-left-radius:0;width:auto!important}.edd-amount-type-wrapper #edd-amount{border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-2px;padding:0 8px;width:unset;max-width:125px}.edd-amount-type-wrapper input:focus{z-index:2}.wp-list-table.addresses .column-primary strong,.wp-list-table.customers .column-primary strong,.wp-list-table.discounts .column-primary strong,.wp-list-table.emails .column-primary strong,.wp-list-table.orderadjustments .column-primary strong,.wp-list-table.orderitems .column-primary strong,.wp-list-table.orders .column-primary strong{font-size:14px}.wp-list-table.customers .column-primary .avatar,.wp-list-table.emails .column-customer .avatar{float:left;margin-right:10px;margin-top:1px;border-radius:5px}.wp-list-table.orders div.order-list-email{font-size:.85em;color:#888}.wp-list-table.orders th.column-amount{width:100px}.wp-list-table .row-actions span.activate a{color:green}.wp-list-table .row-actions span.refund a{color:#836fff}.wp-list-table .row-actions span.cancel a{color:#cc8c00}.wp-list-table .row-actions span.cancel a:hover,.wp-list-table .row-actions span.refund a:hover{opacity:.8}.wp-list-table .type-download .row-actions{color:#999}#edd-add-ons{margin:9px 20px -9px 2px}.no-js.edit-tags-php.post-type-download .wp-heading-inline{position:absolute;top:0}.no-js.edit-tags-php.post-type-download .nav-tab-wrapper{margin-top:50px}.download_page_edd-customers .wrap .nav-tab-wrapper .page-title-action,.download_page_edd-discounts .wrap .nav-tab-wrapper .page-title-action,.download_page_edd-payment-history .wrap .nav-tab-wrapper .page-title-action,.edit-tags-php.post-type-download .wrap .nav-tab-wrapper .page-title-action{top:3px;margin-left:10px;line-height:24px}#edd-payments-filter ul.subsubsub{margin-bottom:8px}tr.status-refunded td{background:#cecece;border-top-color:#ccc}marquee{padding:0;margin:0}@media handheld,only screen and (max-width:640px){.wp-list-table.downloads th{width:auto!important}}#edd-download-link-textarea{width:100%}.edd_files_name_label{width:225px;float:left}.edd_files_url_label{width:220px;float:left}#postbox-container-1 .edd_files_name_label,#postbox-container-1 .edd_files_url_label{width:80px}#edd_product_files .inside,#edd_product_prices .inside{margin-bottom:0}textarea#edd-payment-note{width:100%;height:4em;margin:0}#edd-order-items .row .edd-purchased-files-list-wrapper .download{line-height:1.4}#edd-order-items .edd-purchased-files-list-wrapper .edd-purchased-option{color:#666}input[class*=edd-price-field]{max-width:125px}#edd-order-download-quantity[type=number].small-text,#edd-order-download-tax[type=text].small-text,[class*=item_] [class*=edd-payment-details-download-][type=number].small-text{height:25px}#edd-order-download-quantity[type=number].small-text,.item_price .edd-payment-details-download-quantity[type=number].small-text{width:55px}#edd-order-download-tax[type=text].small-text,.item_tax .edd-payment-details-download-item-tax[type=number].small-text{width:80%;max-width:125px}#edd_product_notes_field{display:block;margin:12px 0 0;height:4em;width:100%}.edd-metabox-title-action{margin:0;float:right;padding:4px 8px;position:relative;top:-1px;text-decoration:none;border:1px solid #ccc;border-radius:2px;background:#f7f7f7;text-shadow:none;font-weight:600;font-size:10px;line-height:normal;color:#0073aa;cursor:pointer;outline:0}.edd-metabox-title-action:hover{border-color:#008ec2;background:#00a0d2;color:#fff}.edd-edit-purchase-element .tablenav{padding:2px 10px 8px}.edd-edit-purchase-element .edd-order-children-wrapper{margin:0 -1px}.edd-edit-purchase-element .edd-order-children-wrapper.child-count-0 table{border-top:none;border-bottom:none}.edd-edit-purchase-element .edd-order-children-wrapper.child-count-0 .tablenav{display:none}.edd-edit-purchase-element[class*=columns-] ul li{padding-right:1%}#edd-edit-order-form .column:nth-child(odd),#edd-edit-order-form .columns-4 .column:nth-child(odd),#edd-edit-order-form .columns-5 .column:nth-child(3n+1){margin-right:0}#edd-edit-order-form input.large-text{width:90%}.edd-edit-purchase-element ul li.item_price{width:15%}.edd-edit-purchase-element ul li.item_price.item_quantity{width:25%}.edd-edit-purchase-element ul li.item_tax{width:15%}.edd-edit-purchase-element ul li.price{width:20%}.edd-admin-box-inside{border-bottom:1px solid #f1f1f1;clear:both;padding:12px;margin:0;word-wrap:break-word}.edd-admin-box-inside--row{display:flex;flex-wrap:wrap;word-break:break-all;justify-content:space-between;align-items:center}.edd-admin-box-inside>p{margin:8px 3px}.edd-admin-box-inside .strong{font-weight:600}.edd-admin-box div:not(.edd-admin-box-inside--row) .label{display:block;margin-bottom:4px;margin-right:0}.edd-admin-box .label--has-tip{display:flex;align-items:center}.edd-admin-box .label--has-tip .edd-help-tip{margin-top:0;font-size:20px}.edd-admin-box div:not(.edd-admin-box-inside--row) .label--has-checkbox{margin-bottom:0}.edd-payment-fees .fee-label{color:#666;font-weight:400}.edd-admin-box .right{float:right}#edd-order-refunds-list{padding-left:25px}#poststuff .edd-order-data .inside{margin:0;padding:0}.edd-order-data .edd-select-chosen{width:130px!important}.edd-order-data input.edd_datepicker{width:180px}.edd-order-data input[type=number].edd-payment-time-hour,.edd-order-data input[type=number].edd-payment-time-min{width:50px}.edd-order-data .edd-tax-rate{color:#9c9c9c;font-style:italic;padding:5px}#edd_general_logs p{margin:0;padding:0}.edd-admin-box-inside span.label{margin-right:10px}#edd-order-resend-receipt .inside{margin-top:11px}#edd-order-resend-receipt .edd-order-resend-receipt-addresses{margin-top:10px}.edd-order-resend-receipt-header{font-size:14px;line-height:1.4}.edd-order-resend-receipt-addresses label{display:block;line-height:1.75em}.edd-order-resend-receipt-addresses label:last-child{margin-bottom:10px}.edd-admin-box-inside:last-child{border-bottom:0}#edd-edit-order-form .data-payment-key{word-break:break-all}.edd-order-update-box #major-publishing-actions .button-secondary{margin-right:10px}.edd-order-update-box .button-primary{margin-right:0}.edd-edit-purchase-element .edd-select-chosen{width:196px}.edd-edit-purchase-element ul{clear:both;display:block}#edd-customer-details .actions{float:right}.order-data-address h3{margin:0 0 10px}.order-data-address #edd-order-address-country-wrap,.order-data-address #edd-order-address-state-wrap{display:inline-block;width:50%;max-width:300px}.edd-order-data input.small-text{margin:0}.edd-order-data input.med-text{margin:0;width:100px}.edd-edit-purchase-element ul li{display:block;line-height:1.4;position:relative;margin:0;vertical-align:middle;font-size:13px}.edd-edit-purchase-element .row{padding:12px}.edd-edit-purchase-element .row:not(:last-child){border-bottom:1px solid #eee}.edd-edit-purchase-element .row:nth-child(odd):not(.header){background-color:#f9f9f9}.edd-edit-purchase-element .row.header{padding:6px 12px;font-weight:600;vertical-align:top}.edd-edit-purchase-element ul{margin:0 0 15px}.edd-edit-purchase-element ul:last-of-type{margin-bottom:0}#edd-order-data .data span{color:#666;font-weight:600}.edd-edit-purchase-element .inside{padding:12px}.edd-edit-purchase-element .edd-purchased-download-title{font-size:14px;font-weight:500}.edd-edit-purchase-element .edd-purchased-download-title .deleted{color:#777}.edd-edit-purchase-element .edd-purchased-download-actions{color:#777;line-height:1.4}.edd-edit-purchase-element .edd-purchased-download-actions .edd-purchased-download-actions-label{font-weight:500}.edd-edit-purchase-element .edd-purchased-download-actions a{color:#777;font-size:12px}.edd-edit-purchase-element .edd-purchased-download-actions a:hover{color:#444}.edd-edit-purchase-element .edd-purchased-download-actions .edd-order-remove-download{color:#a00}.edd-edit-purchase-element .edd-purchased-download-actions .edd-order-remove-download:hover{color:red}.edd-add-adjustment-to-purchase,.edd-add-download-to-purchase{padding:15px;border-top:1px solid #e5e5e5;background-color:#f5f5f5}.edd-add-adjustment-to-purchase .chosen-container,.edd-add-download-to-purchase .chosen-container{width:90%!important;max-width:220px!important}.edd-add-adjustment-to-purchase .spinner,.edd-add-download-to-purchase .spinner{margin:0;float:none}.edd-add-download-to-purchase .edd-add-order-quantity{width:40px;height:29px;vertical-align:middle}.edd-add-adjustment-to-purchase .edd-add-adjustment-button,.edd-add-adjustment-to-purchase input[type=text],.edd-add-download-to-purchase .edd-add-order-item-button{height:29px}@media screen and (max-width:1284px){.edd-edit-purchase-element .edd-purchased-download-title{font-size:16px}.edd-edit-purchase-element ul li.item_price{width:22%}.edd-edit-purchase-element ul li.item_price.item_quantity{width:35%}.edd-edit-purchase-element ul li.item_tax{width:25%}.edd-edit-purchase-element ul li.price{width:20%}.edd-edit-purchase-element .edd-purchased-download-actions{padding-top:10px}}@media screen and (max-width:1024px){.edd-edit-purchase-element ul li.item_price.item_quantity{width:40%}.edd-edit-purchase-element ul li.price{width:24%}.edd-edit-purchase-element .edd-purchased-download-actions{padding-top:15px}.edd-edit-purchase-element .edd-purchased-download-actions,.edd-edit-purchase-element .edd-purchased-download-actions a{font-size:14px}}@media screen and (max-width:782px){.edd-edit-purchase-element ul li.item_price,.edd-edit-purchase-element ul li.item_price.item_quantity{padding-bottom:10px}.edd-edit-purchase-element ul li.item_price.item_quantity{width:35%}.edd-edit-purchase-element ul li.item_tax,.edd-edit-purchase-element ul li.price{width:20%;padding-bottom:10px}.edd-payment-details-download-amount,.edd-price-currency{font-size:16px}.order-data-column input[type=email]{padding:6px 10px}.edd-refund-submit-line-total td:last-of-type{flex:0 0 120px}#edd-item-tables-wrapper .addresses tbody tr{display:-ms-grid;display:grid}#edd-item-tables-wrapper .addresses tbody td:not(.no-items){padding-left:35%}}@media screen and (max-width:600px){.edd-edit-purchase-element ul li.item_price,.edd-edit-purchase-element ul li.item_price.item_quantity,.edd-edit-purchase-element ul li.item_tax{width:100%;padding-bottom:20px}.edd-edit-purchase-element .edd-add-download-to-purchase ul li.item_tax,.edd-edit-purchase-element ul li.price{width:100%;padding-bottom:0}.edd-edit-purchase-element .edd-add-download-to-purchase-actions{padding-top:15px}}#edd_product_stats .label{display:inline-block}#edd_product_stats .product-earnings-stats:before,#edd_product_stats .product-sales-stats:before{color:#82878c;font:normal 20px/1 dashicons;display:inline-block;padding:0 2px 0 0;position:relative;top:0;left:-1px;speak:none;text-decoration:none!important;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#edd_product_stats .product-sales-stats:before{content:""}#edd_product_stats .product-earnings-stats:before{content:""}body.dashboard_page_edd-upgrades.js .postbox .hndle{cursor:default}.edd_dashboard_widget table thead td{border-bottom:1px solid #ececec;color:#777}.edd_dashboard_widget .table_left{float:left;width:45%}.edd_dashboard_widget .table_right{float:right;width:45%}.edd_dashboard_widget .inside{font-size:12px}.edd_dashboard_widget td{padding:3px 0}.edd_dashboard_widget .b,.edd_dashboard_widget .t{line-height:1.5;vertical-align:middle}.edd_dashboard_widget .b{padding-right:6px;width:auto}.edd_dashboard_widget .t{font-size:12px;padding-right:12px;color:#777;width:100%}.edd_dashboard_widget .label_heading{border-top:1px solid #ececec;color:#8f8f8f;font-family:Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;display:block;padding-top:10px;margin:0 0 8px 12px}.edd_dashboard_widget .edd_dashboard_widget_subheading{border-top:1px solid #ececec;color:#8f8f8f;font-size:14px;padding-top:10px;margin:1em 0 0}.edd_dashboard_widget .edd_dashboard_widget_subheading+.table{margin:8px 0 0}.edd_dashboard_widget .edd_price_label{background:#00769c;border-radius:3px;color:#fff;font-size:10px;padding:2px 4px;margin-right:2px}.edd_dashboard_widget table{width:100%;margin-left:0;margin-bottom:1em}td.edd_order_label{width:80%}td.edd_order_price{text-align:right}@media handheld,only screen and (max-width:1000px){.edd_dashboard_widget .edd-recent-email{display:none}}body.download_page_edd-reports{overflow-y:scroll}.edd-chip{font-size:10px;font-weight:700;text-transform:uppercase;line-height:1;padding:3px;border-radius:3px;color:#fff;background-color:#444}.edd-reports-wrapper .postbox h2,.edd-reports-wrapper .postbox h3{font-size:1.3em}#edd-dashboard-widgets-wrap .metabox-holder{padding-top:0}.edd-reports-wrapper .postbox .edd-select{max-width:200px;vertical-align:baseline;margin-right:4px;margin-bottom:16px}.download_page_edd-reports #edd-item-wrapper{margin:0}#edd-dashboard-widgets-wrap .postbox h2,#edd-dashboard-widgets-wrap .postbox h3{cursor:default}.edd-date-range-options .edd_datepicker{width:105px}.edd-report-wrap{clear:both}.edd-report-wrap h3{clear:both;margin:0 0 20px}.edd-reports-chart,.edd-reports-table{margin-bottom:20px}.edd-admin--has-grid{display:grid;display:-ms-grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px}.edd-admin--has-grid .postbox{margin-bottom:0}.edd-admin--has-grid .edd-from-to-wrapper{display:flex;margin-bottom:16px;width:100%}.edd-admin--has-grid .edd-from-to-wrapper input{width:100%}.edd-admin--has-grid .edd-from-to-wrapper span{flex-grow:1}.edd-admin--has-grid form{display:flex;flex-direction:column;flex-wrap:wrap;position:relative}fieldset.edd-to-and-from-container{display:flex;gap:8px}fieldset.edd-to-and-from-container select{flex:0 0 calc(50% - 6px)}span.edd-to-and-from--separator{line-height:normal;-ms-grid-row-align:center;align-self:center;margin-bottom:16px}.edd-admin--has-grid .postbox .edd-select{max-width:100%;margin-right:0}.edd-admin--has-grid .button.updated-message:before,.edd-admin--has-grid .button.updating-message:before{vertical-align:text-bottom;margin:0 5px 0 0}.edd-import-export-form .edd-progress{background:#ddd;border-radius:15px;height:15px;flex-basis:100%}.edd-import-export-form .edd-progress div{background:#ccc;border-radius:15px;height:100%;width:0}.edd-import-export-form .notice-wrap{background-color:#f4f4f4;border-color:#eae9e9;border-style:solid;border-width:1px 0;padding:12px;overflow:auto;margin:20px -12px -23px;position:relative;width:100%;display:flex;justify-content:space-between;align-items:center}.notice-wrap div.notice{margin:0}.admin-color-fresh .edd-import-export-form .edd-progress div{background:#0073aa}.admin-color-light .edd-import-export-form .edd-progress div{background:#888}.admin-color-blue .edd-import-export-form .edd-progress div{background:#096484}.admin-color-coffee .edd-import-export-form .edd-progress div{background:#c7a589}.admin-color-ectoplasm .edd-import-export-form .edd-progress div{background:#a3b745}.admin-color-midnight .edd-import-export-form .edd-progress div{background:#e14d43}.admin-color-sunrise .edd-import-export-form .edd-progress div{background:#dd823b}.graph-option-section{float:left}.edd-report-filters-title span{display:block;padding:20px}#edd-graphs-filter form{padding:20px}#edd-graphs-filter label{vertical-align:inherit}#edd-graphs-filter .graph-option-section{display:inline-block;line-height:2em;margin:0 5px 0 0;padding:0}.download_page_edd-reports .section-content #post-body-content{float:none}.download_page_edd-reports .section-content select[name=range]{display:none}.edd-mix-totals{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);padding:10px}.edd-mix-chart{display:inline-block;width:49%;vertical-align:top}.edd-graph-notes{color:#9c9c9c}.edd-graph-notes span{display:block}.edd-pie-graph .legend{display:none}.edd-pie-legend{overflow:auto;margin-top:10px}.edd-legend-item-wrapper{color:#333;display:inline-block;font-size:8pt;padding:2px 5px 0;width:48%;height:20px}.edd-legend-color{border:1px solid #cfcfcf;display:inline-block;margin-right:5px;width:20px;height:15px}.edd-pie-legend-item{display:inline-block;vertical-align:top;width:80%}#edd-reports-tiles-wrap .metabox-holder{padding:0}#edd-reports-tiles-wrap #dashboard-widgets{overflow:auto}#edd-reports-tiles-wrap #dashboard-widgets .postbox-container{width:33.3%}.download_page_edd-reports .section-content .tablenav.top{display:none}#edd_tax_rates{margin:1em 0 0}[id*=edd-recapture-].button{font-size:16px;height:auto;padding:8px 14px;margin:6px 0 0}[id*=edd-recapture-].button .dashicons{line-height:29px;margin-right:8px}[id*=edd-recapture-].button .edd-loading,[id*=edd-recapture-].button .edd-loading:after{border-radius:50%;display:inline-block;width:14px;height:14px}[id*=edd-recapture-].button .edd-loading{position:relative;top:3px;margin-left:4px;box-shadow:0 0 2px rgba(0,0,0,.2);animation:edd-spinning 1.1s linear infinite;border:2px solid hsla(0,0%,100%,.5);border-left-color:#fff;font-size:14px;filter:alpha(opacity=0);transform:translateZ(0)}#edd-recapture-disconnect.button .edd-loading.dark{border-color:rgba(0,0,0,.2) rgba(0,0,0,.2) rgba(0,0,0,.2) #666;box-shadow:none}.recapture-notice{position:relative}@keyframes edd-spinning{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#edd-chartjs-tooltip{position:absolute;background-color:#fff;border-radius:7px;transition:all .1s ease;pointer-events:none;transform:translate(-50%);font-size:12px;box-shadow:0 0 0 1px rgba(89,94,100,.1),0 15px 35px 0 rgba(89,94,100,.1),0 5px 15px 0 rgba(0,0,0,.12);min-width:120px;opacity:0}.edd-chartjs-tooltip-key{display:inline-block;width:10px;height:10px;margin-right:5px}.wrap-licenses .form-table,.wrap-licenses caption,.wrap-licenses tbody,.wrap-licenses td,.wrap-licenses tfoot,.wrap-licenses th,.wrap-licenses thead,.wrap-licenses tr{display:block}.wrap-licenses .form-table tr{float:left;margin:0 15px 15px 0;background:#fff;border:1px solid #ccc;width:30.5%;max-width:350px;padding:14px;min-height:220px;position:relative;box-sizing:border-box}.wrap-licenses .form-table th{background:#f9f9f9;padding:14px;border-bottom:1px solid #ccc;margin:-14px -14px 20px;width:100%}.wrap-licenses .form-table td{padding:0}.wrap-licenses td input.regular-text{margin:0 0 8px;width:100%}.wrap-licenses .edd-license-data[class*=edd-license-]{position:absolute;background:#fafafa;padding:14px;border-top:1px solid #eee;margin:20px -14px -14px;min-height:67px;width:100%;bottom:14px;box-sizing:border-box}.wrap-licenses .edd-license-data[class*=edd-license-] a{color:#444}.wrap-licenses .edd-license-data[class*=edd-license-] a:hover{text-decoration:none}.wrap-licenses .edd-license-data.license-expires-soon-notice{background-color:#00a0d2;color:#fff;border-color:#00a0d2}.wrap-licenses .edd-license-data.edd-license-expired{background-color:#e24e4e;color:#fff;border-color:#e24e4e}.wrap-licenses .edd-license-data.edd-license-error,.wrap-licenses .edd-license-data.edd-license-invalid,.wrap-licenses .edd-license-data.edd-license-item_name_mismatch,.wrap-licenses .edd-license-data.edd-license-missing,.wrap-licenses .edd-license-data.edd-license-site_inactive{background-color:#ffebcd;border-color:#ffebcd}.wrap-licenses .edd-license-data p{font-size:13px;margin-top:0}.wrap-licenses .edd-license-data.edd-license-expired a,.wrap-licenses .edd-license-data.license-expires-soon-notice a{color:#fff}.wrap-licenses .edd-license-data.edd-license-expired a:hover,.wrap-licenses .edd-license-data.license-expires-soon-notice a:hover{text-decoration:none}.wrap-licenses p.submit{clear:both}#edd-send-test-summary-save-changes-notice .notice p{font-size:13px}#edd-send-test-summary-notice,#edd-send-test-summary-save-changes-notice{display:flex;margin-top:5px}.edd-graph .y1Axis{color:#edc240!important}.edd-graph .y2Axis{color:#afd8f8!important}.wp-list-table.apikeys input.code{width:100%;font-size:10px;cursor:text;background:#fff;border:1px solid #ddd;box-shadow:none;color:#555}.edd-toggle{position:relative;display:inline-block;overflow:visible}.edd-toggle input[type=checkbox]{display:inline-block;vertical-align:middle;position:relative;margin:0;padding:0;width:42px;height:24px;background-color:#ccc;transition:background .2s ease;border-radius:34px;box-shadow:none;border:none}.edd-toggle .label{display:inline-block;vertical-align:middle;white-space:nowrap}.edd-toggle input[type=checkbox]:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:transform .1s ease;border-radius:50%}.edd-toggle input[type=checkbox]:checked{background-color:#007cba}.edd-toggle input[type=checkbox]:active,.edd-toggle input[type=checkbox]:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px #7e8993}.edd-toggle input[type=checkbox]:checked:active,.edd-toggle input[type=checkbox]:checked:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #007cba}.edd-toggle input[type=checkbox]:checked:before{transform:translateX(22px)}.edd-toggle .label+input,.edd-toggle input+.label{margin-left:5px}.download_page_edd-tools .tablenav .actions{overflow:visible}.edd_user_search_wrap{position:relative;overflow:visible}.edd_user_search_wrap .spinner{position:absolute;margin:0;padding:0;right:4px;top:-2px}.edd_user_search_wrap.loading .spinner{visibility:visible}.edd_user_search_results{position:absolute;left:0;top:20px}.edd_user_search_results a.edd-ajax-user-cancel{position:absolute;right:6px;top:2px}.edd_user_search_results ul{background:#fafafa;border:1px solid #dfdfdf;overflow-y:scroll;padding:0;margin:0;height:150px;width:185px;box-shadow:0 3px 5px rgba(0,0,0,.1)}.edd_user_search_results li{margin:0}.edd_user_search_results li a{display:block;text-decoration:none;padding:6px 10px}.edd_user_search_results li a:hover{background:#f5f5f5}.edd_user_search_results li.no-users{text-align:center;vertical-align:middle;display:block;line-height:150px;color:#bbb;text-transform:uppercase;font-size:11px}@media screen and (max-width:1100px){.edd-mix-chart{display:block;width:100%}.wrap-licenses .form-table tr{width:46%;max-width:none;min-height:230px}}@media screen and (max-width:782px){.license-expiration-date-notice,.license-lifetime-notice,.license-null{padding-left:0}[class^=license-] input[type=text]{margin-bottom:3px}}@media screen and (max-width:600px){.wrap-licenses .form-table tr{width:100%;min-height:230px}#edd-edit-order-form input.large-text{width:100%}}#edd-item-wrapper{background:#fff;border:1px solid #c3c4c7;box-shadow:0 1px 1px rgba(0,0,0,.04);position:relative;margin-top:15px;display:flex}#edd-item-wrapper.full-width{max-width:100%}#edd-item-wrapper:after{content:"";display:block;clear:both;visibility:hidden;font-size:0;height:0}.edd-sections-wrap{clear:both;width:100%}.edd-sections-wrap .section-wrap{background-color:#fff;display:inline-block;z-index:2}.js .edd-sections-wrap .edd-vertical-sections:not(.meta-box) .section-wrap>div{min-height:500px;height:100%}.edd-sections-wrap .section-wrap .customer-section:not(:last-child){border-bottom:1px solid #eee}.edd-sections-wrap .section-wrap .customer-section table{margin-bottom:20px}.edd-sections-wrap .section-wrap{border-left:1px solid #e5e5e5}.edd-sections-wrap .section-wrap .section-content>*{padding:20px}.edd-sections-wrap .section-wrap .section-content h2{margin:0;padding-bottom:0}.edd-sections-wrap .section-wrap .avatar-wrap{float:left;padding-right:10px;text-align:center}.edd-sections-wrap .section-wrap img.avatar{border-radius:5px}.edd-sections-wrap .section-wrap .customer-id{position:absolute;right:0;top:0;padding:10px;background-color:#fafafa;border-bottom-left-radius:20%;border:1px solid #eee;border-top:none;border-right:none;font-family:monospace;font-size:18px;font-weight:600}.edd-item-info.customer-info input[type=password],.edd-item-info.customer-info input[type=text],.edd-item-info.customer-info select{width:200px;height:auto;box-shadow:none;transition:none;border:1px solid #ddd;margin:-5px 0 4px -2px;font-size:13px;padding:2px 4px}.edd-sections-wrap .section-wrap .customer-main-wrapper{float:left}.edd-sections-wrap .section-wrap .customer-main-wrapper input[name="customerinfo[name]"]{font-size:24px}.edd-sections-wrap .section-wrap .customer-address-wrapper{float:right;margin-top:-3px;margin-right:50px;width:202px}.edd-sections-wrap .section-wrap .info-wrapper{min-height:125px;overflow:visible}.edd-sections-wrap .section-wrap .customer-address span[data-key=address2],.edd-sections-wrap .section-wrap .customer-address span[data-key=address],.edd-sections-wrap .section-wrap .customer-address span[data-key=country]{display:block}.edd-sections-wrap .section-wrap a.delete{color:red;margin-right:5px;text-decoration:none}.customer-info{min-height:185px}.customer-info .customer-name{font-size:24px;font-weight:600}.customer-info .customer-name.editable{margin-bottom:6px}.customer-edit-link a{font-weight:400;text-decoration:none}.disconnect-user a{color:#aaa;font-size:20px}#customer-edit-actions{padding:3px;line-height:28px;text-align:center}#customer-edit-actions .button-secondary{margin-right:5px}#customer-edit-actions .cancel{padding:5px}.edd-sections-wrap .section-wrap .row-title{width:30%}.edd-sections-wrap .section-wrap .editable{display:block;padding:3px}.edd-sections-wrap .section-wrap div.edit-item{margin-left:-4px;margin-top:-20px}.edd-sections-wrap .section-wrap .customer-address.edit-item{margin-top:3px}.edd-sections-wrap .section-wrap span.edit-item{display:none}.edd-sections-wrap .section-wrap .edit-item input{font-size:13px}.edd-sections-wrap .section-wrap .customer-name.edit-item input{margin-top:-5px}.edd-sections-wrap .section-wrap .edd_user_search_results{left:-2px;top:18px}.edd-sections-wrap .section-wrap .edd_user_search_results ul{width:198px}#edd-item-stats-wrapper{margin:0 auto;text-align:center}#edd-item-stats-wrapper ul{display:flex;margin:0}#edd-item-stats-wrapper li{font-size:14px;margin-bottom:0;width:50%}#edd-item-stats-wrapper a{text-decoration:none}#edd-item-stats-wrapper .dashicons{color:#888;margin-top:-2px}#edd-item-tables-wrapper table{width:100%}#edd-item-tables-wrapper .no-items{text-align:left}#edd-item-tables-wrapper .emails .add-customer-email-row{background-color:#f4f4f4;border-top:1px solid #e5e5e5}#edd-item-tables-wrapper .add-customer-email-wrapper{display:flex;flex-wrap:wrap;align-items:center;margin:12px 0}#edd-item-tables-wrapper .edd-form-group{margin-bottom:0}#edd-item-tables-wrapper .edd-make-email-primary{flex-grow:1;margin-left:12px}#edd-item-tables-wrapper .emails .spinner{float:none;margin:0 10px;-ms-grid-row-align:center;align-self:center}#edd-item-tables-wrapper .notice-error{background-color:#fff5f5}#edd-item-notes-wrapper{min-height:50px}.customer-note-input{margin-bottom:5px;width:100%}.customer-note-wrapper{border-bottom:1px solid #f9f9f9;min-height:38px;padding:7px 0 7px 7px}.customer-note-wrapper span{display:block}.note-content-wrap{padding-top:7px}.edd-sections-wrap .section-wrap .notice-container{padding-left:20px;padding-right:20px;margin-left:-20px;margin-right:-20px}@media screen and (max-width:810px)and (min-width:656px){.customer-info .customer-name{font-size:16px}.edd-sections-wrap .section-wrap .widefat td,.widefat th{max-width:100%!important;display:table-cell}}@media screen and (max-width:781px){#edd-item-tab-wrapper,.edd-sections-wrap .section-wrap{margin:0;width:100%}#edd-item-tab-wrapper-list .dashicons{font-size:18px}.edd-item-has-tabs .edd-sections-wrap .section-wrap{border-top:1px solid #e5e5e5;border-left:0;margin-top:-1px}}@media screen and (max-width:656px){.edd-item-info.customer-info{position:relative}.edd-sections-wrap .section-wrap .customer-address-wrapper{float:none;position:absolute;top:84px;left:165px;max-width:200px}.edd-sections-wrap .section-wrap .customer-main-wrapper{float:none;position:absolute;left:165px}.customer-info .customer-name{font-size:16px}.edd-sections-wrap .section-wrap #edd-item-stats-wrapper{padding-left:0;padding-right:0}.edd-sections-wrap .section-wrap .customer-section{margin-bottom:0}.edd-sections-wrap .section-wrap .widefat td.column-primary,.edd-sections-wrap .section-wrap .widefat td.no-items,.edd-sections-wrap .section-wrap .widefat th.column-primary{width:100px!important;display:table-cell;overflow:hidden;text-align:left}.edd-sections-wrap .section-wrap .customer-id{display:none}#edd-item-tables-wrapper .emails td.column-primary{padding-right:10px;width:100%!important}#edd-item-tables-wrapper .edd-form-group{margin:0 0 16px}}@media screen and (max-width:480px){#edd-item-tab-wrapper-list li{width:50%}#edd-item-tab-wrapper-list li:nth-child(3n+3){border-width:0 1px 1px 0}#edd-item-tab-wrapper-list li:nth-child(2n){border-width:0 0 1px}.download_page_edd-reports .button{text-align:center}#edd-payment-date-filters span{display:block}#edd-payment-date-filters span>input{float:right}#edd-add-discount select[multiple] option,#edd-edit-discount select[multiple] option{height:20px}.download_page_edd-reports .inside .button,.download_page_edd-reports .inside input[type=submit],.download_page_edd-reports .inside input[type=text],.download_page_edd-reports .inside select,.download_page_edd-settings .inside input[type=button],.download_page_edd-tools .inside input[type=submit],.download_page_edd-tools .inside input[type=text],.download_page_edd-tools .inside select{width:100%}#edd-add-discount select[multiple],#edd-edit-discount select[multiple],.download_page_edd-tools select[multiple]{height:200px!important}.download_page_edd-settings input[type=checkbox]{margin:2px 0}.post-type-download input[type=checkbox]{margin-left:2px}}.inside .edd-tools-textarea{background:#32373c;color:rgba(240,245,250,.7);font-size:12px;font-family:Menlo,Monaco,monospace;display:block;overflow:auto;white-space:pre;width:100%;height:450px;padding:10px;outline:none}#system-info-textarea::selection{background:#555;color:#fff}#edd-system-info .edd-inline-button{margin-left:5px}.recount-stats-controls form{display:inline}.edd-recount-stats-descriptions span{display:none;line-height:24px}.edd-vertical-sections{overflow:visible;display:block;display:flex}#edd-item-tab-wrapper,.edd-vertical-sections .section-nav{position:relative;width:20%;line-height:1em;margin:0 -1px 0 0;padding:0;background-color:#f5f5f5;border-right:1px solid #e5e5e5;box-sizing:border-box;max-width:200px}#edd-item-tab-wrapper-list{margin:0}#edd-item-tab-wrapper li,.edd-vertical-sections .section-nav li{display:block;position:relative;margin:0;padding:0;background-color:#fcfcfc}.edd-vertical-sections .section-title:last-of-type{margin-bottom:24px}#edd-item-tab-wrapper li>.edd-item-tab-label-wrap,#edd-item-tab-wrapper li a,.edd-vertical-sections .section-nav li a{display:flex;margin:0;padding:9px;text-decoration:none;border-bottom:1px solid #e5e5e5;box-shadow:none;position:relative;align-items:center}#edd-item-tab-wrapper li a:focus,#edd-item-tab-wrapper li a:hover,.edd-vertical-sections .section-nav li a:focus,.edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0;outline:0;transition:all .25s}.edd-vertical-sections .section-nav .section-title--is-active a:after{content:"";width:1px;height:100%;background:#fff;position:absolute;right:0;top:0;bottom:0;z-index:3}#edd-item-tab-wrapper li>.edd-item-tab-label-wrap{background-color:#fff}.edd-vertical-sections .section-nav li a>.dashicons,.edd-vertical-sections .section-nav li a>span{display:inline-block}.edd-vertical-sections .section-nav li a>span{max-width:76%}.edd-vertical-sections .section-nav li a .dashicons{line-height:20px;margin-right:3px;color:#888}.edd-vertical-sections .section-nav .section-title--is-active a{font-weight:700;color:#555;background-color:#fff;border-right:none;margin-right:-1px}.edd-vertical-sections.use-js .section-content,.no-js .edd-vertical-sections.use-js.edd-item-header-small,.no-js .edd-vertical-sections.use-js .section-nav{display:none}.no-js .edd-vertical-sections.use-js .section-content{display:block}.admin-color-fresh .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-fresh .edd-vertical-sections .section-nav li a:focus,.admin-color-fresh .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #0073aa}.admin-color-blue .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-blue .edd-vertical-sections .section-nav li a:focus,.admin-color-blue .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #096484}.admin-color-coffee .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-coffee .edd-vertical-sections .section-nav li a:focus,.admin-color-coffee .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #c7a589}.admin-color-ectoplasm .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-ectoplasm .edd-vertical-sections .section-nav li a:focus,.admin-color-ectoplasm .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #a3b745}.admin-color-midnight .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-midnight .edd-vertical-sections .section-nav li a:focus,.admin-color-midnight .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #e14d43}.admin-color-ocean .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-ocean .edd-vertical-sections .section-nav li a:focus,.admin-color-ocean .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #627c83}.admin-color-sunrise .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-sunrise .edd-vertical-sections .section-nav li a:focus,.admin-color-sunrise .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #be3631}.admin-color-light .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-light .edd-vertical-sections .section-nav li a:focus,.admin-color-light .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #888}.admin-color-evergreen .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-evergreen .edd-vertical-sections .section-nav li a:focus,.admin-color-evergreen .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #36533f}.admin-color-mint .edd-vertical-sections .section-nav .section-title--is-active a,.admin-color-mint .edd-vertical-sections .section-nav li a:focus,.admin-color-mint .edd-vertical-sections .section-nav li a:hover{box-shadow:inset 5px 0 #4f6d59}.edd-vertical-sections .section-nav .section-title--is-active .dashicons{color:#555}@media only screen and (max-width:782px){#edd-item-tab-wrapper,.edd-vertical-sections .section-nav{width:48px}.edd-vertical-sections .section-nav li a{justify-content:center}.edd-vertical-sections .section-nav li a .dashicons{width:24px;height:24px;font-size:24px;line-height:24px;margin:0}.section-nav li .dashicons:before{width:24px;height:24px}#edd-item-tab-wrapper .edd-item-tab-label,.section-nav li .label{overflow:hidden;position:absolute;top:-1000em;left:-1000em;width:1px;height:1px}}#edd-item-card-wrapper,.edd-vertical-sections .section-wrap{width:80%}#edd-item-card-wrapper .item-section{background:#fff;overflow:hidden;box-sizing:border-box}:not(#edd-item-tab-wrapper)+#edd-item-card-wrapper .item-section{margin:25px 0;padding:20px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}#edd-item-tab-wrapper+#edd-item-card-wrapper{padding:20px;border-left:1px solid #e5e5e5;box-sizing:border-box}@media only screen and (min-width:1200px){#edd-graphs-filter,#edd-item-card-wrapper,.edd-vertical-sections:not(.meta-box) .section-wrap{width:calc(100% - 200px)}}@media only screen and (max-width:782px){#edd-graphs-filter,#edd-item-card-wrapper,.edd-vertical-sections .section-wrap{width:calc(100% - 48px)}}#edd-debug-log .edd-inline-button{margin-left:5px}.edd-settings-sidebar{padding-top:27px}.edd-settings-sidebar-content{background-color:#fff;text-align:center;border:1px solid #ddd;box-sizing:border-box;max-width:300px}.edd-settings-sidebar-content p{font-size:14px;line-height:1.5;margin-top:0}.edd-sidebar-header-section{background-color:#35495c;line-height:1;padding:26px 20px 24px;border-bottom:3px dashed #fafafa}.edd-sidebar-description-section{background-color:#fafafa;padding:16px 20px;border-bottom:1px solid #ddd}.edd-sidebar-description-section .edd-sidebar-description{margin:0}.edd-sidebar-coupon-section{font-size:14px;padding:16px 20px}.edd-sidebar-coupon-section label{display:block;line-height:1.4;margin-bottom:6px}.edd-sidebar-coupon-section label strong{color:#253b51;font-weight:700}.edd-sidebar-coupon-section input{background:#f4f7fa;font-size:22px;font-weight:600;text-align:center;padding:10px;border:2px dashed #2794da;border-radius:4px;margin-bottom:16px;box-shadow:none;width:100%}.edd-sidebar-coupon-section input:focus{border:2px dashed #2794da;box-shadow:none}.edd-settings-sidebar-content .edd-coupon-note{color:#6c7883;font-size:13px;font-style:italic;margin:0}.edd-settings-sidebar-content .edd-coupon-note a{color:#253b51}.edd-settings-sidebar-content .edd-coupon-note a:hover{text-decoration:none}.edd-sidebar-footer-section{background-color:#fafafa;padding:16px 20px;border-top:1px solid #ddd}.edd-sidebar-footer-section .edd-cta-button{display:block;background-color:#2794da;color:#fff;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;padding:17px 10px;border:none;border-radius:4px;width:100%;box-sizing:border-box;box-shadow:none;transition:background-color .2s}.edd-sidebar-footer-section .edd-cta-button:hover{background-color:#2386c5}@media (min-width:1080px){.edd-has-sidebar .edd-settings-content{float:left;width:67%}.edd-has-sidebar .edd-settings-sidebar{float:right;width:31%}}@media (min-width:1240px){.edd-has-sidebar .edd-settings-content{width:74%}.edd-has-sidebar .edd-settings-sidebar{width:23%}}.taxes-tab .edd-has-sidebar .edd-settings-content,.taxes-tab .edd-has-sidebar .edd-settings-sidebar{float:none;width:100%}.bfcm-promo-img-container{background-color:#35495c;width:100%;height:160px}.bfcm-code{color:#2794da;font-weight:700}.sale-ends{position:absolute;bottom:9px;right:14px;display:inline-block;color:#6c7883;font-size:12px;text-align:right;font-style:italic;width:150px}
|
assets/js/edd-ajax.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function d(a){if(t[a])return t[a].exports;var n=t[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,d),n.l=!0,n.exports}d.m=e,d.c=t,d.d=function(e,t,a){d.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},d.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},d.t=function(e,t){if(1&t&&(e=d(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(d.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)d.d(a,n,function(t){return e[t]}.bind(null,n));return a},d.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return d.d(t,"a",t),t},d.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},d.p="",d(d.s=221)}({1:function(e,t){e.exports=jQuery},10:function(e,t,d){"use strict";(function(e){d.d(t,"a",(function(){return a})),d.d(t,"b",(function(){return r}));var a=function(e){var t,d=e;switch(e){case"amex":d="americanexpress",t=32;break;default:t=50}return"\n <svg\n width=".concat(t,"\n height=",32,'\n class="payment-icon icon-').concat(d,'"\n role="img"\n >\n <use\n href="#icon-').concat(d,'"\n xlink:href="#icon-').concat(d,'">\n </use>\n </svg>')},n=0;function r(t){if("1"==edd_global_vars.taxes_enabled){var d=e("#edd_cc_address"),a=d.find("#billing_country").val(),r=d.find("#card_address").val(),o=d.find("#card_address_2").val(),i=d.find("#card_city").val(),c=d.find("#card_state").val();t||(t=c);var s={action:"edd_recalculate_taxes",card_address:r,card_address_2:o,card_city:i,card_zip:d.find("#card_zip").val(),state:t,billing_country:a,nonce:e("#edd-checkout-address-fields-nonce").val(),current_page:edd_global_vars.current_page};e("#edd_purchase_submit [type=submit]").after('<span class="edd-loading-ajax edd-recalculate-taxes-loading edd-loading"></span>');var _=++n;return e.ajax({type:"POST",data:s,dataType:"json",url:edd_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){if(_===n){t.html&&e("#edd_checkout_cart_form").replaceWith(t.html),e(".edd_cart_amount").html(t.total);var d=new Object;d.postdata=s,d.response=t,e("body").trigger("edd_taxes_recalculated",[d])}e(".edd-recalculate-taxes-loading").remove()}}).fail((function(t){window.console&&window.console.log&&(console.log(t),_===n&&e("body").trigger("edd_taxes_recalculated",[tax_data]))}))}}}).call(this,d(1))},221:function(e,t,d){"use strict";d.r(t),function(e){var t=d(10);function a(t){e(".edd-cart-ajax").show(),e("#edd_purchase_form_wrap").html('<span class="edd-loading-ajax edd-loading"></span>');var d=document.getElementById("edd-gateway-"+t).getAttribute("data-"+t+"-nonce"),a=edd_scripts.ajaxurl;a.indexOf("?")>0?a+="&":a+="?",a=a+"payment-mode="+t,e.post(a,{action:"edd_load_gateway",edd_payment_mode:t,nonce:d,current_page:edd_scripts.current_page},(function(d){e("#edd_purchase_form_wrap").html(d),e("body").trigger("edd_gateway_loaded",[t])}))}e(document).ready((function(e){if(e(".edd-add-to-cart:not(.edd-no-js)").addClass("edd-has-js"),e(document.body).on("click.eddRemoveFromCart",".edd-remove-from-cart",(function(t){var d=e(this),a=d.data("cart-item"),n=d.data("action"),r=d.data("download-id"),o=d.data("nonce"),i={action:n,cart_item:a,nonce:o,timestamp:d.data("timestamp"),token:d.data("token")};return e.ajax({type:"POST",data:i,dataType:"json",url:edd_scripts.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){if(t.removed){if(parseInt(edd_scripts.position_in_cart,10)===parseInt(a,10)||edd_scripts.has_purchase_links)return window.location=window.location,!1;e(".edd-cart").each((function(){e(this).find("[data-cart-item='"+a+"']").parent().remove()})),e(".edd-cart").each((function(){var t=0;e(this).find("[data-cart-item]").each((function(){e(this).attr("data-cart-item",t),t+=1}))})),e("[id^=edd_purchase_"+r+"]").length&&(e("[id^=edd_purchase_"+r+"] .edd_go_to_checkout").hide(),e("[id^=edd_purchase_"+r+"] .edd-add-to-cart.edd-has-js").show().removeAttr("data-edd-loading"),"1"===edd_scripts.quantities_enabled&&e("[id^=edd_purchase_"+r+"] .edd_download_quantity_wrapper").show()),e("span.edd-cart-quantity").text(t.cart_quantity),e(document.body).trigger("edd_quantity_updated",[t.cart_quantity]),edd_scripts.taxes_enabled&&(e(".cart_item.edd_subtotal span").html(t.subtotal),e(".cart_item.edd_cart_tax span").html(t.tax)),e(".cart_item.edd_total span").html(t.total),0===t.cart_quantity&&(e(".cart_item.edd_subtotal,.edd-cart-number-of-items,.cart_item.edd_checkout,.cart_item.edd_cart_tax,.cart_item.edd_total").hide(),e(".edd-cart").each((function(){var t=e(this).parent();t.length&&(t.addClass("cart-empty"),t.removeClass("cart-not-empty")),e(this).append('<li class="cart_item empty">'+edd_scripts.empty_cart_message+"</li>")}))),e(document.body).trigger("edd_cart_item_removed",[t])}}}).fail((function(e){window.console&&window.console.log&&console.log(e)})).done((function(e){})),!1})),e(document.body).on("click.eddAddToCart",".edd-add-to-cart",(function(t){t.preventDefault();var d=e(this),a=d.closest("form");d.prop("disabled",!0),d.find(".edd-loading");var n=d.closest("div");d.attr("data-edd-loading",""),a=d.parents("form").last();var r=d.data("download-id"),o=d.data("variable-price"),i=d.data("price-mode"),c=d.data("nonce"),s=[],_=!0;if("yes"===o)if(a.find(".edd_price_option_"+r+'[type="hidden"]').length>0)s[0]=e(".edd_price_option_"+r,a).val(),a.find(".edd-submit").data("price")&&a.find(".edd-submit").data("price")>0&&(_=!1);else{if(!a.find(".edd_price_option_"+r+":checked",a).length)return d.removeAttr("data-edd-loading"),alert(edd_scripts.select_option),t.stopPropagation(),d.prop("disabled",!1),!1;a.find(".edd_price_option_"+r+":checked",a).each((function(t){if(s[t]=e(this).val(),!0===_){var d=e(this).data("price");d&&d>0&&(_=!1)}}))}else s[0]=r,d.data("price")&&d.data("price")>0&&(_=!1);if(_&&a.find(".edd_action_input").val("add_to_cart"),"straight_to_gateway"===a.find(".edd_action_input").val())return a.submit(),!0;var l={action:d.data("action"),download_id:r,price_ids:s,post_data:e(a).serialize(),nonce:c};return e.ajax({type:"POST",data:l,dataType:"json",url:edd_scripts.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){var c="1"===edd_scripts.redirect_to_checkout,s="1"===a.find("#edd_redirect_to_checkout").val();if(c&&s||!c&&s)window.location=edd_scripts.checkout_page;else{if("1"===edd_scripts.taxes_enabled&&(e(".cart_item.edd_subtotal").show(),e(".cart_item.edd_cart_tax").show()),e(".cart_item.edd_total").show(),e(".cart_item.edd_checkout").show(),e(".cart_item.empty").length&&e(".cart_item.empty").hide(),e(".widget_edd_cart_widget .edd-cart").each((function(d){var a=e(this).find(".edd-cart-meta:first");e(t.cart_item).insertBefore(a);var n=e(this).parent();n.length&&(n.addClass("cart-not-empty"),n.removeClass("cart-empty"))})),"1"===edd_scripts.taxes_enabled&&(e(".edd-cart-meta.edd_subtotal span").html(t.subtotal),e(".edd-cart-meta.edd_cart_tax span").html(t.tax)),e(".edd-cart-meta.edd_total span").html(t.total),e(".edd-cart-item-title",t.cart_item).length,e("span.edd-cart-quantity").each((function(){e(this).text(t.cart_quantity),e(document.body).trigger("edd_quantity_updated",[t.cart_quantity])})),"none"===e(".edd-cart-number-of-items").css("display")&&e(".edd-cart-number-of-items").show("slow"),"no"!==o&&"multi"===i||(e(".edd-add-to-cart.edd-has-js",n).toggle(),e(".edd_go_to_checkout",n).show()),"multi"===i&&d.removeAttr("data-edd-loading"),e(".edd_download_purchase_form").length&&("no"===o||!a.find(".edd_price_option_"+r).is("input:hidden"))){var _=e('.edd_download_purchase_form *[data-download-id="'+r+'"]').parents("form");e(".edd-add-to-cart",_).hide(),"multi"!==i&&_.find(".edd_download_quantity_wrapper").slideUp(),e(".edd_go_to_checkout",_).show().removeAttr("data-edd-loading")}"incart"!==t&&(e(".edd-cart-added-alert",n).fadeIn(),setTimeout((function(){e(".edd-cart-added-alert",n).fadeOut()}),3e3)),d.prop("disabled",!1),e(document.body).trigger("edd_cart_item_added",[t])}}}).fail((function(e){window.console&&window.console.log&&console.log(e)})).done((function(e){})),!1})),e("#edd_checkout_form_wrap").on("click",".edd_checkout_register_login",(function(){var t=e(this),d={action:t.data("action"),nonce:t.data("nonce")};return e(".edd-cart-ajax").show(),e.post(edd_scripts.ajaxurl,d,(function(t){e("#edd_checkout_login_register").html(edd_scripts.loading),e("#edd_checkout_login_register").html(t),e(".edd-cart-ajax").hide()})),!1})),e(document).on("click","#edd_purchase_form #edd_login_fields input[type=submit]",(function(t){t.preventDefault();var d=e(this).val();e(this).attr("data-original-value",d),e(this).val(edd_global_vars.purchase_loading),e(this).after('<span class="edd-loading-ajax edd-loading"></span>');var a={action:"edd_process_checkout_login",edd_ajax:1,edd_user_login:e("#edd_login_fields #edd_user_login").val(),edd_user_pass:e("#edd_login_fields #edd_user_pass").val(),edd_login_nonce:e("#edd_login_nonce").val()};e.post(edd_global_vars.ajaxurl,a,(function(t){"success"===e.trim(t)?(e(".edd_errors").remove(),window.location=edd_scripts.checkout_page):(e("#edd_login_fields input[type=submit]").val(d),e(".edd-loading-ajax").remove(),e(".edd_errors").remove(),e("#edd-user-login-submit").before(t))}))})),e(document).on("change","select#edd-gateway, input.edd-gateway",(function(t){var d=e("#edd-gateway option:selected, input.edd-gateway:checked").val();return"0"===d||a(d),!1})),"1"===edd_scripts.is_checkout){var d=!1,n=!1;e("select#edd-gateway, input.edd-gateway").length&&(d=e("meta[name='edd-chosen-gateway']").attr("content"),n=!0),d||(d=edd_scripts.default_gateway),n?setTimeout((function(){a(d)}),200):setTimeout((function(){e("body").trigger("edd_gateway_loaded",[d])}),300)}function r(){var d,a=e(this),n="undefined"!=typeof edd_global_vars,r="card_state";"edd_address_country"===e(this).attr("id")&&(r="edd_address_state");var o=document.getElementById(r);if("card_state"!==a.attr("id")&&null!=o){var i=e(this).data("nonce"),c={action:"edd_get_shop_states",country:a.val(),field_name:r,nonce:i};e.ajax({type:"POST",data:c,url:edd_scripts.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){d=n?e("#edd_purchase_form"):a.closest("form");var o='input[name="card_state"], select[name="card_state"], input[name="edd_address_state"], select[name="edd_address_state"]';if("nostates"===e.trim(t)){var i='<input type="text" id="'+r+'" name="card_state" class="card-state edd-input required" value=""/>';d.find(o).replaceWith(i)}else d.find(o).replaceWith(t);n&&e(document.body).trigger("edd_cart_billing_address_updated",[t])}}).fail((function(e){window.console&&window.console.log&&console.log(e)})).done((function(e){n&&Object(t.b)()}))}else n&&Object(t.b)();return!1}e(document).on("click","#edd_purchase_form #edd_purchase_submit [type=submit]",(function(t){var d=document.getElementById("edd_purchase_form");if("function"!=typeof d.checkValidity||!1!==d.checkValidity()){t.preventDefault();var a=e(this).val();e(this).val(edd_global_vars.purchase_loading),e(this).prop("disabled",!0),e(this).after('<span class="edd-loading-ajax edd-loading"></span>'),e.post(edd_global_vars.ajaxurl,e("#edd_purchase_form").serialize()+"&action=edd_process_checkout&edd_ajax=true",(function(t){"success"===e.trim(t)?(e(".edd_errors").remove(),e(".edd-error").hide(),e(d).submit()):(e("#edd-purchase-button").val(a),e(".edd-loading-ajax").remove(),e(".edd_errors").remove(),e(".edd-error").hide(),e(edd_global_vars.checkout_error_anchor).before(t),e("#edd-purchase-button").prop("disabled",!1),e(document.body).trigger("edd_checkout_error",[t]))}))}})),e(document.body).on("change","#edd_cc_address input.card_state, #edd_cc_address select, #edd_address_country",r),window.update_state_field=r,e(document.body).on("change","#edd_cc_address input[name=card_zip]",(function(){"undefined"!=typeof edd_global_vars&&Object(t.b)()}))})),window.edd_load_gateway=a}.call(this,d(1))}});
|
1 |
+
!function(e){var t={};function d(a){if(t[a])return t[a].exports;var r=t[a]={i:a,l:!1,exports:{}};return e[a].call(r.exports,r,r.exports,d),r.l=!0,r.exports}d.m=e,d.c=t,d.d=function(e,t,a){d.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},d.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},d.t=function(e,t){if(1&t&&(e=d(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(d.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)d.d(a,r,function(t){return e[t]}.bind(null,r));return a},d.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return d.d(t,"a",t),t},d.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},d.p="",d(d.s=221)}({1:function(e,t){e.exports=jQuery},10:function(e,t,d){"use strict";(function(e){d.d(t,"a",(function(){return a})),d.d(t,"b",(function(){return n}));var a=function(e){var t,d=e;switch(e){case"amex":d="americanexpress",t=32;break;default:t=50}return"\n <svg\n width=".concat(t,"\n height=",32,'\n class="payment-icon icon-').concat(d,'"\n role="img"\n >\n <use\n href="#icon-').concat(d,'"\n xlink:href="#icon-').concat(d,'">\n </use>\n </svg>')},r=0;function n(t){if("1"==edd_global_vars.taxes_enabled){var d=e("#edd_cc_address"),a=d.find("#billing_country").val(),n=d.find("#card_address").val(),o=d.find("#card_address_2").val(),i=d.find("#card_city").val(),c=d.find("#card_state").val();t||(t=c);var s={action:"edd_recalculate_taxes",card_address:n,card_address_2:o,card_city:i,card_zip:d.find("#card_zip").val(),state:t,billing_country:a,nonce:e("#edd-checkout-address-fields-nonce").val(),current_page:edd_global_vars.current_page};e("#edd_purchase_submit [type=submit]").after('<span class="edd-loading-ajax edd-recalculate-taxes-loading edd-loading"></span>');var _=++r;return e.ajax({type:"POST",data:s,dataType:"json",url:edd_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){if(_===r){t.html&&e("#edd_checkout_cart_form").replaceWith(t.html),e(".edd_cart_amount").html(t.total);var d=new Object;d.postdata=s,d.response=t,e("body").trigger("edd_taxes_recalculated",[d])}e(".edd-recalculate-taxes-loading").remove()}}).fail((function(t){window.console&&window.console.log&&(console.log(t),_===r&&e("body").trigger("edd_taxes_recalculated",[tax_data]))}))}}}).call(this,d(1))},221:function(e,t,d){"use strict";d.r(t),function(e){var t=d(10);function a(t){e(".edd-cart-ajax").show(),e("#edd_purchase_form_wrap").html('<span class="edd-loading-ajax edd-loading"></span>');var d=document.getElementById("edd-gateway-"+t).getAttribute("data-"+t+"-nonce"),a=edd_scripts.ajaxurl;a.indexOf("?")>0?a+="&":a+="?",a=a+"payment-mode="+t,e.post(a,{action:"edd_load_gateway",edd_payment_mode:t,nonce:d,current_page:edd_scripts.current_page},(function(d){e("#edd_purchase_form_wrap").html(d),e("body").trigger("edd_gateway_loaded",[t])}))}e(document).ready((function(e){if(e(".edd-add-to-cart:not(.edd-no-js)").addClass("edd-has-js"),e(document.body).on("click.eddRemoveFromCart",".edd-remove-from-cart",(function(t){var d=e(this),a=d.data("cart-item"),r=d.data("action"),n=d.data("download-id"),o=d.data("nonce"),i={action:r,cart_item:a,nonce:o,timestamp:d.data("timestamp"),token:d.data("token"),current_page:edd_scripts.current_page};return e.ajax({type:"POST",data:i,dataType:"json",url:edd_scripts.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){if(t.removed){if(parseInt(edd_scripts.position_in_cart,10)===parseInt(a,10)||edd_scripts.has_purchase_links)return window.location=window.location,!1;e(".edd-cart").each((function(){e(this).find("[data-cart-item='"+a+"']").parent().remove()})),e(".edd-cart").each((function(){var t=0;e(this).find("[data-cart-item]").each((function(){e(this).attr("data-cart-item",t),t+=1}))})),e("[id^=edd_purchase_"+n+"]").length&&(e("[id^=edd_purchase_"+n+"] .edd_go_to_checkout").hide(),e("[id^=edd_purchase_"+n+"] .edd-add-to-cart.edd-has-js").show().removeAttr("data-edd-loading"),"1"===edd_scripts.quantities_enabled&&e("[id^=edd_purchase_"+n+"] .edd_download_quantity_wrapper").show()),e("span.edd-cart-quantity").text(t.cart_quantity),e(document.body).trigger("edd_quantity_updated",[t.cart_quantity]),edd_scripts.taxes_enabled&&(e(".cart_item.edd_subtotal span").html(t.subtotal),e(".cart_item.edd_cart_tax span").html(t.tax)),e(".cart_item.edd_total span").html(t.total),0===t.cart_quantity&&(e(".cart_item.edd_subtotal,.edd-cart-number-of-items,.cart_item.edd_checkout,.cart_item.edd_cart_tax,.cart_item.edd_total").hide(),e(".edd-cart").each((function(){var t=e(this).parent();t.length&&(t.addClass("cart-empty"),t.removeClass("cart-not-empty")),e(this).append('<li class="cart_item empty">'+edd_scripts.empty_cart_message+"</li>")}))),e(document.body).trigger("edd_cart_item_removed",[t])}}}).fail((function(e){window.console&&window.console.log&&console.log(e)})).done((function(e){})),!1})),e(document.body).on("click.eddAddToCart",".edd-add-to-cart",(function(t){t.preventDefault();var d=e(this),a=d.closest("form");d.prop("disabled",!0),d.find(".edd-loading");var r=d.closest("div");d.attr("data-edd-loading",""),a=d.parents("form").last();var n=d.data("download-id"),o=d.data("variable-price"),i=d.data("price-mode"),c=d.data("nonce"),s=[],_=!0;if("yes"===o)if(a.find(".edd_price_option_"+n+'[type="hidden"]').length>0)s[0]=e(".edd_price_option_"+n,a).val(),a.find(".edd-submit").data("price")&&a.find(".edd-submit").data("price")>0&&(_=!1);else{if(!a.find(".edd_price_option_"+n+":checked",a).length)return d.removeAttr("data-edd-loading"),alert(edd_scripts.select_option),t.stopPropagation(),d.prop("disabled",!1),!1;a.find(".edd_price_option_"+n+":checked",a).each((function(t){if(s[t]=e(this).val(),!0===_){var d=e(this).data("price");d&&d>0&&(_=!1)}}))}else s[0]=n,d.data("price")&&d.data("price")>0&&(_=!1);if(_&&a.find(".edd_action_input").val("add_to_cart"),"straight_to_gateway"===a.find(".edd_action_input").val())return a.submit(),!0;var l={action:d.data("action"),download_id:n,price_ids:s,post_data:e(a).serialize(),nonce:c,current_page:edd_scripts.current_page};return e.ajax({type:"POST",data:l,dataType:"json",url:edd_scripts.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){var c="1"===edd_scripts.redirect_to_checkout,s="1"===a.find("#edd_redirect_to_checkout").val();if(c&&s||!c&&s)window.location=edd_scripts.checkout_page;else{if("1"===edd_scripts.taxes_enabled&&(e(".cart_item.edd_subtotal").show(),e(".cart_item.edd_cart_tax").show()),e(".cart_item.edd_total").show(),e(".cart_item.edd_checkout").show(),e(".cart_item.empty").length&&e(".cart_item.empty").hide(),e(".widget_edd_cart_widget .edd-cart").each((function(d){var a=e(this).find(".edd-cart-meta:first");e(t.cart_item).insertBefore(a);var r=e(this).parent();r.length&&(r.addClass("cart-not-empty"),r.removeClass("cart-empty"))})),"1"===edd_scripts.taxes_enabled&&(e(".edd-cart-meta.edd_subtotal span").html(t.subtotal),e(".edd-cart-meta.edd_cart_tax span").html(t.tax)),e(".edd-cart-meta.edd_total span").html(t.total),e(".edd-cart-item-title",t.cart_item).length,e("span.edd-cart-quantity").each((function(){e(this).text(t.cart_quantity),e(document.body).trigger("edd_quantity_updated",[t.cart_quantity])})),"none"===e(".edd-cart-number-of-items").css("display")&&e(".edd-cart-number-of-items").show("slow"),"no"!==o&&"multi"===i||(e(".edd-add-to-cart.edd-has-js",r).toggle(),e(".edd_go_to_checkout",r).show()),"multi"===i&&d.removeAttr("data-edd-loading"),e(".edd_download_purchase_form").length&&("no"===o||!a.find(".edd_price_option_"+n).is("input:hidden"))){var _=e('.edd_download_purchase_form *[data-download-id="'+n+'"]').parents("form");e(".edd-add-to-cart",_).hide(),"multi"!==i&&_.find(".edd_download_quantity_wrapper").slideUp(),e(".edd_go_to_checkout",_).show().removeAttr("data-edd-loading")}"incart"!==t&&(e(".edd-cart-added-alert",r).fadeIn(),setTimeout((function(){e(".edd-cart-added-alert",r).fadeOut()}),3e3)),d.prop("disabled",!1),e(document.body).trigger("edd_cart_item_added",[t])}}}).fail((function(e){window.console&&window.console.log&&console.log(e)})).done((function(e){})),!1})),e("#edd_checkout_form_wrap").on("click",".edd_checkout_register_login",(function(){var t=e(this),d={action:t.data("action"),nonce:t.data("nonce")};return e(".edd-cart-ajax").show(),e.post(edd_scripts.ajaxurl,d,(function(t){e("#edd_checkout_login_register").html(edd_scripts.loading),e("#edd_checkout_login_register").html(t),e(".edd-cart-ajax").hide()})),!1})),e(document).on("click","#edd_purchase_form #edd_login_fields input[type=submit]",(function(t){t.preventDefault();var d=e(this).val();e(this).attr("data-original-value",d),e(this).val(edd_global_vars.purchase_loading),e(this).after('<span class="edd-loading-ajax edd-loading"></span>');var a={action:"edd_process_checkout_login",edd_ajax:1,edd_user_login:e("#edd_login_fields #edd_user_login").val(),edd_user_pass:e("#edd_login_fields #edd_user_pass").val(),edd_login_nonce:e("#edd_login_nonce").val()};e.post(edd_global_vars.ajaxurl,a,(function(t){"success"===e.trim(t)?(e(".edd_errors").remove(),window.location=edd_scripts.checkout_page):(e("#edd_login_fields input[type=submit]").val(d),e(".edd-loading-ajax").remove(),e(".edd_errors").remove(),e("#edd-user-login-submit").before(t))}))})),e(document).on("change","select#edd-gateway, input.edd-gateway",(function(t){var d=e("#edd-gateway option:selected, input.edd-gateway:checked").val();return"0"===d||a(d),!1})),"1"===edd_scripts.is_checkout){var d=!1,r=!1;e("select#edd-gateway, input.edd-gateway").length&&(d=e("meta[name='edd-chosen-gateway']").attr("content"),r=!0),d||(d=edd_scripts.default_gateway),r?setTimeout((function(){a(d)}),200):setTimeout((function(){e("body").trigger("edd_gateway_loaded",[d])}),300)}function n(){var d,a=e(this),r="undefined"!=typeof edd_global_vars,n="card_state";"edd_address_country"===e(this).attr("id")&&(n="edd_address_state");var o=document.getElementById(n);if("card_state"!==a.attr("id")&&null!=o){var i=e(this).data("nonce"),c={action:"edd_get_shop_states",country:a.val(),field_name:n,nonce:i};e.ajax({type:"POST",data:c,url:edd_scripts.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){d=r?e("#edd_purchase_form"):a.closest("form");var o='input[name="card_state"], select[name="card_state"], input[name="edd_address_state"], select[name="edd_address_state"]';if("nostates"===e.trim(t)){var i='<input type="text" id="'+n+'" name="card_state" class="card-state edd-input required" value=""/>';d.find(o).replaceWith(i)}else d.find(o).replaceWith(t);r&&e(document.body).trigger("edd_cart_billing_address_updated",[t])}}).fail((function(e){window.console&&window.console.log&&console.log(e)})).done((function(e){r&&Object(t.b)()}))}else r&&Object(t.b)();return!1}e(document).on("click","#edd_purchase_form #edd_purchase_submit [type=submit]",(function(t){var d=document.getElementById("edd_purchase_form");if("function"!=typeof d.checkValidity||!1!==d.checkValidity()){t.preventDefault();var a=e(this).val();e(this).val(edd_global_vars.purchase_loading),e(this).prop("disabled",!0),e(this).after('<span class="edd-loading-ajax edd-loading"></span>'),e.post(edd_global_vars.ajaxurl,e("#edd_purchase_form").serialize()+"&action=edd_process_checkout&edd_ajax=true",(function(t){"success"===e.trim(t)?(e(".edd_errors").remove(),e(".edd-error").hide(),e(d).submit()):(e("#edd-purchase-button").val(a),e(".edd-loading-ajax").remove(),e(".edd_errors").remove(),e(".edd-error").hide(),e(edd_global_vars.checkout_error_anchor).before(t),e("#edd-purchase-button").prop("disabled",!1),e(document.body).trigger("edd_checkout_error",[t]))}))}})),e(document.body).on("change","#edd_cc_address input.card_state, #edd_cc_address select, #edd_address_country",n),window.update_state_field=n,e(document.body).on("change","#edd_cc_address input[name=card_zip]",(function(){"undefined"!=typeof edd_global_vars&&Object(t.b)()}))})),window.edd_load_gateway=a}.call(this,d(1))}});
|
assets/js/edd-checkout-global.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var d={};function t(a){if(d[a])return d[a].exports;var n=d[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,t),n.l=!0,n.exports}t.m=e,t.c=d,t.d=function(e,d,a){t.o(e,d)||Object.defineProperty(e,d,{enumerable:!0,get:a})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,d){if(1&d&&(e=t(e)),8&d)return e;if(4&d&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(t.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&d&&"string"!=typeof e)for(var n in e)t.d(a,n,function(d){return e[d]}.bind(null,n));return a},t.n=function(e){var d=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(d,"a",d),d},t.o=function(e,d){return Object.prototype.hasOwnProperty.call(e,d)},t.p="",t(t.s=222)}({1:function(e,d){e.exports=jQuery},10:function(e,d,t){"use strict";(function(e){t.d(d,"a",(function(){return a})),t.d(d,"b",(function(){return o}));var a=function(e){var d,t=e;switch(e){case"amex":t="americanexpress",d=32;break;default:d=50}return"\n <svg\n width=".concat(d,"\n height=",32,'\n class="payment-icon icon-').concat(t,'"\n role="img"\n >\n <use\n href="#icon-').concat(t,'"\n xlink:href="#icon-').concat(t,'">\n </use>\n </svg>')},n=0;function o(d){if("1"==edd_global_vars.taxes_enabled){var t=e("#edd_cc_address"),a=t.find("#billing_country").val(),o=t.find("#card_address").val(),r=t.find("#card_address_2").val(),
|
1 |
+
!function(e){var d={};function t(a){if(d[a])return d[a].exports;var n=d[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,t),n.l=!0,n.exports}t.m=e,t.c=d,t.d=function(e,d,a){t.o(e,d)||Object.defineProperty(e,d,{enumerable:!0,get:a})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,d){if(1&d&&(e=t(e)),8&d)return e;if(4&d&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(t.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&d&&"string"!=typeof e)for(var n in e)t.d(a,n,function(d){return e[d]}.bind(null,n));return a},t.n=function(e){var d=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(d,"a",d),d},t.o=function(e,d){return Object.prototype.hasOwnProperty.call(e,d)},t.p="",t(t.s=222)}({1:function(e,d){e.exports=jQuery},10:function(e,d,t){"use strict";(function(e){t.d(d,"a",(function(){return a})),t.d(d,"b",(function(){return o}));var a=function(e){var d,t=e;switch(e){case"amex":t="americanexpress",d=32;break;default:d=50}return"\n <svg\n width=".concat(d,"\n height=",32,'\n class="payment-icon icon-').concat(t,'"\n role="img"\n >\n <use\n href="#icon-').concat(t,'"\n xlink:href="#icon-').concat(t,'">\n </use>\n </svg>')},n=0;function o(d){if("1"==edd_global_vars.taxes_enabled){var t=e("#edd_cc_address"),a=t.find("#billing_country").val(),o=t.find("#card_address").val(),r=t.find("#card_address_2").val(),c=t.find("#card_city").val(),i=t.find("#card_state").val();d||(d=i);var l={action:"edd_recalculate_taxes",card_address:o,card_address_2:r,card_city:c,card_zip:t.find("#card_zip").val(),state:d,billing_country:a,nonce:e("#edd-checkout-address-fields-nonce").val(),current_page:edd_global_vars.current_page};e("#edd_purchase_submit [type=submit]").after('<span class="edd-loading-ajax edd-recalculate-taxes-loading edd-loading"></span>');var s=++n;return e.ajax({type:"POST",data:l,dataType:"json",url:edd_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(d){if(s===n){d.html&&e("#edd_checkout_cart_form").replaceWith(d.html),e(".edd_cart_amount").html(d.total);var t=new Object;t.postdata=l,t.response=d,e("body").trigger("edd_taxes_recalculated",[t])}e(".edd-recalculate-taxes-loading").remove()}}).fail((function(d){window.console&&window.console.log&&(console.log(d),s===n&&e("body").trigger("edd_taxes_recalculated",[tax_data]))}))}}}).call(this,t(1))},222:function(e,d,t){"use strict";t.r(d),t(223);var a=t(10);window.recalculate_taxes=a.b,window.EDD_Checkout=function(e){var d,t,n;function o(t){t.preventDefault();var o=e("#edd-discount").val(),r=e("#edd-discount-loader"),c=e("#edd_cc_address .edd-input, #edd_cc_address .edd-select").filter("[required]");if(""==o||o==edd_global_vars.enter_discount)return!1;var i={action:"edd_apply_discount",code:o,form:e("#edd_purchase_form").serialize(),current_page:edd_global_vars.current_page};return e("#edd-discount-error-wrap").html("").hide(),r.show(),e.ajax({type:"POST",data:i,dataType:"json",url:edd_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){t?"valid"==t.msg?(e(".edd_cart_discount").html(t.html),e(".edd_cart_discount_row").show(),e(".edd_cart_amount").each((function(){e(this).text(t.total),e(this).data("total",t.total_plain)})),e("#edd-discount",n).val(""),Object(a.b)(),"0.00"==t.total_plain?(e("#edd_cc_fields,#edd_cc_address,#edd_payment_mode_select").slideUp(),c.prop("required",!1),e('input[name="edd-gateway"]').val("manual")):(c.prop("required",!0),e("#edd_cc_fields,#edd_cc_address").slideDown()),d.trigger("edd_discount_applied",[t])):(e("#edd-discount-error-wrap").html('<span class="edd_error">'+t.msg+"</span>"),e("#edd-discount-error-wrap").show(),d.trigger("edd_discount_invalid",[t])):(window.console&&window.console.log&&console.log(t),d.trigger("edd_discount_failed",[t])),r.hide()}}).fail((function(e){window.console&&window.console.log&&console.log(e)})),!1}function r(t){var n={action:"edd_remove_discount",code:e(this).data("code"),current_page:edd_global_vars.current_page};return e.ajax({type:"POST",data:n,dataType:"json",url:edd_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){var n="0"+edd_global_vars.decimal_separator+"00";e(".edd_cart_amount").each((function(){edd_global_vars.currency_sign+n!=e(this).text()&&n+edd_global_vars.currency_sign!=e(this).text()||window.location.reload(),e(this).text(t.total),e(this).data("total",t.total_plain)})),e(".edd_cart_discount").html(t.html),t.discounts&&0===t.discounts.length&&e(".edd_cart_discount_row").hide(),Object(a.b)(),e("#edd_cc_fields,#edd_cc_address").slideDown(),d.trigger("edd_discount_removed",[t])}}).fail((function(e){window.console&&window.console.log&&console.log(e)})),!1}function c(t){var a=e(this),n=a.val(),o=a.data("key"),r=a.closest(".edd_cart_item").data("download-id"),c=a.parent().find('input[name="edd-cart-download-'+o+'-options"]').val(),i=e("#edd_cc_address"),l={action:"edd_update_quantity",quantity:n,download_id:r,options:c,billing_country:i.find("#billing_country").val(),card_state:i.find("#card_state").val(),current_page:edd_global_vars.current_page};return e.ajax({type:"POST",data:l,dataType:"json",url:edd_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(t){e(".edd_cart_subtotal_amount").each((function(){e(this).text(t.subtotal)})),e(".edd_cart_tax_amount").each((function(){e(this).text(t.taxes)})),e(".edd_cart_amount").each((function(){e(this).text(t.total),d.trigger("edd_quantity_updated",[t])}))}}).fail((function(e){window.console&&window.console.log&&console.log(e)})),!1}return{init:function(){d=e(document.body),t=e("#edd_purchase_form"),e(".edd_cart_amount").text(),n=e("#edd_checkout_form_wrap"),d.on("edd_gateway_loaded",(function(e){var d,a,n,o;a=(d=t).find(".card-number"),n=d.find(".card-cvc"),o=d.find(".card-expiry"),a.length&&"function"==typeof a.payment&&(a.payment("formatCardNumber"),n.payment("formatCardCVC"),o.payment("formatCardExpiry"))})),d.on("keyup change",".edd-do-validate .card-number",(function(){var d,t;d=e(this),(t=d).validateCreditCard((function(d){var n=e(".card-type");null==d.card_type?(n.removeClass().addClass("off card-type"),t.removeClass("valid"),t.addClass("error")):(n.removeClass("off"),n.html(Object(a.a)(d.card_type.name)),n.addClass(d.card_type.name),d.length_valid&&d.luhn_valid?(t.addClass("valid"),t.removeClass("error")):(t.removeClass("valid"),t.addClass("error")))}))})),d.on("blur change",".card-name",(function(){var d=e(this);d.validateCreditCard((function(t){null!=t.card_type?(d.removeClass("valid").addClass("error"),e("#edd-purchase-button").attr("disabled","disabled")):(d.removeClass("error").addClass("valid"),e("#edd-purchase-button").removeAttr("disabled"))}))})),d.on("submit","#edd_payment_mode",(function(){if(0==e("#edd-gateway option:selected").val())return alert(edd_global_vars.no_gateway),!1})),d.on("click","#edd_payment_mode_select input",(function(){e("#edd_payment_mode_select label.edd-gateway-option-selected").removeClass("edd-gateway-option-selected"),e("#edd_payment_mode_select input:checked").parent().addClass("edd-gateway-option-selected")})),n.on("click",".edd-apply-discount",o),n.on("keypress","#edd-discount",(function(e){if("13"==e.keyCode)return!1})),n.on("keyup","#edd-discount",(function(e){"13"==e.keyCode&&n.find(".edd-apply-discount").trigger("click")})),d.on("click",".edd_discount_remove",r),d.on("click",".edd_discount_link",(function(d){d.preventDefault(),e(".edd_discount_link").parent().hide(),e("#edd-discount-code-wrap").show().find("#edd-discount").focus()})),d.find("#edd-discount-code-wrap").hide(),d.find("#edd_show_discount").show(),d.on("change",".edd-item-quantity",c),d.on("click",".edd-amazon-logout #Logout",(function(e){e.preventDefault(),amazon.Login.logout(),window.location=edd_amazon.checkoutUri}))},recalculate_taxes:a.b}}(window.jQuery),window.jQuery(document).ready(EDD_Checkout.init)},223:function(e,d,t){"use strict";(function(e){var d=t(3);Object(d.a)((function(){e(document.body).on("click",".edd_terms_links",(function(d){d.preventDefault();var t=e(this).parent();t.prev(".edd-terms").slideToggle(),t.find(".edd_terms_links").toggle()}))}))}).call(this,t(1))},3:function(e,d,t){"use strict";(function(e){t.d(d,"a",(function(){return a}));var a=function(d){e(d)}}).call(this,t(1))}});
|
easy-digital-downloads.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: The easiest way to sell digital products with WordPress.
|
6 |
* Author: Easy Digital Downloads
|
7 |
* Author URI: https://easydigitaldownloads.com
|
8 |
-
* Version: 3.1.0.
|
9 |
* Text Domain: easy-digital-downloads
|
10 |
* Domain Path: languages
|
11 |
* Requires PHP: 5.6
|
5 |
* Description: The easiest way to sell digital products with WordPress.
|
6 |
* Author: Easy Digital Downloads
|
7 |
* Author URI: https://easydigitaldownloads.com
|
8 |
+
* Version: 3.1.0.2
|
9 |
* Text Domain: easy-digital-downloads
|
10 |
* Domain Path: languages
|
11 |
* Requires PHP: 5.6
|
includes/admin/downloads/metabox.php
CHANGED
@@ -559,7 +559,13 @@ function edd_render_products_field( $post_id ) {
|
|
559 |
$variable_pricing = $download->has_variable_prices();
|
560 |
$variable_display = $variable_pricing ? '' : 'display:none;';
|
561 |
$variable_class = $variable_pricing ? ' has-variable-pricing' : '';
|
562 |
-
$prices = $download->get_prices();
|
|
|
|
|
|
|
|
|
|
|
|
|
563 |
|
564 |
<div id="edd_products"<?php echo $display; ?>>
|
565 |
<div id="edd_file_fields_bundle" class="edd_meta_table_wrap">
|
@@ -594,9 +600,9 @@ function edd_render_products_field( $post_id ) {
|
|
594 |
'selected' => $product,
|
595 |
'multiple' => false,
|
596 |
'chosen' => true,
|
597 |
-
'
|
598 |
'variations' => true,
|
599 |
-
'show_variations_only' =>
|
600 |
'class' => 'edd-form-group__input',
|
601 |
)
|
602 |
);
|
@@ -663,9 +669,9 @@ function edd_render_products_field( $post_id ) {
|
|
663 |
'id' => 'edd_bundled_products_1',
|
664 |
'multiple' => false,
|
665 |
'chosen' => true,
|
666 |
-
'
|
667 |
'variations' => true,
|
668 |
-
'show_variations_only' =>
|
669 |
) );
|
670 |
?>
|
671 |
</div>
|
559 |
$variable_pricing = $download->has_variable_prices();
|
560 |
$variable_display = $variable_pricing ? '' : 'display:none;';
|
561 |
$variable_class = $variable_pricing ? ' has-variable-pricing' : '';
|
562 |
+
$prices = $download->get_prices();
|
563 |
+
$bundle_options = EDD()->html->get_products(
|
564 |
+
array(
|
565 |
+
'bundles' => false,
|
566 |
+
)
|
567 |
+
);
|
568 |
+
?>
|
569 |
|
570 |
<div id="edd_products"<?php echo $display; ?>>
|
571 |
<div id="edd_file_fields_bundle" class="edd_meta_table_wrap">
|
600 |
'selected' => $product,
|
601 |
'multiple' => false,
|
602 |
'chosen' => true,
|
603 |
+
'products' => $bundle_options,
|
604 |
'variations' => true,
|
605 |
+
'show_variations_only' => false,
|
606 |
'class' => 'edd-form-group__input',
|
607 |
)
|
608 |
);
|
669 |
'id' => 'edd_bundled_products_1',
|
670 |
'multiple' => false,
|
671 |
'chosen' => true,
|
672 |
+
'products' => $bundle_options,
|
673 |
'variations' => true,
|
674 |
+
'show_variations_only' => false,
|
675 |
) );
|
676 |
?>
|
677 |
</div>
|
includes/admin/reporting/class-base-logs-list-table.php
CHANGED
@@ -234,28 +234,24 @@ class EDD_Base_Log_List_Table extends List_Table {
|
|
234 |
* Sets up the downloads filter
|
235 |
*
|
236 |
* @since 3.0
|
|
|
|
|
|
|
|
|
237 |
* @return void
|
238 |
*/
|
239 |
-
public function downloads_filter() {
|
240 |
-
$
|
241 |
-
'
|
242 |
-
'
|
243 |
-
'
|
244 |
-
|
245 |
-
'order' => 'ASC',
|
246 |
-
'fields' => 'ids',
|
247 |
-
'update_post_meta_cache' => false,
|
248 |
-
'update_post_term_cache' => false,
|
249 |
-
) );
|
250 |
|
251 |
-
if ( $
|
252 |
-
|
253 |
-
echo '<option value="0">' . __( 'All Downloads', 'easy-digital-downloads' ) . '</option>';
|
254 |
-
foreach ( $downloads as $download ) {
|
255 |
-
echo '<option value="' . $download . '"' . selected( $download, $this->get_filtered_download() ) . '>' . esc_html( get_the_title( $download ) ) . '</option>';
|
256 |
-
}
|
257 |
-
echo '</select>';
|
258 |
}
|
|
|
|
|
259 |
}
|
260 |
|
261 |
/**
|
@@ -492,7 +488,7 @@ class EDD_Base_Log_List_Table extends List_Table {
|
|
492 |
?></span>
|
493 |
|
494 |
<span id="edd-download-filter">
|
495 |
-
<?php $this->downloads_filter(); ?>
|
496 |
</span>
|
497 |
|
498 |
<?php if ( ! empty( $customer ) ) : ?>
|
234 |
* Sets up the downloads filter
|
235 |
*
|
236 |
* @since 3.0
|
237 |
+
* @since 3.1 Accepts a download ID to filter by for the selected value.
|
238 |
+
*
|
239 |
+
* @param int $download The filtered download ID, default: 0.
|
240 |
+
*
|
241 |
* @return void
|
242 |
*/
|
243 |
+
public function downloads_filter( $download = 0 ) {
|
244 |
+
$args = array(
|
245 |
+
'id' => 'edd-log-download-filter',
|
246 |
+
'name' => 'download',
|
247 |
+
'chosen' => true,
|
248 |
+
);
|
|
|
|
|
|
|
|
|
|
|
249 |
|
250 |
+
if ( ! empty( $download ) ) {
|
251 |
+
$args['selected'] = $download;
|
|
|
|
|
|
|
|
|
|
|
252 |
}
|
253 |
+
|
254 |
+
echo EDD()->html->product_dropdown( $args );
|
255 |
}
|
256 |
|
257 |
/**
|
488 |
?></span>
|
489 |
|
490 |
<span id="edd-download-filter">
|
491 |
+
<?php $this->downloads_filter( $download ); ?>
|
492 |
</span>
|
493 |
|
494 |
<?php if ( ! empty( $customer ) ) : ?>
|
includes/admin/reporting/export/class-batch-export-customers.php
CHANGED
@@ -92,10 +92,14 @@ class EDD_Batch_Customers_Export extends EDD_Batch_Export {
|
|
92 |
if ( $results ) {
|
93 |
foreach ( $results as $customer_id ) {
|
94 |
$customer = new EDD_Customer( $customer_id );
|
|
|
|
|
|
|
|
|
95 |
|
96 |
$data[] = array(
|
97 |
'id' => $customer->id,
|
98 |
-
'name' => $
|
99 |
'email' => $customer->email,
|
100 |
'purchases' => $customer->purchase_count,
|
101 |
'amount' => edd_format_amount( $customer->purchase_value ),
|
@@ -124,11 +128,15 @@ class EDD_Batch_Customers_Export extends EDD_Batch_Export {
|
|
124 |
$order = edd_get_order( $item->order_id );
|
125 |
|
126 |
$customer = new EDD_Customer( $order->customer_id );
|
|
|
|
|
|
|
|
|
127 |
|
128 |
$data[] = array(
|
129 |
'id' => $customer->id,
|
130 |
'user_id' => $customer->user_id,
|
131 |
-
'name' => $
|
132 |
'email' => $customer->email,
|
133 |
'purchases' => $customer->purchase_count,
|
134 |
'amount' => edd_format_amount( $customer->purchase_value ),
|
@@ -148,10 +156,14 @@ class EDD_Batch_Customers_Export extends EDD_Batch_Export {
|
|
148 |
$i = 0;
|
149 |
|
150 |
foreach ( $customers as $customer ) {
|
|
|
|
|
|
|
|
|
151 |
$data[ $i ]= array(
|
152 |
'id' => $customer->id,
|
153 |
'user_id' => $customer->user_id,
|
154 |
-
'name' => $
|
155 |
'email' => $customer->email,
|
156 |
'purchases' => $customer->purchase_count,
|
157 |
'amount' => edd_format_amount( $customer->purchase_value ),
|
92 |
if ( $results ) {
|
93 |
foreach ( $results as $customer_id ) {
|
94 |
$customer = new EDD_Customer( $customer_id );
|
95 |
+
$name = ! empty( $customer->name ) ? $customer->name : '';
|
96 |
+
if ( preg_match( '~^[+\-=@]~m', $name ) ) {
|
97 |
+
$name = "'{$name}";
|
98 |
+
}
|
99 |
|
100 |
$data[] = array(
|
101 |
'id' => $customer->id,
|
102 |
+
'name' => $name,
|
103 |
'email' => $customer->email,
|
104 |
'purchases' => $customer->purchase_count,
|
105 |
'amount' => edd_format_amount( $customer->purchase_value ),
|
128 |
$order = edd_get_order( $item->order_id );
|
129 |
|
130 |
$customer = new EDD_Customer( $order->customer_id );
|
131 |
+
$name = ! empty( $customer->name ) ? $customer->name : '';
|
132 |
+
if ( preg_match( '~^[+\-=@]~m', $name ) ) {
|
133 |
+
$name = "'{$name}";
|
134 |
+
}
|
135 |
|
136 |
$data[] = array(
|
137 |
'id' => $customer->id,
|
138 |
'user_id' => $customer->user_id,
|
139 |
+
'name' => $name,
|
140 |
'email' => $customer->email,
|
141 |
'purchases' => $customer->purchase_count,
|
142 |
'amount' => edd_format_amount( $customer->purchase_value ),
|
156 |
$i = 0;
|
157 |
|
158 |
foreach ( $customers as $customer ) {
|
159 |
+
$name = ! empty( $customer->name ) ? $customer->name : '';
|
160 |
+
if ( preg_match( '~^[+\-=@]~m', $name ) ) {
|
161 |
+
$name = "'{$name}";
|
162 |
+
}
|
163 |
$data[ $i ]= array(
|
164 |
'id' => $customer->id,
|
165 |
'user_id' => $customer->user_id,
|
166 |
+
'name' => $name,
|
167 |
'email' => $customer->email,
|
168 |
'purchases' => $customer->purchase_count,
|
169 |
'amount' => edd_format_amount( $customer->purchase_value ),
|
includes/admin/reporting/export/class-batch-export-file-downloads.php
CHANGED
@@ -86,9 +86,13 @@ class EDD_Batch_File_Downloads_Export extends EDD_Batch_Export {
|
|
86 |
$customer = edd_get_customer( $log->customer_id );
|
87 |
|
88 |
if ( $customer ) {
|
89 |
-
$customer =
|
90 |
-
|
91 |
-
|
|
|
|
|
|
|
|
|
92 |
} else {
|
93 |
$order = edd_get_order( $log->order_id );
|
94 |
|
86 |
$customer = edd_get_customer( $log->customer_id );
|
87 |
|
88 |
if ( $customer ) {
|
89 |
+
$customer = $customer->email;
|
90 |
+
if ( ! empty( $customer->name ) ) {
|
91 |
+
$customer = $customer->name;
|
92 |
+
if ( preg_match( '~^[+\-=@]~m', $customer ) ) {
|
93 |
+
$customer = "'{$customer}";
|
94 |
+
}
|
95 |
+
}
|
96 |
} else {
|
97 |
$order = edd_get_order( $log->order_id );
|
98 |
|
includes/admin/reporting/export/class-batch-export-payments.php
CHANGED
@@ -184,12 +184,17 @@ class EDD_Batch_Payments_Export extends EDD_Batch_Export {
|
|
184 |
? get_userdata( $user_id )
|
185 |
: false;
|
186 |
|
|
|
|
|
|
|
|
|
|
|
187 |
$data[] = array(
|
188 |
'id' => $order->id,
|
189 |
'seq_id' => $order->get_number(),
|
190 |
'email' => $order->email,
|
191 |
'customer_id' => $order->customer_id,
|
192 |
-
'name' =>
|
193 |
'address1' => isset( $address->address ) ? $address->address : '',
|
194 |
'address2' => isset( $address->address2 ) ? $address->address2 : '',
|
195 |
'city' => isset( $address->city ) ? $address->city : '',
|
184 |
? get_userdata( $user_id )
|
185 |
: false;
|
186 |
|
187 |
+
$name = ! empty( $customer->name ) ? $customer->name : '';
|
188 |
+
if ( preg_match( '~^[+\-=@]~m', $name ) ) {
|
189 |
+
$name = "'{$name}";
|
190 |
+
}
|
191 |
+
|
192 |
$data[] = array(
|
193 |
'id' => $order->id,
|
194 |
'seq_id' => $order->get_number(),
|
195 |
'email' => $order->email,
|
196 |
'customer_id' => $order->customer_id,
|
197 |
+
'name' => $name,
|
198 |
'address1' => isset( $address->address ) ? $address->address : '',
|
199 |
'address2' => isset( $address->address2 ) ? $address->address2 : '',
|
200 |
'city' => isset( $address->city ) ? $address->city : '',
|
includes/admin/reporting/export/class-batch-export-taxed-customers.php
CHANGED
@@ -95,9 +95,14 @@ class EDD_Batch_Taxed_Customers_Export extends EDD_Batch_Export {
|
|
95 |
continue;
|
96 |
}
|
97 |
|
|
|
|
|
|
|
|
|
|
|
98 |
$data[] = array(
|
99 |
'id' => $customer->id,
|
100 |
-
'name' => $
|
101 |
'email' => $customer->email,
|
102 |
'purchases' => $customer->purchase_count,
|
103 |
'amount' => edd_format_amount( $customer->purchase_value ),
|
95 |
continue;
|
96 |
}
|
97 |
|
98 |
+
$name = ! empty( $customer->name ) ? $customer->name : '';
|
99 |
+
if ( preg_match( '~^[+\-=@]~m', $name ) ) {
|
100 |
+
$name = "'{$name}";
|
101 |
+
}
|
102 |
+
|
103 |
$data[] = array(
|
104 |
'id' => $customer->id,
|
105 |
+
'name' => $name,
|
106 |
'email' => $customer->email,
|
107 |
'purchases' => $customer->purchase_count,
|
108 |
'amount' => edd_format_amount( $customer->purchase_value ),
|
includes/admin/tools.php
CHANGED
@@ -155,7 +155,6 @@ function edd_tools_recount_stats_display() {
|
|
155 |
<?php
|
156 |
$args = array(
|
157 |
'name' => 'download_id',
|
158 |
-
'number' => - 1,
|
159 |
'chosen' => true,
|
160 |
);
|
161 |
echo EDD()->html->product_dropdown( $args );
|
155 |
<?php
|
156 |
$args = array(
|
157 |
'name' => 'download_id',
|
|
|
158 |
'chosen' => true,
|
159 |
);
|
160 |
echo EDD()->html->product_dropdown( $args );
|
includes/admin/upgrades/v3/class-customer-addresses.php
CHANGED
@@ -85,22 +85,6 @@ class Customer_Addresses extends Base {
|
|
85 |
$percentage = 100;
|
86 |
}
|
87 |
|
88 |
-
if ( 100 === $percentage ) {
|
89 |
-
// Now update the most recent billing address entries for customers as the primary address.
|
90 |
-
$sql = "
|
91 |
-
UPDATE {$this->get_db()->edd_customer_addresses} ca
|
92 |
-
SET ca.is_primary = 1
|
93 |
-
WHERE ca.id IN (
|
94 |
-
SELECT MAX(ca2.id)
|
95 |
-
FROM ( SELECT * FROM {$this->get_db()->edd_customer_addresses} ) ca2
|
96 |
-
WHERE ca2.type = 'billing'
|
97 |
-
GROUP BY ca2.customer_id
|
98 |
-
)
|
99 |
-
";
|
100 |
-
|
101 |
-
@$this->get_db()->query( $sql );
|
102 |
-
}
|
103 |
-
|
104 |
return $percentage;
|
105 |
}
|
106 |
}
|
85 |
$percentage = 100;
|
86 |
}
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
return $percentage;
|
89 |
}
|
90 |
}
|
includes/admin/upgrades/v3/class-data-migrator.php
CHANGED
@@ -60,7 +60,7 @@ class Data_Migrator {
|
|
60 |
}
|
61 |
|
62 |
if ( $customer ) {
|
63 |
-
|
64 |
array(
|
65 |
'customer_id' => $customer->id,
|
66 |
'is_primary' => true,
|
@@ -400,7 +400,7 @@ class Data_Migrator {
|
|
400 |
|
401 |
// Bail if no data passed.
|
402 |
if ( ! $data ) {
|
403 |
-
return;
|
404 |
}
|
405 |
|
406 |
/** Create a new order ***************************************/
|
@@ -484,7 +484,7 @@ class Data_Migrator {
|
|
484 |
// If there are no items, and it's abandoned, just return, since this isn't a valid order.
|
485 |
if ( 'abandoned' === $order_status && empty( $cart_downloads ) && empty( $cart_details ) ) {
|
486 |
edd_debug_log( 'Skipping order ' . $data->ID . ' due to abandoned status and no products.', true );
|
487 |
-
return;
|
488 |
}
|
489 |
|
490 |
$order_subtotal = 0;
|
@@ -1307,6 +1307,8 @@ class Data_Migrator {
|
|
1307 |
* @param array $meta All post meta associated with the payment.
|
1308 |
*/
|
1309 |
do_action( 'edd_30_migrate_order', $order_id, $payment_meta, $meta );
|
|
|
|
|
1310 |
}
|
1311 |
|
1312 |
/**
|
60 |
}
|
61 |
|
62 |
if ( $customer ) {
|
63 |
+
edd_maybe_add_customer_address(
|
64 |
array(
|
65 |
'customer_id' => $customer->id,
|
66 |
'is_primary' => true,
|
400 |
|
401 |
// Bail if no data passed.
|
402 |
if ( ! $data ) {
|
403 |
+
return false;
|
404 |
}
|
405 |
|
406 |
/** Create a new order ***************************************/
|
484 |
// If there are no items, and it's abandoned, just return, since this isn't a valid order.
|
485 |
if ( 'abandoned' === $order_status && empty( $cart_downloads ) && empty( $cart_details ) ) {
|
486 |
edd_debug_log( 'Skipping order ' . $data->ID . ' due to abandoned status and no products.', true );
|
487 |
+
return false;
|
488 |
}
|
489 |
|
490 |
$order_subtotal = 0;
|
1307 |
* @param array $meta All post meta associated with the payment.
|
1308 |
*/
|
1309 |
do_action( 'edd_30_migrate_order', $order_id, $payment_meta, $meta );
|
1310 |
+
|
1311 |
+
return $order_id;
|
1312 |
}
|
1313 |
|
1314 |
/**
|
includes/ajax-functions.php
CHANGED
@@ -644,13 +644,14 @@ function edd_ajax_download_search() {
|
|
644 |
|
645 |
// Default query arguments
|
646 |
$args = array(
|
647 |
-
'orderby'
|
648 |
-
'order'
|
649 |
-
'post_type'
|
650 |
-
'posts_per_page'
|
651 |
-
'post_status'
|
652 |
-
'post__not_in'
|
653 |
-
'
|
|
|
654 |
);
|
655 |
|
656 |
// Maybe exclude bundles.
|
@@ -670,8 +671,10 @@ function edd_ajax_download_search() {
|
|
670 |
);
|
671 |
}
|
672 |
|
|
|
673 |
// Get downloads
|
674 |
$items = get_posts( $args );
|
|
|
675 |
|
676 |
// Pluck title & ID
|
677 |
if ( ! empty( $items ) ) {
|
@@ -679,6 +682,7 @@ function edd_ajax_download_search() {
|
|
679 |
|
680 |
// Loop through all items...
|
681 |
foreach ( $items as $post_id => $title ) {
|
|
|
682 |
|
683 |
// Look for variable pricing
|
684 |
$prices = edd_get_variable_prices( $post_id );
|
@@ -691,7 +695,7 @@ function edd_ajax_download_search() {
|
|
691 |
// Add item to results array
|
692 |
$search['results'][] = array(
|
693 |
'id' => $post_id,
|
694 |
-
'name' => $title
|
695 |
);
|
696 |
}
|
697 |
|
@@ -703,7 +707,7 @@ function edd_ajax_download_search() {
|
|
703 |
if ( ! empty( $name ) ) {
|
704 |
$search['results'][] = array(
|
705 |
'id' => $post_id . '_' . $key,
|
706 |
-
'name' => esc_html( $
|
707 |
);
|
708 |
}
|
709 |
}
|
@@ -724,9 +728,29 @@ function edd_ajax_download_search() {
|
|
724 |
// Done!
|
725 |
edd_die();
|
726 |
}
|
727 |
-
add_action( 'wp_ajax_edd_download_search',
|
728 |
add_action( 'wp_ajax_nopriv_edd_download_search', 'edd_ajax_download_search' );
|
729 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
730 |
/**
|
731 |
* Search the customers database via AJAX
|
732 |
*
|
644 |
|
645 |
// Default query arguments
|
646 |
$args = array(
|
647 |
+
'orderby' => 'title',
|
648 |
+
'order' => 'ASC',
|
649 |
+
'post_type' => 'download',
|
650 |
+
'posts_per_page' => 50,
|
651 |
+
'post_status' => implode( ',', $status ), // String
|
652 |
+
'post__not_in' => $excludes, // Array
|
653 |
+
'edd_search' => $new_search, // String
|
654 |
+
'suppress_filters' => false,
|
655 |
);
|
656 |
|
657 |
// Maybe exclude bundles.
|
671 |
);
|
672 |
}
|
673 |
|
674 |
+
add_filter( 'posts_where', 'edd_ajax_filter_download_where', 10, 2 );
|
675 |
// Get downloads
|
676 |
$items = get_posts( $args );
|
677 |
+
remove_filter( 'posts_where', 'edd_ajax_filter_download_where', 10, 2 );
|
678 |
|
679 |
// Pluck title & ID
|
680 |
if ( ! empty( $items ) ) {
|
682 |
|
683 |
// Loop through all items...
|
684 |
foreach ( $items as $post_id => $title ) {
|
685 |
+
$product_title = $title;
|
686 |
|
687 |
// Look for variable pricing
|
688 |
$prices = edd_get_variable_prices( $post_id );
|
695 |
// Add item to results array
|
696 |
$search['results'][] = array(
|
697 |
'id' => $post_id,
|
698 |
+
'name' => $title,
|
699 |
);
|
700 |
}
|
701 |
|
707 |
if ( ! empty( $name ) ) {
|
708 |
$search['results'][] = array(
|
709 |
'id' => $post_id . '_' . $key,
|
710 |
+
'name' => esc_html( $product_title . ': ' . $name ),
|
711 |
);
|
712 |
}
|
713 |
}
|
728 |
// Done!
|
729 |
edd_die();
|
730 |
}
|
731 |
+
add_action( 'wp_ajax_edd_download_search', 'edd_ajax_download_search' );
|
732 |
add_action( 'wp_ajax_nopriv_edd_download_search', 'edd_ajax_download_search' );
|
733 |
|
734 |
+
/**
|
735 |
+
* Filters the WHERE SQL query for the edd_download_search.
|
736 |
+
* This searches the download titles only, not the excerpt/content.
|
737 |
+
*
|
738 |
+
* @since 3.1.0.2
|
739 |
+
* @param string $where
|
740 |
+
* @param WP_Query $wp_query
|
741 |
+
* @return string
|
742 |
+
*/
|
743 |
+
function edd_ajax_filter_download_where( $where, $wp_query ) {
|
744 |
+
$search = $wp_query->get( 'edd_search' );
|
745 |
+
if ( $search ) {
|
746 |
+
global $wpdb;
|
747 |
+
$search = $wpdb->esc_like( $search );
|
748 |
+
$where .= " AND {$wpdb->posts}.post_title LIKE '%{$search}%'";
|
749 |
+
}
|
750 |
+
|
751 |
+
return $where;
|
752 |
+
}
|
753 |
+
|
754 |
/**
|
755 |
* Search the customers database via AJAX
|
756 |
*
|
includes/api/class-edd-api.php
CHANGED
@@ -1157,6 +1157,7 @@ class EDD_API {
|
|
1157 |
$product['info']['modified_date'] = $product_info->post_modified;
|
1158 |
$product['info']['status'] = $product_info->post_status;
|
1159 |
$product['info']['link'] = html_entity_decode( $product_info->guid );
|
|
|
1160 |
$product['info']['content'] = $product_info->post_content;
|
1161 |
$product['info']['excerpt'] = $product_info->post_excerpt;
|
1162 |
$product['info']['thumbnail'] = wp_get_attachment_url( get_post_thumbnail_id( $product_info->ID ) );
|
1157 |
$product['info']['modified_date'] = $product_info->post_modified;
|
1158 |
$product['info']['status'] = $product_info->post_status;
|
1159 |
$product['info']['link'] = html_entity_decode( $product_info->guid );
|
1160 |
+
$product['info']['permalink'] = html_entity_decode( get_permalink( $product_info->ID ) );
|
1161 |
$product['info']['content'] = $product_info->post_content;
|
1162 |
$product['info']['excerpt'] = $product_info->post_excerpt;
|
1163 |
$product['info']['thumbnail'] = wp_get_attachment_url( get_post_thumbnail_id( $product_info->ID ) );
|
includes/blocks/build/buy-button/block.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Buy Button",
|
7 |
"category": "easy-digital-downloads",
|
8 |
-
"icon": "
|
9 |
"description": "Quickly add a \"buy now\" button for any EDD product.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Buy Button",
|
7 |
"category": "easy-digital-downloads",
|
8 |
+
"icon": "button",
|
9 |
"description": "Quickly add a \"buy now\" button for any EDD product.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
includes/blocks/build/buy-button/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => 'ab8b46a89c77db7555c2');
|
includes/blocks/build/buy-button/index.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(()=>{"use strict";var e,o={806:(e,o,t)=>{const n=window.wp.blocks,
|
1 |
+
(()=>{"use strict";var e,o={806:(e,o,t)=>{const n=window.wp.blocks,r=window.wp.element,a=window.wp.i18n,l=window.wp.components,s=window.wp.serverSideRender;var d=t.n(s);const c=window.wp.blockEditor,i=window.wp.data,w=e=>{const o=[];e&&o.push({value:"",label:(0,a.__)("Select a Download","easy-digital-downloads")});const t=(0,i.useSelect)((e=>e("core").getEntityRecords("postType","download",{per_page:-1})));return(0,i.useSelect)((e=>e("core/data").isResolving("core","getEntityRecords",["postType","download"])))||t&&t.map((e=>{let{id:t,title:n}=e;o.push({value:t,label:n.raw})})),o},h=JSON.parse('{"u2":"edd/buy-button","qv":"button"}'),v={button:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),products:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),"yes-alt":(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),download:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"edd-blocks__icon-downloads"},(0,r.createElement)("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})),unlock:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"editor-table":(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),money:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),id:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),category:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var m;(0,n.registerBlockType)(h.u2,{icon:(m=h.qv,v[m]),edit:function(e){let{attributes:o,setAttributes:t}=e;const n=e=>o=>t({[e]:o});return o.download_id?(0,r.createElement)("div",(0,c.useBlockProps)(),(0,r.createElement)(c.InspectorControls,null,(0,r.createElement)(l.PanelBody,{title:(0,a.__)("Settings","easy-digital-downloads")},(0,r.createElement)(l.SelectControl,{label:(0,a.__)("Download ID","easy-digital-downloads"),value:o.download_id,options:w(),onChange:n("download_id")}),(0,r.createElement)(l.ToggleControl,{label:(0,a.__)("Show Price","easy-digital-downloads"),checked:!!o.show_price,onChange:n("show_price")}))),(0,r.createElement)(l.Disabled,null,(0,r.createElement)(d(),{block:"edd/buy-button",attributes:{...o}}))):(0,r.createElement)("div",(0,c.useBlockProps)(),(0,r.createElement)(l.Placeholder,{icon:"download",label:(0,a.__)("Select a Download:","easy-digital-downloads")},(0,r.createElement)(l.SelectControl,{label:(0,a.__)("Download ID","easy-digital-downloads"),options:w(!0),onChange:n("download_id")})))}})}},t={};function n(e){var r=t[e];if(void 0!==r)return r.exports;var a=t[e]={exports:{}};return o[e](a,a.exports,n),a.exports}n.m=o,e=[],n.O=(o,t,r,a)=>{if(!t){var l=1/0;for(i=0;i<e.length;i++){t=e[i][0],r=e[i][1],a=e[i][2];for(var s=!0,d=0;d<t.length;d++)(!1&a||l>=a)&&Object.keys(n.O).every((e=>n.O[e](t[d])))?t.splice(d--,1):(s=!1,a<l&&(l=a));if(s){e.splice(i--,1);var c=r();void 0!==c&&(o=c)}}return o}a=a||0;for(var i=e.length;i>0&&e[i-1][2]>a;i--)e[i]=e[i-1];e[i]=[t,r,a]},n.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return n.d(o,{a:o}),o},n.d=(e,o)=>{for(var t in o)n.o(o,t)&&!n.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},n.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{var e={167:0,200:0};n.O.j=o=>0===e[o];var o=(o,t)=>{var r,a,l=t[0],s=t[1],d=t[2],c=0;if(l.some((o=>0!==e[o]))){for(r in s)n.o(s,r)&&(n.m[r]=s[r]);if(d)var i=d(n)}for(o&&o(t);c<l.length;c++)a=l[c],n.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return n.O(i)},t=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];t.forEach(o.bind(null,0)),t.push=o.bind(null,t.push.bind(t))})();var r=n.O(void 0,[200],(()=>n(806)));r=n.O(r)})();
|
includes/blocks/build/cart/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => 'e15e50fe721f8724f3ff');
|
includes/blocks/build/cart/index.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(()=>{"use strict";var e,o={25:(e,o,t)=>{const n=window.wp.blocks,r=window.wp.element,
|
1 |
+
(()=>{"use strict";var e,o={25:(e,o,t)=>{const n=window.wp.blocks,r=window.wp.element,a=window.wp.i18n,l=window.wp.components,s=window.wp.serverSideRender;var i=t.n(s);const c=window.wp.blockEditor,d={edd_blocks_is_block_editor:EDDBlocks.current_user},h=JSON.parse('{"u2":"edd/cart","qv":"cart"}'),m={button:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),products:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),"yes-alt":(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),download:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"edd-blocks__icon-downloads"},(0,r.createElement)("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})),unlock:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"editor-table":(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),money:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),id:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),category:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var w;(0,n.registerBlockType)(h.u2,{icon:(w=h.qv,m[w]),edit:function(e){let{attributes:o,setAttributes:t}=e;const n=e=>o=>t({[e]:o});return(0,r.createElement)("div",(0,c.useBlockProps)(),(0,r.createElement)(c.InspectorControls,null,(0,r.createElement)(l.PanelBody,{title:(0,a.__)("Settings","easy-digital-downloads")},(0,r.createElement)(l.ToggleControl,{label:(0,a.__)("Mini Cart","easy-digital-downloads"),checked:!!o.mini,onChange:n("mini")}),!o.mini&&(0,r.createElement)(l.TextControl,{label:(0,a.__)("Title","easy-digital-downloads"),value:o.title,onChange:n("title")}),(0,r.createElement)(l.ToggleControl,{label:(0,a.__)("Hide When Empty","easy-digital-downloads"),checked:!!o.hide_empty,onChange:n("hide_empty")}),(0,r.createElement)(l.ToggleControl,{label:(0,a.__)("Hide on Checkout","easy-digital-downloads"),checked:!!o.hide_on_checkout,onChange:n("hide_on_checkout")}),o.mini&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(l.ToggleControl,{label:(0,a.__)("Link Cart to Checkout","easy-digital-downloads"),checked:!!o.link,onChange:n("link")}),(0,r.createElement)(l.ToggleControl,{label:(0,a.__)("Show Number of Items in Cart","easy-digital-downloads"),checked:!!o.show_quantity,onChange:n("show_quantity")}),(0,r.createElement)(l.ToggleControl,{label:(0,a.__)("Show Cart Total","easy-digital-downloads"),checked:!!o.show_total,onChange:n("show_total")})))),(0,r.createElement)(l.Disabled,null,(0,r.createElement)(i(),{block:"edd/cart",attributes:{...o},urlQueryArgs:d})))}})}},t={};function n(e){var r=t[e];if(void 0!==r)return r.exports;var a=t[e]={exports:{}};return o[e](a,a.exports,n),a.exports}n.m=o,e=[],n.O=(o,t,r,a)=>{if(!t){var l=1/0;for(d=0;d<e.length;d++){t=e[d][0],r=e[d][1],a=e[d][2];for(var s=!0,i=0;i<t.length;i++)(!1&a||l>=a)&&Object.keys(n.O).every((e=>n.O[e](t[i])))?t.splice(i--,1):(s=!1,a<l&&(l=a));if(s){e.splice(d--,1);var c=r();void 0!==c&&(o=c)}}return o}a=a||0;for(var d=e.length;d>0&&e[d-1][2]>a;d--)e[d]=e[d-1];e[d]=[t,r,a]},n.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return n.d(o,{a:o}),o},n.d=(e,o)=>{for(var t in o)n.o(o,t)&&!n.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},n.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{var e={16:0,388:0};n.O.j=o=>0===e[o];var o=(o,t)=>{var r,a,l=t[0],s=t[1],i=t[2],c=0;if(l.some((o=>0!==e[o]))){for(r in s)n.o(s,r)&&(n.m[r]=s[r]);if(i)var d=i(n)}for(o&&o(t);c<l.length;c++)a=l[c],n.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return n.O(d)},t=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];t.forEach(o.bind(null,0)),t.push=o.bind(null,t.push.bind(t))})();var r=n.O(void 0,[388],(()=>n(25)));r=n.O(r)})();
|
includes/blocks/build/cart/style-index.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.edd-blocks-form__cart .edd_cart_remove_item_btn{border:none;margin-left:.5rem;padding:0;text-decoration:none}.edd-blocks-form__cart .edd_cart_remove_item_btn svg{opacity:.6}.edd-blocks-form__cart .edd_cart_remove_item_btn svg:hover{opacity:.9}.edd-blocks-form__cart #edd_checkout_cart{border:1px solid #eee;display:grid}.edd-blocks-form__cart .edd_cart_item_name{display:grid;gap:1rem}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions{align-items:center;display:inline-flex;flex-basis:100%;gap:.5rem}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions label{margin:0!important}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions input.edd-item-quantity{width:3rem!important}.edd-blocks-form__cart .edd_checkout_cart_item_title{align-items:center;display:flex;gap:1rem}.edd-blocks-form__cart .edd_cart_item_price{align-items:center;display:flex;gap:.5rem}@media(min-width:480px){.edd-blocks-form__cart .edd_cart_item_price{justify-content:flex-end}}.edd-blocks-form__cart .edd-blocks-cart__row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;padding:1.5rem}.edd-blocks-form__cart .edd-blocks-cart__row>div:last-of-type:not(:first-of-type){flex:1 1 110px}@media(min-width:480px){.edd-blocks-form__cart .edd-blocks-cart__row>div:last-of-type:not(:first-of-type){text-align:right}}.edd-blocks-form__cart .edd-blocks-cart__items,.edd-blocks-form__cart .edd-blocks-cart__row-header{border-bottom:1px solid #eee}.edd-blocks-form__cart .edd-blocks-cart__row-header,.edd-blocks-form__cart .edd_cart_total{font-weight:700}.edd-blocks-form__cart .edd-blocks-cart__row-footer{text-align:right}.edd-blocks-form__cart .edd-blocks-cart__row-footer>div:only-child{flex-grow:1}.edd-blocks-form__cart .edd-blocks-cart__action-remove,.edd-blocks-form__cart .edd_discount_remove{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgY2xhc3M9InctNiBoLTYiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTE0Ljc0IDlsLS4zNDYgOW0tNC43ODggMEw5LjI2IDltOS45NjgtMy4yMWMuMzQyLjA1Mi42ODIuMTA3IDEuMDIyLjE2Nm0tMS4wMjItLjE2NUwxOC4xNiAxOS42NzNhMi4yNSAyLjI1IDAgMDEtMi4yNDQgMi4wNzdIOC4wODRhMi4yNSAyLjI1IDAgMDEtMi4yNDQtMi4wNzdMNC43NzIgNS43OW0xNC40NTYgMGE0OC4xMDggNDguMTA4IDAgMDAtMy40NzgtLjM5N20tMTIgLjU2MmMuMzQtLjA1OS42OC0uMTE0IDEuMDIyLS4xNjVtMCAwYTQ4LjExIDQ4LjExIDAgMDEzLjQ3OC0uMzk3bTcuNSAwdi0uOTE2YzAtMS4xOC0uOTEtMi4xNjQtMi4wOS0yLjIwMWE1MS45NjQgNTEuOTY0IDAgMDAtMy4zMiAwYy0xLjE4LjAzNy0yLjA5IDEuMDIyLTIuMDkgMi4yMDF2LjkxNm03LjUgMGE0OC42NjcgNDguNjY3IDAgMDAtNy41IDAiIC8+Cjwvc3ZnPgo=) 50% no-repeat;background-size:1em;box-shadow:none!important;display:block;height:1em;opacity:.6;top:0;width:1em}.edd-blocks-form__cart .edd-blocks-cart__action-remove:hover,.edd-blocks-form__cart .edd_discount_remove:hover{background-position:50%;opacity:1}.edd-blocks-form__cart .edd_cart_item_image img{display:block}.edd-blocks__cart-mini,.edd-blocks__cart-mini a{align-items:center;color:unset;display:flex;gap:.25rem;justify-content:flex-end;text-decoration:none}.edd-blocks__cart-mini a svg,.edd-blocks__cart-mini svg{fill:none;height:1.5rem;width:1.5rem}.wp-block-edd-cart .edd-blocks-cart__row-footer{padding:.5rem 1.5rem}
|
1 |
+
.edd-blocks-form__cart .edd_cart_remove_item_btn{border:none;margin-left:.5rem;padding:0;text-decoration:none}.edd-blocks-form__cart .edd_cart_remove_item_btn svg{opacity:.6}.edd-blocks-form__cart .edd_cart_remove_item_btn svg:hover{opacity:.9}.edd-blocks-form__cart #edd_checkout_cart{border:1px solid #eee;display:grid}.edd-blocks-form__cart .edd_cart_item_name{display:grid;gap:1rem}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions{align-items:center;display:inline-flex;flex-basis:100%;gap:.5rem}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions label{margin:0!important}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions input.edd-item-quantity{width:3rem!important}.edd-blocks-form__cart .edd_checkout_cart_item_title{align-items:center;display:flex;gap:1rem}.edd-blocks-form__cart .edd_cart_fee_amount,.edd-blocks-form__cart .edd_cart_item_price{align-items:center;display:flex;gap:.5rem}@media(min-width:480px){.edd-blocks-form__cart .edd_cart_fee_amount,.edd-blocks-form__cart .edd_cart_item_price{justify-content:flex-end}}.edd-blocks-form__cart .edd-blocks-cart__row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;padding:1.5rem}.edd-blocks-form__cart .edd-blocks-cart__row>div:last-of-type:not(:first-of-type){flex:1 1 110px}@media(min-width:480px){.edd-blocks-form__cart .edd-blocks-cart__row>div:last-of-type:not(:first-of-type){text-align:right}}.edd-blocks-form__cart .edd-blocks-cart__items,.edd-blocks-form__cart .edd-blocks-cart__row-header{border-bottom:1px solid #eee}.edd-blocks-form__cart .edd-blocks-cart__row-header,.edd-blocks-form__cart .edd_cart_total{font-weight:700}.edd-blocks-form__cart .edd-blocks-cart__row-footer{text-align:right}.edd-blocks-form__cart .edd-blocks-cart__row-footer>div:only-child{flex-grow:1}.edd-blocks-form__cart .edd-blocks-cart__action-remove,.edd-blocks-form__cart .edd_discount_remove{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgY2xhc3M9InctNiBoLTYiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTE0Ljc0IDlsLS4zNDYgOW0tNC43ODggMEw5LjI2IDltOS45NjgtMy4yMWMuMzQyLjA1Mi42ODIuMTA3IDEuMDIyLjE2Nm0tMS4wMjItLjE2NUwxOC4xNiAxOS42NzNhMi4yNSAyLjI1IDAgMDEtMi4yNDQgMi4wNzdIOC4wODRhMi4yNSAyLjI1IDAgMDEtMi4yNDQtMi4wNzdMNC43NzIgNS43OW0xNC40NTYgMGE0OC4xMDggNDguMTA4IDAgMDAtMy40NzgtLjM5N20tMTIgLjU2MmMuMzQtLjA1OS42OC0uMTE0IDEuMDIyLS4xNjVtMCAwYTQ4LjExIDQ4LjExIDAgMDEzLjQ3OC0uMzk3bTcuNSAwdi0uOTE2YzAtMS4xOC0uOTEtMi4xNjQtMi4wOS0yLjIwMWE1MS45NjQgNTEuOTY0IDAgMDAtMy4zMiAwYy0xLjE4LjAzNy0yLjA5IDEuMDIyLTIuMDkgMi4yMDF2LjkxNm03LjUgMGE0OC42NjcgNDguNjY3IDAgMDAtNy41IDAiIC8+Cjwvc3ZnPgo=) 50% no-repeat;background-size:1em;box-shadow:none!important;display:block;height:1em;opacity:.6;top:0;width:1em}.edd-blocks-form__cart .edd-blocks-cart__action-remove:hover,.edd-blocks-form__cart .edd_discount_remove:hover{background-position:50%;opacity:1}.edd-blocks-form__cart .edd_cart_item_image img{display:block}.edd-blocks__cart-mini,.edd-blocks__cart-mini a{align-items:center;color:unset;display:flex;gap:.25rem;justify-content:flex-end;text-decoration:none}.edd-blocks__cart-mini a svg,.edd-blocks__cart-mini svg{fill:none;height:1.5rem;width:1.5rem}.wp-block-edd-cart .edd-blocks-cart__row-footer{padding:.5rem 1.5rem}
|
includes/blocks/build/checkout/block.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Checkout",
|
7 |
"category": "easy-digital-downloads",
|
8 |
-
"icon": "
|
9 |
"description": "Beta: Full checkout block for Easy Digital Downloads.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Checkout",
|
7 |
"category": "easy-digital-downloads",
|
8 |
+
"icon": "products",
|
9 |
"description": "Beta: Full checkout block for Easy Digital Downloads.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
includes/blocks/build/checkout/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '5f9828f99e37e2672da7');
|
includes/blocks/build/checkout/index.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(()=>{"use strict";var e,o={760:(e,o,t)=>{const r=window.wp.blocks,n=window.wp.element,
|
1 |
+
(()=>{"use strict";var e,o={760:(e,o,t)=>{const r=window.wp.blocks,n=window.wp.element,a=window.wp.i18n,s=window.wp.components,l=window.wp.serverSideRender;var c=t.n(l);const i=window.wp.blockEditor,d={edd_blocks_is_block_editor:EDDBlocks.current_user},v=JSON.parse('{"u2":"edd/checkout","qv":"products"}'),h={button:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),products:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),"yes-alt":(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),download:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"edd-blocks__icon-downloads"},(0,n.createElement)("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})),unlock:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"editor-table":(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),money:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),id:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),category:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var w;(0,r.registerBlockType)(v.u2,{icon:(w=v.qv,h[w]),edit:function(e){let{attributes:o,setAttributes:t}=e;return(0,n.createElement)("div",(0,i.useBlockProps)(),(0,n.createElement)("p",{className:"description"},(0,a.__)("This is an example of a cart with a product in it.","easy-digital-downloads")),(0,n.createElement)(s.Disabled,null,(0,n.createElement)(c(),{block:"edd/checkout",attributes:{...o},urlQueryArgs:d})))}})}},t={};function r(e){var n=t[e];if(void 0!==n)return n.exports;var a=t[e]={exports:{}};return o[e](a,a.exports,r),a.exports}r.m=o,e=[],r.O=(o,t,n,a)=>{if(!t){var s=1/0;for(d=0;d<e.length;d++){t=e[d][0],n=e[d][1],a=e[d][2];for(var l=!0,c=0;c<t.length;c++)(!1&a||s>=a)&&Object.keys(r.O).every((e=>r.O[e](t[c])))?t.splice(c--,1):(l=!1,a<s&&(s=a));if(l){e.splice(d--,1);var i=n();void 0!==i&&(o=i)}}return o}a=a||0;for(var d=e.length;d>0&&e[d-1][2]>a;d--)e[d]=e[d-1];e[d]=[t,n,a]},r.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return r.d(o,{a:o}),o},r.d=(e,o)=>{for(var t in o)r.o(o,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},r.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{var e={119:0,718:0};r.O.j=o=>0===e[o];var o=(o,t)=>{var n,a,s=t[0],l=t[1],c=t[2],i=0;if(s.some((o=>0!==e[o]))){for(n in l)r.o(l,n)&&(r.m[n]=l[n]);if(c)var d=c(r)}for(o&&o(t);i<s.length;i++)a=s[i],r.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return r.O(d)},t=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];t.forEach(o.bind(null,0)),t.push=o.bind(null,t.push.bind(t))})();var n=r.O(void 0,[718],(()=>r(760)));n=r.O(n)})();
|
includes/blocks/build/checkout/style-index.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.edd-blocks-form__cart .edd_cart_remove_item_btn{border:none;margin-left:.5rem;padding:0;text-decoration:none}.edd-blocks-form__cart .edd_cart_remove_item_btn svg{opacity:.6}.edd-blocks-form__cart .edd_cart_remove_item_btn svg:hover{opacity:.9}.edd-blocks-form__cart #edd_checkout_cart{border:1px solid #eee;display:grid}.edd-blocks-form__cart .edd_cart_item_name{display:grid;gap:1rem}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions{align-items:center;display:inline-flex;flex-basis:100%;gap:.5rem}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions label{margin:0!important}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions input.edd-item-quantity{width:3rem!important}.edd-blocks-form__cart .edd_checkout_cart_item_title{align-items:center;display:flex;gap:1rem}.edd-blocks-form__cart .edd_cart_item_price{align-items:center;display:flex;gap:.5rem}@media(min-width:480px){.edd-blocks-form__cart .edd_cart_item_price{justify-content:flex-end}}.edd-blocks-form__cart .edd-blocks-cart__row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;padding:1.5rem}.edd-blocks-form__cart .edd-blocks-cart__row>div:last-of-type:not(:first-of-type){flex:1 1 110px}@media(min-width:480px){.edd-blocks-form__cart .edd-blocks-cart__row>div:last-of-type:not(:first-of-type){text-align:right}}.edd-blocks-form__cart .edd-blocks-cart__items,.edd-blocks-form__cart .edd-blocks-cart__row-header{border-bottom:1px solid #eee}.edd-blocks-form__cart .edd-blocks-cart__row-header,.edd-blocks-form__cart .edd_cart_total{font-weight:700}.edd-blocks-form__cart .edd-blocks-cart__row-footer{text-align:right}.edd-blocks-form__cart .edd-blocks-cart__row-footer>div:only-child{flex-grow:1}.edd-blocks-form__cart .edd-blocks-cart__action-remove,.edd-blocks-form__cart .edd_discount_remove{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgY2xhc3M9InctNiBoLTYiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTE0Ljc0IDlsLS4zNDYgOW0tNC43ODggMEw5LjI2IDltOS45NjgtMy4yMWMuMzQyLjA1Mi42ODIuMTA3IDEuMDIyLjE2Nm0tMS4wMjItLjE2NUwxOC4xNiAxOS42NzNhMi4yNSAyLjI1IDAgMDEtMi4yNDQgMi4wNzdIOC4wODRhMi4yNSAyLjI1IDAgMDEtMi4yNDQtMi4wNzdMNC43NzIgNS43OW0xNC40NTYgMGE0OC4xMDggNDguMTA4IDAgMDAtMy40NzgtLjM5N20tMTIgLjU2MmMuMzQtLjA1OS42OC0uMTE0IDEuMDIyLS4xNjVtMCAwYTQ4LjExIDQ4LjExIDAgMDEzLjQ3OC0uMzk3bTcuNSAwdi0uOTE2YzAtMS4xOC0uOTEtMi4xNjQtMi4wOS0yLjIwMWE1MS45NjQgNTEuOTY0IDAgMDAtMy4zMiAwYy0xLjE4LjAzNy0yLjA5IDEuMDIyLTIuMDkgMi4yMDF2LjkxNm03LjUgMGE0OC42NjcgNDguNjY3IDAgMDAtNy41IDAiIC8+Cjwvc3ZnPgo=) 50% no-repeat;background-size:1em;box-shadow:none!important;display:block;height:1em;opacity:.6;top:0;width:1em}.edd-blocks-form__cart .edd-blocks-cart__action-remove:hover,.edd-blocks-form__cart .edd_discount_remove:hover{background-position:50%;opacity:1}.edd-blocks-form__cart .edd_cart_item_image img{display:block}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.edd-button-secondary,.edd-submit{transition:all .2s ease-in-out}.edd-button-secondary:active,.edd-button-secondary:hover,.edd-submit:active,.edd-submit:hover{transform:translateY(-1px)}.edd-button-secondary{background-color:var(--edd-blocks-light-grey);border:1px solid #ddd;border-radius:4px;color:unset;margin:0;padding:.5rem 1rem}.edd-button-secondary:disabled{opacity:.6}.wp-block-edd-checkout{display:grid;gap:1rem}.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form{border:1px solid var(--edd-blocks-light-grey);display:grid;gap:1.25rem;padding:2rem}.widget .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form{border:none;padding:0}.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-blocks-form__group,.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form legend{display:block;margin:0}.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-blocks-form__group>label{display:block;margin-bottom:.5rem!important}.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=email],.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=password],.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=text],.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form select{box-sizing:border-box;display:block;padding:4px 6px;width:100%}.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-blocks-form__halves{display:flex!important;gap:1rem;justify-content:space-between}@media(min-width:600px){.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-blocks-form__halves>*{flex-basis:50%}}.wp-block-edd-checkout #edd_purchase_form p+.edd-blocks-form{margin-top:2rem}.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary,.wp-block-edd-checkout #edd_purchase_form .edd-submit{transition:all .2s ease-in-out}.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary:active,.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary:hover,.wp-block-edd-checkout #edd_purchase_form .edd-submit:active,.wp-block-edd-checkout #edd_purchase_form .edd-submit:hover{transform:translateY(-1px)}.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary{background-color:var(--edd-blocks-light-grey);border:1px solid #ddd;border-radius:4px;color:unset;margin:0;padding:.5rem 1rem}.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary:disabled{opacity:.6}.wp-block-edd-checkout #edd_purchase_form select{padding:4px 6px}.wp-block-edd-checkout .edd-blocks-form__cart,.wp-block-edd-checkout .edd-blocks-form__purchase{border:none;padding:0}.wp-block-edd-checkout #edd_discount_code{background:none;margin:0}.wp-block-edd-checkout #edd_checkout_cart_form #edd-discount-code-wrap,.wp-block-edd-checkout #edd_checkout_cart_form #edd_show_discount{background:transparent;border:none;margin:0;padding:0}.wp-block-edd-checkout #edd-payment-mode-wrap{clear:both;display:flex;flex-wrap:wrap;gap:.5rem}.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option{align-items:center;border:1px solid;border-radius:3px;display:flex!important;flex-grow:1;font-size:1rem;gap:.5rem;justify-content:center;margin:0!important;padding:.5rem 1rem;position:relative;text-align:center}.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option.edd-gateway-option-selected,.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option:hover{background-color:#eee}.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option:hover{cursor:pointer;transform:translateY(-1px)}.wp-block-edd-checkout #edd-payment-mode-wrap input{height:1em;margin:0;opacity:0;position:absolute;width:1em}.wp-block-edd-checkout #edd-payment-mode-wrap .edd-payment-icons{align-items:center;display:flex;gap:.25rem;margin:0}.wp-block-edd-checkout #edd-payment-mode-wrap .edd-payment-icons .payment-icon{margin:0;max-height:1rem;width:auto}.wp-block-edd-checkout #edd-payment-mode-wrap .edd-payment-icons .payment-icon.icon-paypal{max-height:1.5rem}.wp-block-edd-checkout .edd-discount-code-field-wrap{align-items:center;display:flex;gap:.5rem}.wp-block-edd-checkout .edd-loading-ajax.edd-loading{display:block;margin:0 auto}#edd_checkout_form_wrap.wp-block-edd-checkout>p{margin-bottom:0}.edd-blocks-form__cart .edd-blocks-cart__discount{text-align:left}.edd-blocks-form__cart #edd_checkout_cart .edd_discount{align-items:center;display:inline-flex;gap:.25rem;margin-left:.5rem}.edd-blocks__checkout-user{margin-bottom:2rem;position:relative}.edd-blocks__checkout-user fieldset.edd-blocks-form{margin-bottom:0!important}.edd-blocks__checkout-forms{display:flex;gap:.5rem;margin-bottom:1rem}.edd-blocks__checkout-forms button{padding:.5rem 1rem}@media(min-width:600px){.edd-blocks__checkout-forms{margin-bottom:0;position:absolute;right:2rem;z-index:99}}.edd-blocks-cart__row-buttons{justify-content:flex-end}
|
1 |
+
.edd-blocks-form__cart .edd_cart_remove_item_btn{border:none;margin-left:.5rem;padding:0;text-decoration:none}.edd-blocks-form__cart .edd_cart_remove_item_btn svg{opacity:.6}.edd-blocks-form__cart .edd_cart_remove_item_btn svg:hover{opacity:.9}.edd-blocks-form__cart #edd_checkout_cart{border:1px solid #eee;display:grid}.edd-blocks-form__cart .edd_cart_item_name{display:grid;gap:1rem}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions{align-items:center;display:inline-flex;flex-basis:100%;gap:.5rem}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions label{margin:0!important}.edd-blocks-form__cart .edd_cart_item_name .edd_cart_actions input.edd-item-quantity{width:3rem!important}.edd-blocks-form__cart .edd_checkout_cart_item_title{align-items:center;display:flex;gap:1rem}.edd-blocks-form__cart .edd_cart_fee_amount,.edd-blocks-form__cart .edd_cart_item_price{align-items:center;display:flex;gap:.5rem}@media(min-width:480px){.edd-blocks-form__cart .edd_cart_fee_amount,.edd-blocks-form__cart .edd_cart_item_price{justify-content:flex-end}}.edd-blocks-form__cart .edd-blocks-cart__row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;padding:1.5rem}.edd-blocks-form__cart .edd-blocks-cart__row>div:last-of-type:not(:first-of-type){flex:1 1 110px}@media(min-width:480px){.edd-blocks-form__cart .edd-blocks-cart__row>div:last-of-type:not(:first-of-type){text-align:right}}.edd-blocks-form__cart .edd-blocks-cart__items,.edd-blocks-form__cart .edd-blocks-cart__row-header{border-bottom:1px solid #eee}.edd-blocks-form__cart .edd-blocks-cart__row-header,.edd-blocks-form__cart .edd_cart_total{font-weight:700}.edd-blocks-form__cart .edd-blocks-cart__row-footer{text-align:right}.edd-blocks-form__cart .edd-blocks-cart__row-footer>div:only-child{flex-grow:1}.edd-blocks-form__cart .edd-blocks-cart__action-remove,.edd-blocks-form__cart .edd_discount_remove{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgY2xhc3M9InctNiBoLTYiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTE0Ljc0IDlsLS4zNDYgOW0tNC43ODggMEw5LjI2IDltOS45NjgtMy4yMWMuMzQyLjA1Mi42ODIuMTA3IDEuMDIyLjE2Nm0tMS4wMjItLjE2NUwxOC4xNiAxOS42NzNhMi4yNSAyLjI1IDAgMDEtMi4yNDQgMi4wNzdIOC4wODRhMi4yNSAyLjI1IDAgMDEtMi4yNDQtMi4wNzdMNC43NzIgNS43OW0xNC40NTYgMGE0OC4xMDggNDguMTA4IDAgMDAtMy40NzgtLjM5N20tMTIgLjU2MmMuMzQtLjA1OS42OC0uMTE0IDEuMDIyLS4xNjVtMCAwYTQ4LjExIDQ4LjExIDAgMDEzLjQ3OC0uMzk3bTcuNSAwdi0uOTE2YzAtMS4xOC0uOTEtMi4xNjQtMi4wOS0yLjIwMWE1MS45NjQgNTEuOTY0IDAgMDAtMy4zMiAwYy0xLjE4LjAzNy0yLjA5IDEuMDIyLTIuMDkgMi4yMDF2LjkxNm03LjUgMGE0OC42NjcgNDguNjY3IDAgMDAtNy41IDAiIC8+Cjwvc3ZnPgo=) 50% no-repeat;background-size:1em;box-shadow:none!important;display:block;height:1em;opacity:.6;top:0;width:1em}.edd-blocks-form__cart .edd-blocks-cart__action-remove:hover,.edd-blocks-form__cart .edd_discount_remove:hover{background-position:50%;opacity:1}.edd-blocks-form__cart .edd_cart_item_image img{display:block}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.edd-button-secondary,.edd-submit{transition:all .2s ease-in-out}.edd-button-secondary:active,.edd-button-secondary:hover,.edd-submit:active,.edd-submit:hover{transform:translateY(-1px)}.edd-button-secondary{background-color:var(--edd-blocks-light-grey);border:1px solid #ddd;border-radius:4px;color:unset;margin:0;padding:.5rem 1rem}.edd-button-secondary:disabled{opacity:.6}.wp-block-edd-checkout{display:grid;gap:1rem}.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form{border:1px solid var(--edd-blocks-light-grey);display:grid;gap:1.25rem;padding:2rem}.widget .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form{border:none;padding:0}.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-blocks-form__group,.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form legend{display:block;margin:0}.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-blocks-form__group>label{display:block;margin-bottom:.5rem!important}.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=email],.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=password],.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=text],.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form select{box-sizing:border-box;display:block;padding:4px 6px;width:100%}.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-blocks-form__halves{display:flex!important;gap:1rem;justify-content:space-between}@media(min-width:600px){.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-blocks-form__halves>*{flex-basis:50%}}.wp-block-edd-checkout #edd_purchase_form p+.edd-blocks-form{margin-top:2rem}.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary,.wp-block-edd-checkout #edd_purchase_form .edd-submit{transition:all .2s ease-in-out}.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary:active,.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary:hover,.wp-block-edd-checkout #edd_purchase_form .edd-submit:active,.wp-block-edd-checkout #edd_purchase_form .edd-submit:hover{transform:translateY(-1px)}.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary{background-color:var(--edd-blocks-light-grey);border:1px solid #ddd;border-radius:4px;color:unset;margin:0;padding:.5rem 1rem}.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary:disabled{opacity:.6}.wp-block-edd-checkout #edd_purchase_form select{padding:4px 6px}.wp-block-edd-checkout .edd-blocks-form__cart,.wp-block-edd-checkout .edd-blocks-form__purchase{border:none;padding:0}.wp-block-edd-checkout #edd_discount_code{background:none;margin:0}.wp-block-edd-checkout #edd_checkout_cart_form #edd-discount-code-wrap,.wp-block-edd-checkout #edd_checkout_cart_form #edd_show_discount{background:transparent;border:none;margin:0;padding:0}.wp-block-edd-checkout #edd-payment-mode-wrap{clear:both;display:flex;flex-wrap:wrap;gap:.5rem}.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option{align-items:center;border:1px solid;border-radius:3px;display:flex!important;flex-grow:1;font-size:1rem;gap:.5rem;justify-content:center;margin:0!important;padding:.5rem 1rem;position:relative;text-align:center}.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option.edd-gateway-option-selected,.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option:hover{background-color:#eee}.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option:hover{cursor:pointer;transform:translateY(-1px)}.wp-block-edd-checkout #edd-payment-mode-wrap input{height:1em;margin:0;opacity:0;position:absolute;width:1em}.wp-block-edd-checkout #edd-payment-mode-wrap .edd-payment-icons{align-items:center;display:flex;gap:.25rem;margin:0}.wp-block-edd-checkout #edd-payment-mode-wrap .edd-payment-icons .payment-icon{margin:0;max-height:1rem;width:auto}.wp-block-edd-checkout #edd-payment-mode-wrap .edd-payment-icons .payment-icon.icon-paypal{max-height:1.5rem}.wp-block-edd-checkout .edd-discount-code-field-wrap{align-items:center;display:flex;gap:.5rem}.wp-block-edd-checkout .edd-loading-ajax.edd-loading{display:block;margin:0 auto}#edd_checkout_form_wrap.wp-block-edd-checkout>p{margin-bottom:0}.edd-blocks-form__cart .edd-blocks-cart__discount{text-align:left}.edd-blocks-form__cart #edd_checkout_cart .edd_discount{align-items:center;display:inline-flex;gap:.25rem;margin-left:.5rem}.edd-blocks__checkout-user{margin-bottom:2rem;position:relative}.edd-blocks__checkout-user fieldset.edd-blocks-form{margin-bottom:0!important}.edd-blocks__checkout-forms{display:flex;gap:.5rem;margin-bottom:1rem}.edd-blocks__checkout-forms button{padding:.5rem 1rem}@media(min-width:600px){.edd-blocks__checkout-forms{margin-bottom:0;position:absolute;right:2rem;z-index:99}}.edd-blocks-cart__row-buttons{justify-content:flex-end}
|
includes/blocks/build/confirmation/block.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Confirmation",
|
7 |
"category": "easy-digital-downloads",
|
8 |
-
"icon": "
|
9 |
"description": "A brief confirmation screen to show to customers immediately after a successful purchase.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Confirmation",
|
7 |
"category": "easy-digital-downloads",
|
8 |
+
"icon": "yes-alt",
|
9 |
"description": "A brief confirmation screen to show to customers immediately after a successful purchase.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
includes/blocks/build/confirmation/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '1f63b1343e4767c56590');
|
includes/blocks/build/confirmation/index.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(()=>{"use strict";var e,o={142:(e,o,t)=>{const r=window.wp.blocks,n=window.wp.element,
|
1 |
+
(()=>{"use strict";var e,o={142:(e,o,t)=>{const r=window.wp.blocks,n=window.wp.element,a=window.wp.i18n,l=window.wp.components,s=window.wp.serverSideRender;var c=t.n(s);const i=window.wp.blockEditor,d=()=>(0,n.createElement)(l.Placeholder,null,(0,n.createElement)("p",null,(0,a.__)("Create at least one order to see an example of a receipt.","easy-digital-downloads"))),m={edd_blocks_is_block_editor:EDDBlocks.current_user},h=JSON.parse('{"u2":"edd/confirmation","qv":"yes-alt"}'),w={button:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),products:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),"yes-alt":(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),download:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"edd-blocks__icon-downloads"},(0,n.createElement)("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})),unlock:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"editor-table":(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),money:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),id:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),category:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var v;(0,r.registerBlockType)(h.u2,{icon:(v=h.qv,w[v]),edit:function(e){let{attributes:o,setAttributes:t}=e;const r=e=>o=>t({[e]:o});return(0,n.createElement)("div",(0,i.useBlockProps)(),(0,n.createElement)(i.InspectorControls,null,(0,n.createElement)(l.PanelBody,{title:(0,a.__)("Settings","easy-digital-downloads")},(0,n.createElement)(l.ToggleControl,{label:(0,a.__)("Show Payment Key","easy-digital-downloads"),checked:!!o.payment_key,onChange:r("payment_key")}),(0,n.createElement)(l.ToggleControl,{label:(0,a.__)("Show Gateway","easy-digital-downloads"),checked:!!o.payment_method,onChange:r("payment_method")}))),(0,n.createElement)("p",{className:"description"},(0,a.__)("The editor will display a recent random order from your site.","easy-digital-downloads")),(0,n.createElement)(l.Disabled,null,(0,n.createElement)(c(),{block:"edd/confirmation",attributes:{...o},urlQueryArgs:m,EmptyResponsePlaceholder:d})))}})}},t={};function r(e){var n=t[e];if(void 0!==n)return n.exports;var a=t[e]={exports:{}};return o[e](a,a.exports,r),a.exports}r.m=o,e=[],r.O=(o,t,n,a)=>{if(!t){var l=1/0;for(d=0;d<e.length;d++){t=e[d][0],n=e[d][1],a=e[d][2];for(var s=!0,c=0;c<t.length;c++)(!1&a||l>=a)&&Object.keys(r.O).every((e=>r.O[e](t[c])))?t.splice(c--,1):(s=!1,a<l&&(l=a));if(s){e.splice(d--,1);var i=n();void 0!==i&&(o=i)}}return o}a=a||0;for(var d=e.length;d>0&&e[d-1][2]>a;d--)e[d]=e[d-1];e[d]=[t,n,a]},r.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return r.d(o,{a:o}),o},r.d=(e,o)=>{for(var t in o)r.o(o,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},r.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{var e={67:0,472:0};r.O.j=o=>0===e[o];var o=(o,t)=>{var n,a,l=t[0],s=t[1],c=t[2],i=0;if(l.some((o=>0!==e[o]))){for(n in s)r.o(s,n)&&(r.m[n]=s[n]);if(c)var d=c(r)}for(o&&o(t);i<l.length;i++)a=l[i],r.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return r.O(d)},t=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];t.forEach(o.bind(null,0)),t.push=o.bind(null,t.push.bind(t))})();var n=r.O(void 0,[472],(()=>r(142)));n=r.O(n)})();
|
includes/blocks/build/downloads/block.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Products",
|
7 |
"category": "easy-digital-downloads",
|
8 |
-
"icon": "
|
9 |
"description": "A block to show your Easy Digital Download products based on visual customizations and query parameters.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Products",
|
7 |
"category": "easy-digital-downloads",
|
8 |
+
"icon": "download",
|
9 |
"description": "A block to show your Easy Digital Download products based on visual customizations and query parameters.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
includes/blocks/build/downloads/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '65fac9798bc396ac4f3f');
|
includes/blocks/build/downloads/index.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(()=>{"use strict";var e,l={737:(e,l,a)=>{const o=window.wp.blocks,t=window.wp.element,n=window.wp.i18n,i=window.wp.components,d=window.wp.serverSideRender;var r=a.n(d);const s=[{value:"none",label:(0,n.__)("None","easy-digital-downloads")},{value:"center",label:(0,n.__)("Center","easy-digital-downloads")},{value:"left",label:(0,n.__)("Left","easy-digital-downloads")},{value:"right",label:(0,n.__)("Right","easy-digital-downloads")}],c=[{value:"ASC",label:(0,n.__)("Ascending","easy-digital-downloads")},{value:"DESC",label:(0,n.__)("Descending","easy-digital-downloads")}],g=[{value:"thumbnail",label:(0,n.__)("Thumbnail","easy-digital-downloads")},{value:"medium",label:(0,n.__)("Medium","easy-digital-downloads")},{value:"large",label:(0,n.__)("Large","easy-digital-downloads")}],_=window.wp.blockEditor,w=[{value:"",label:(0,n.__)("Default","easy-digital-downloads")},{value:"center",label:(0,n.__)("Center","easy-digital-downloads")},{value:"left",label:(0,n.__)("Left","easy-digital-downloads")},{value:"right",label:(0,n.__)("Right","easy-digital-downloads")},{value:"wide",label:(0,n.__)("Wide","easy-digital-downloads")}],u=[{value:"date",label:(0,n.__)("Date Published","easy-digital-downloads")},{value:"price",label:(0,n.__)("Price","easy-digital-downloads")},{value:"ID",label:(0,n.__)("ID","easy-digital-downloads")},{value:"title",label:(0,n.__)("Title","easy-digital-downloads")},{value:"sales",label:(0,n.__)("Sales","easy-digital-downloads")},{value:"earnings",label:(0,n.__)("Earnings","easy-digital-downloads")},{value:"modified",label:(0,n.__)("Date Modified","easy-digital-downloads")},{value:"rand",label:(0,n.__)("Random","easy-digital-downloads")}],m=window.wp.data,h=(e,l)=>{const a=[{value:"",label:l}],o=(0,m.useSelect)((l=>l("core").getEntityRecords("taxonomy",e,{per_page:-1})));return(0,m.useSelect)((l=>l("core/data").isResolving("core","getEntityRecords",["taxonomy",e])))||o&&o.map((e=>{let{id:l,name:o}=e;a.push({value:l,label:o})})),a},v=[{value:"",label:(0,n.__)("No Content","easy-digital-downloads")},{value:"content",label:(0,n.__)("Full Content","easy-digital-downloads")},{value:"excerpt",label:(0,n.__)("Excerpt","easy-digital-downloads")}],p=[{value:"",label:(0,n.__)("No Image","easy-digital-downloads")},{value:"before_entry_title",label:(0,n.__)("Before Title","easy-digital-downloads")},{value:"after_entry_title",label:(0,n.__)("After Title","easy-digital-downloads")}],b={edd_blocks_is_block_editor:EDDBlocks.current_user},k=JSON.parse('{"u2":"edd/downloads","qv":"downloads"}'),y={"buy-button":(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,t.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,t.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),checkout:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,t.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),confirmation:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,t.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),downloads:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",class:"edd-blocks__icon-downloads"},(0,t.createElement)("path",{"fill-rule":"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z","clip-rule":"evenodd"})),login:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,t.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"order-history":(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,t.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),receipt:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,t.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),register:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,t.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),terms:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,t.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var C;(0,o.registerBlockType)(k.u2,{icon:(C=k.qv,y[C]),edit:function(e){let{attributes:l,setAttributes:a}=e;const o=e=>l=>a({[e]:l}),d=h("download_category",(0,n.__)("All Categories","easy-digital-downloads")),m=h("download_tag",(0,n.__)("All Categories","easy-digital-downloads"));return(0,t.createElement)("div",(0,_.useBlockProps)(),(0,t.createElement)(_.InspectorControls,null,(0,t.createElement)(i.PanelBody,{title:(0,n.__)("Product Block Settings","easy-digital-downloads")},(0,t.createElement)("p",{className:"description"},(0,n.__)("Decide how to display your products.","easy-digital-downloads")),(0,t.createElement)(i.RangeControl,{label:(0,n.__)("Downloads per Page","easy-digital-downloads"),value:l.number,onChange:o("number"),min:1,max:100}),!!EDDBlocks.all_access&&(0,t.createElement)(i.ToggleControl,{label:(0,n.__)("Show All Access Downloads","easy-digital-downloads"),checked:!!l.all_access,onChange:o("all_access")}),(0,t.createElement)(i.RangeControl,{label:(0,n.__)("Number of Columns","easy-digital-downloads"),value:l.columns,onChange:o("columns"),min:1,max:6}),(0,t.createElement)(i.SelectControl,{label:(0,n.__)("Order By","easy-digital-downloads"),value:l.orderby,options:u,onChange:o("orderby")}),(0,t.createElement)(i.SelectControl,{label:(0,n.__)("Order","easy-digital-downloads"),value:l.order,options:c,onChange:o("order")}),"rand"!==l.orderby&&(0,t.createElement)(i.ToggleControl,{label:(0,n.__)("Show Pagination","easy-digital-downloads"),checked:!!l.pagination,onChange:o("pagination")})),!l.all_access&&(0,t.createElement)(i.PanelBody,{title:(0,n.__)("Download Term Settings","easy-digital-downloads"),initialOpen:!1},(0,t.createElement)(i.SelectControl,{multiple:!0,className:"edd-blocks-term-selector",label:(0,n.__)("Show Downloads From Categories","easy-digital-downloads"),value:l.category,options:d,onChange:o("category")}),(0,t.createElement)(i.SelectControl,{multiple:!0,className:"edd-blocks-term-selector",label:(0,n.__)("Show Downloads From Tags","easy-digital-downloads"),value:l.tag,options:m,onChange:o("tag")})),(0,t.createElement)(i.PanelBody,{title:(0,n.__)("Individual Product Settings","easy-digital-downloads"),initialOpen:!1},(0,t.createElement)(i.ToggleControl,{label:(0,n.__)("Show Title","easy-digital-downloads"),checked:!!l.title,onChange:o("title")}),(0,t.createElement)(i.SelectControl,{label:(0,n.__)("Featured Image Location","easy-digital-downloads"),value:l.image_location,options:p,onChange:o("image_location")}),!!l.image_location&&(0,t.createElement)(i.ToggleControl,{label:(0,n.__)("Should the featured image link to the product?","easy-digital-downloads"),checked:!!l.image_link,onChange:o("image_link")}),!!l.image_location&&(0,t.createElement)(i.SelectControl,{label:(0,n.__)("Featured Image Size","easy-digital-downloads"),value:l.image_size,options:g,onChange:o("image_size")}),!!l.image_location&&(0,t.createElement)(i.SelectControl,{label:(0,n.__)("Featured Image Alignment","easy-digital-downloads"),value:l.image_alignment,options:s,onChange:o("image_alignment")}),(0,t.createElement)(i.SelectControl,{label:(0,n.__)("Content","easy-digital-downloads"),value:l.content,options:v,onChange:o("content")}),(0,t.createElement)(i.ToggleControl,{label:(0,n.__)("Show Price","easy-digital-downloads"),checked:!!l.price,onChange:o("price")}),(0,t.createElement)(i.ToggleControl,{label:(0,n.__)("Show Purchase Button","easy-digital-downloads"),checked:!!l.purchase_link,onChange:o("purchase_link")}),!!l.purchase_link&&(0,t.createElement)(t.Fragment,null,(0,t.createElement)(i.SelectControl,{label:(0,n.__)("Purchase Button Alignment","easy-digital-downloads"),value:l.purchase_link_align,options:w,onChange:o("purchase_link_align")}),(0,t.createElement)(i.ToggleControl,{label:(0,n.__)("Show Price on Button","easy-digital-downloads"),checked:!!l.show_price,onChange:o("show_price")})))),(0,t.createElement)(i.Disabled,null,(0,t.createElement)(r(),{block:"edd/downloads",attributes:{...l},urlQueryArgs:b})))}})}},a={};function o(e){var t=a[e];if(void 0!==t)return t.exports;var n=a[e]={exports:{}};return l[e](n,n.exports,o),n.exports}o.m=l,e=[],o.O=(l,a,t,n)=>{if(!a){var i=1/0;for(c=0;c<e.length;c++){a=e[c][0],t=e[c][1],n=e[c][2];for(var d=!0,r=0;r<a.length;r++)(!1&n||i>=n)&&Object.keys(o.O).every((e=>o.O[e](a[r])))?a.splice(r--,1):(d=!1,n<i&&(i=n));if(d){e.splice(c--,1);var s=t();void 0!==s&&(l=s)}}return l}n=n||0;for(var c=e.length;c>0&&e[c-1][2]>n;c--)e[c]=e[c-1];e[c]=[a,t,n]},o.n=e=>{var l=e&&e.__esModule?()=>e.default:()=>e;return o.d(l,{a:l}),l},o.d=(e,l)=>{for(var a in l)o.o(l,a)&&!o.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:l[a]})},o.o=(e,l)=>Object.prototype.hasOwnProperty.call(e,l),(()=>{var e={411:0,342:0};o.O.j=l=>0===e[l];var l=(l,a)=>{var t,n,i=a[0],d=a[1],r=a[2],s=0;if(i.some((l=>0!==e[l]))){for(t in d)o.o(d,t)&&(o.m[t]=d[t]);if(r)var c=r(o)}for(l&&l(a);s<i.length;s++)n=i[s],o.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return o.O(c)},a=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];a.forEach(l.bind(null,0)),a.push=l.bind(null,a.push.bind(a))})();var t=o.O(void 0,[342],(()=>o(737)));t=o.O(t)})();
|
1 |
+
(()=>{"use strict";var e,a={737:(e,a,l)=>{const o=window.wp.blocks,t=window.wp.element,n=window.wp.i18n,d=window.wp.components,i=window.wp.serverSideRender;var s=l.n(i);const r=[{value:"none",label:(0,n.__)("None","easy-digital-downloads")},{value:"center",label:(0,n.__)("Center","easy-digital-downloads")},{value:"left",label:(0,n.__)("Left","easy-digital-downloads")},{value:"right",label:(0,n.__)("Right","easy-digital-downloads")}],c=[{value:"ASC",label:(0,n.__)("Ascending","easy-digital-downloads")},{value:"DESC",label:(0,n.__)("Descending","easy-digital-downloads")}],g=[{value:"thumbnail",label:(0,n.__)("Thumbnail","easy-digital-downloads")},{value:"medium",label:(0,n.__)("Medium","easy-digital-downloads")},{value:"large",label:(0,n.__)("Large","easy-digital-downloads")}],_=window.wp.blockEditor,w=[{value:"",label:(0,n.__)("Default","easy-digital-downloads")},{value:"center",label:(0,n.__)("Center","easy-digital-downloads")},{value:"left",label:(0,n.__)("Left","easy-digital-downloads")},{value:"right",label:(0,n.__)("Right","easy-digital-downloads")},{value:"wide",label:(0,n.__)("Wide","easy-digital-downloads")}],m=[{value:"date",label:(0,n.__)("Date Published","easy-digital-downloads")},{value:"price",label:(0,n.__)("Price","easy-digital-downloads")},{value:"ID",label:(0,n.__)("ID","easy-digital-downloads")},{value:"title",label:(0,n.__)("Title","easy-digital-downloads")},{value:"sales",label:(0,n.__)("Sales","easy-digital-downloads")},{value:"earnings",label:(0,n.__)("Earnings","easy-digital-downloads")},{value:"modified",label:(0,n.__)("Date Modified","easy-digital-downloads")},{value:"rand",label:(0,n.__)("Random","easy-digital-downloads")}],u=window.wp.data,h=(e,a)=>{const l=[{value:"",label:a}],o=(0,u.useSelect)((a=>a("core").getEntityRecords("taxonomy",e,{per_page:-1})));return(0,u.useSelect)((a=>a("core/data").isResolving("core","getEntityRecords",["taxonomy",e])))||o&&o.map((e=>{let{id:a,name:o}=e;l.push({value:a,label:o})})),l},v=[{value:"",label:(0,n.__)("No Content","easy-digital-downloads")},{value:"content",label:(0,n.__)("Full Content","easy-digital-downloads")},{value:"excerpt",label:(0,n.__)("Excerpt","easy-digital-downloads")}],p=[{value:"",label:(0,n.__)("No Image","easy-digital-downloads")},{value:"before_entry_title",label:(0,n.__)("Before Title","easy-digital-downloads")},{value:"after_entry_title",label:(0,n.__)("After Title","easy-digital-downloads")}],b={edd_blocks_is_block_editor:EDDBlocks.current_user},k=JSON.parse('{"u2":"edd/downloads","qv":"download"}'),y={button:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),products:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),"yes-alt":(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),download:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"edd-blocks__icon-downloads"},(0,t.createElement)("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})),unlock:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"editor-table":(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),money:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),id:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),category:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var C;(0,o.registerBlockType)(k.u2,{icon:(C=k.qv,y[C]),edit:function(e){let{attributes:a,setAttributes:l}=e;const o=e=>a=>l({[e]:a}),i=h("download_category",(0,n.__)("All Categories","easy-digital-downloads")),u=h("download_tag",(0,n.__)("All Categories","easy-digital-downloads"));return(0,t.createElement)("div",(0,_.useBlockProps)(),(0,t.createElement)(_.InspectorControls,null,(0,t.createElement)(d.PanelBody,{title:(0,n.__)("Product Block Settings","easy-digital-downloads")},(0,t.createElement)("p",{className:"description"},(0,n.__)("Decide how to display your products.","easy-digital-downloads")),(0,t.createElement)(d.RangeControl,{label:(0,n.__)("Downloads per Page","easy-digital-downloads"),value:a.number,onChange:o("number"),min:1,max:100}),!!EDDBlocks.all_access&&(0,t.createElement)(d.ToggleControl,{label:(0,n.__)("Show All Access Downloads","easy-digital-downloads"),checked:!!a.all_access,onChange:o("all_access")}),(0,t.createElement)(d.RangeControl,{label:(0,n.__)("Number of Columns","easy-digital-downloads"),value:a.columns,onChange:o("columns"),min:1,max:6}),(0,t.createElement)(d.SelectControl,{label:(0,n.__)("Order By","easy-digital-downloads"),value:a.orderby,options:m,onChange:o("orderby")}),(0,t.createElement)(d.SelectControl,{label:(0,n.__)("Order","easy-digital-downloads"),value:a.order,options:c,onChange:o("order")}),"rand"!==a.orderby&&(0,t.createElement)(d.ToggleControl,{label:(0,n.__)("Show Pagination","easy-digital-downloads"),checked:!!a.pagination,onChange:o("pagination")})),!a.all_access&&(0,t.createElement)(d.PanelBody,{title:(0,n.__)("Download Term Settings","easy-digital-downloads"),initialOpen:!1},(0,t.createElement)(d.SelectControl,{multiple:!0,className:"edd-blocks-term-selector",label:(0,n.__)("Show Downloads From Categories","easy-digital-downloads"),value:a.category,options:i,onChange:o("category")}),(0,t.createElement)(d.SelectControl,{multiple:!0,className:"edd-blocks-term-selector",label:(0,n.__)("Show Downloads From Tags","easy-digital-downloads"),value:a.tag,options:u,onChange:o("tag")})),(0,t.createElement)(d.PanelBody,{title:(0,n.__)("Individual Product Settings","easy-digital-downloads"),initialOpen:!1},(0,t.createElement)(d.ToggleControl,{label:(0,n.__)("Show Title","easy-digital-downloads"),checked:!!a.title,onChange:o("title")}),(0,t.createElement)(d.SelectControl,{label:(0,n.__)("Featured Image Location","easy-digital-downloads"),value:a.image_location,options:p,onChange:o("image_location")}),!!a.image_location&&(0,t.createElement)(d.ToggleControl,{label:(0,n.__)("Should the featured image link to the product?","easy-digital-downloads"),checked:!!a.image_link,onChange:o("image_link")}),!!a.image_location&&(0,t.createElement)(d.SelectControl,{label:(0,n.__)("Featured Image Size","easy-digital-downloads"),value:a.image_size,options:g,onChange:o("image_size")}),!!a.image_location&&(0,t.createElement)(d.SelectControl,{label:(0,n.__)("Featured Image Alignment","easy-digital-downloads"),value:a.image_alignment,options:r,onChange:o("image_alignment")}),(0,t.createElement)(d.SelectControl,{label:(0,n.__)("Content","easy-digital-downloads"),value:a.content,options:v,onChange:o("content")}),(0,t.createElement)(d.ToggleControl,{label:(0,n.__)("Show Price","easy-digital-downloads"),checked:!!a.price,onChange:o("price")}),(0,t.createElement)(d.ToggleControl,{label:(0,n.__)("Show Purchase Button","easy-digital-downloads"),checked:!!a.purchase_link,onChange:o("purchase_link")}),!!a.purchase_link&&(0,t.createElement)(t.Fragment,null,(0,t.createElement)(d.SelectControl,{label:(0,n.__)("Purchase Button Alignment","easy-digital-downloads"),value:a.purchase_link_align,options:w,onChange:o("purchase_link_align")}),(0,t.createElement)(d.ToggleControl,{label:(0,n.__)("Show Price on Button","easy-digital-downloads"),checked:!!a.show_price,onChange:o("show_price")})))),(0,t.createElement)(d.Disabled,null,(0,t.createElement)(s(),{block:"edd/downloads",attributes:{...a},urlQueryArgs:b})))}})}},l={};function o(e){var t=l[e];if(void 0!==t)return t.exports;var n=l[e]={exports:{}};return a[e](n,n.exports,o),n.exports}o.m=a,e=[],o.O=(a,l,t,n)=>{if(!l){var d=1/0;for(c=0;c<e.length;c++){l=e[c][0],t=e[c][1],n=e[c][2];for(var i=!0,s=0;s<l.length;s++)(!1&n||d>=n)&&Object.keys(o.O).every((e=>o.O[e](l[s])))?l.splice(s--,1):(i=!1,n<d&&(d=n));if(i){e.splice(c--,1);var r=t();void 0!==r&&(a=r)}}return a}n=n||0;for(var c=e.length;c>0&&e[c-1][2]>n;c--)e[c]=e[c-1];e[c]=[l,t,n]},o.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return o.d(a,{a}),a},o.d=(e,a)=>{for(var l in a)o.o(a,l)&&!o.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:a[l]})},o.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),(()=>{var e={411:0,342:0};o.O.j=a=>0===e[a];var a=(a,l)=>{var t,n,d=l[0],i=l[1],s=l[2],r=0;if(d.some((a=>0!==e[a]))){for(t in i)o.o(i,t)&&(o.m[t]=i[t]);if(s)var c=s(o)}for(a&&a(l);r<d.length;r++)n=d[r],o.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return o.O(c)},l=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];l.forEach(a.bind(null,0)),l.push=a.bind(null,l.push.bind(l))})();var t=o.O(void 0,[342],(()=>o(737)));t=o.O(t)})();
|
includes/blocks/build/login/block.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Login Form",
|
7 |
"category": "easy-digital-downloads",
|
8 |
-
"icon": "
|
9 |
"description": "Login form for Easy Digital Downloads.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Login Form",
|
7 |
"category": "easy-digital-downloads",
|
8 |
+
"icon": "unlock",
|
9 |
"description": "Login form for Easy Digital Downloads.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
includes/blocks/build/login/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '19e62e128bed7c7d9f98');
|
includes/blocks/build/login/index.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(()=>{"use strict";var e,o={26:()=>{const e=window.wp.blocks,o=window.wp.element,
|
1 |
+
(()=>{"use strict";var e,o={26:()=>{const e=window.wp.blocks,o=window.wp.element,t=window.wp.i18n,r=window.wp.components,a=window.wp.blockEditor,l=JSON.parse('{"u2":"edd/login","qv":"unlock"}'),n={button:(0,o.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,o.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,o.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,o.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),products:(0,o.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,o.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),"yes-alt":(0,o.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,o.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),download:(0,o.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"edd-blocks__icon-downloads"},(0,o.createElement)("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})),unlock:(0,o.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,o.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"editor-table":(0,o.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,o.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),money:(0,o.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,o.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),id:(0,o.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,o.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),category:(0,o.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,o.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var s;(0,e.registerBlockType)(l.u2,{icon:(s=l.qv,n[s]),edit:function(e){let{attributes:l,setAttributes:n}=e;const s=e=>o=>n({[e]:o});return(0,o.createElement)("div",(0,a.useBlockProps)(),(0,o.createElement)(a.InspectorControls,null,(0,o.createElement)(r.PanelBody,{title:(0,t.__)("Settings","easy-digital-downloads")},(0,o.createElement)("p",{className:"description"},(0,t.__)("Once logged in, where should the user be directed? You can choose the current page, or a custom URL.","easy-digital-downloads")),(0,o.createElement)(r.ToggleControl,{label:(0,t.__)("Redirect to Current Page","easy-digital-downloads"),checked:!!l.current,onChange:s("current")}),!l.current&&(0,o.createElement)(r.TextControl,{label:(0,t.__)("Custom Redirect URL","easy-digital-downloads"),value:l.redirect,onChange:s("redirect")}))),(0,o.createElement)("p",{className:"description"},(0,t.__)("This form is a sample view of your login form. Logged in users will not see it.","easy-digital-downloads")),(0,o.createElement)("form",{className:"edd-blocks-form edd-blocks-form__login"},(0,o.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-username"},(0,o.createElement)("label",{htmlFor:"edd_user_login"},(0,t.__)("Username or Email","easy-digital-downloads")),(0,o.createElement)("div",{className:"edd-blocks-form__control"},(0,o.createElement)("input",{name:"edd_user_login",id:"edd_user_login",className:"edd-required edd-input",type:"text",value:"user_name",readOnly:!0}))),(0,o.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-password"},(0,o.createElement)("label",{htmlFor:"edd_user_pass"},(0,t.__)("Password","easy-digital-downloads")),(0,o.createElement)("div",{className:"edd-blocks-form__control"},(0,o.createElement)("input",{name:"edd_user_pass",id:"edd_user_pass",className:"edd-password edd-required edd-input",type:"password",value:"234324",readOnly:!0}))),(0,o.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-remember"},(0,o.createElement)("div",{className:"edd-blocks-form__control"},(0,o.createElement)(r.Disabled,null,(0,o.createElement)("input",{name:"rememberme",type:"checkbox",id:"rememberme",value:"forever",readOnly:!0}),(0,o.createElement)("label",{htmlFor:"rememberme"},(0,t.__)("Remember Me","easy-digital-downloads"))))),(0,o.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-submit"},(0,o.createElement)(r.Disabled,null,(0,o.createElement)("input",{name:"submit",type:"submit",className:"edd-submit button",label:(0,t.__)("Log In","easy-digital-downloads"),value:(0,t.__)("Log In","easy-digital-downloads")}))),(0,o.createElement)("p",{className:"edd-blocks-form__group edd-blocks-form__group-lost-password"},(0,o.createElement)("a",{href:""},(0,t.__)("Lost Password?","easy-digital-downloads")))))}})}},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var l=t[e]={exports:{}};return o[e](l,l.exports,r),l.exports}r.m=o,e=[],r.O=(o,t,a,l)=>{if(!t){var n=1/0;for(i=0;i<e.length;i++){t=e[i][0],a=e[i][1],l=e[i][2];for(var s=!0,d=0;d<t.length;d++)(!1&l||n>=l)&&Object.keys(r.O).every((e=>r.O[e](t[d])))?t.splice(d--,1):(s=!1,l<n&&(n=l));if(s){e.splice(i--,1);var c=a();void 0!==c&&(o=c)}}return o}l=l||0;for(var i=e.length;i>0&&e[i-1][2]>l;i--)e[i]=e[i-1];e[i]=[t,a,l]},r.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{var e={751:0,710:0};r.O.j=o=>0===e[o];var o=(o,t)=>{var a,l,n=t[0],s=t[1],d=t[2],c=0;if(n.some((o=>0!==e[o]))){for(a in s)r.o(s,a)&&(r.m[a]=s[a]);if(d)var i=d(r)}for(o&&o(t);c<n.length;c++)l=n[c],r.o(e,l)&&e[l]&&e[l][0](),e[l]=0;return r.O(i)},t=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];t.forEach(o.bind(null,0)),t.push=o.bind(null,t.push.bind(t))})();var a=r.O(void 0,[710],(()=>r(26)));a=r.O(a)})();
|
includes/blocks/build/login/style-index.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.edd-blocks-form{border:1px solid var(--edd-blocks-light-grey);display:grid;gap:1.25rem;padding:2rem}.widget .edd-blocks-form{border:none;padding:0}.edd-blocks-form .edd-blocks-form__group,.edd-blocks-form legend{display:block;margin:0}.edd-blocks-form .edd-blocks-form__group>label{display:block;margin-bottom:.5rem!important}.edd-blocks-form input[type=email],.edd-blocks-form input[type=password],.edd-blocks-form input[type=text],.edd-blocks-form select{box-sizing:border-box;display:block;padding:4px 6px;width:100%}.edd-blocks-form .edd-blocks-form__halves{display:flex!important;gap:1rem;justify-content:space-between}@media(min-width:600px){.edd-blocks-form .edd-blocks-form__halves>*{flex-basis:50%}}p+.edd-blocks-form{margin-top:2rem}.edd-button-secondary,.edd-submit{transition:all .2s ease-in-out}.edd-button-secondary:active,.edd-button-secondary:hover,.edd-submit:active,.edd-submit:hover{transform:translateY(-1px)}.edd-button-secondary{background-color:var(--edd-blocks-light-grey);border:1px solid #ddd;border-radius:4px;color:unset;margin:0;padding:.5rem 1rem}.edd-button-secondary:disabled{opacity:.6}.wp-block-edd-login #pass-strength-result{background-color:#f0f0f1;border:1px solid #dcdcde;box-sizing:border-box;color:#1d2327;margin:-1px 1px 5px;opacity:0;padding:3px 5px;text-align:center}.wp-block-edd-login #pass-strength-result.short{background-color:#ffabaf;border-color:#e65054;opacity:1}.wp-block-edd-login #pass-strength-result.bad{background-color:#facfd2;border-color:#f86368;opacity:1}.wp-block-edd-login #pass-strength-result.good{background-color:#f5e6ab;border-color:#f0c33c;opacity:1}.wp-block-edd-login #pass-strength-result.strong{background-color:#b8e6bf;border-color:#68de7c;opacity:1}.wp-block-edd-login .wp-pwd.is-open{position:relative}.wp-block-edd-login .button.wp-hide-pw{background:transparent;border:1px solid transparent;box-shadow:none;color:#555;font-size:14px;height:2.5rem;line-height:2;margin:0;min-height:40px;min-width:40px;padding:5px 9px;position:absolute;right:0;top:0;width:2.5rem}.wp-block-edd-login .button.wp-hide-pw .dashicons{display:block}.wp-block-edd-login .reset-pass-submit{align-items:center;display:flex;justify-content:space-between}.wp-block-edd-login .edd-alert p,.wp-block-edd-login p{margin:0;padding:0}
|
1 |
+
.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.edd-blocks-form{border:1px solid var(--edd-blocks-light-grey);display:grid;gap:1.25rem;padding:2rem}.widget .edd-blocks-form{border:none;padding:0}.edd-blocks-form .edd-blocks-form__group,.edd-blocks-form legend{display:block;margin:0}.edd-blocks-form .edd-blocks-form__group>label{display:block;margin-bottom:.5rem!important}.edd-blocks-form input[type=email],.edd-blocks-form input[type=password],.edd-blocks-form input[type=text],.edd-blocks-form select{box-sizing:border-box;display:block;padding:4px 6px;width:100%}.edd-blocks-form .edd-blocks-form__halves{display:flex!important;gap:1rem;justify-content:space-between}@media(min-width:600px){.edd-blocks-form .edd-blocks-form__halves>*{flex-basis:50%}}p+.edd-blocks-form{margin-top:2rem}.edd-button-secondary,.edd-submit{transition:all .2s ease-in-out}.edd-button-secondary:active,.edd-button-secondary:hover,.edd-submit:active,.edd-submit:hover{transform:translateY(-1px)}.edd-button-secondary{background-color:var(--edd-blocks-light-grey);border:1px solid #ddd;border-radius:4px;color:unset;margin:0;padding:.5rem 1rem}.edd-button-secondary:disabled{opacity:.6}.wp-block-edd-login #pass-strength-result{background-color:#f0f0f1;border:1px solid #dcdcde;box-sizing:border-box;color:#1d2327;margin:-1px 1px 5px;opacity:0;padding:3px 5px;text-align:center}.wp-block-edd-login #pass-strength-result.short{background-color:#ffabaf;border-color:#e65054;opacity:1}.wp-block-edd-login #pass-strength-result.bad{background-color:#facfd2;border-color:#f86368;opacity:1}.wp-block-edd-login #pass-strength-result.good{background-color:#f5e6ab;border-color:#f0c33c;opacity:1}.wp-block-edd-login #pass-strength-result.strong{background-color:#b8e6bf;border-color:#68de7c;opacity:1}.wp-block-edd-login .wp-pwd.is-open{position:relative}.wp-block-edd-login .button.wp-hide-pw{background:transparent;border:1px solid transparent;box-shadow:none;color:#555;font-size:14px;height:2.5rem;line-height:2;margin:0;min-height:40px;min-width:40px;padding:5px 9px;position:absolute;right:0;top:0;width:2.5rem}.wp-block-edd-login .button.wp-hide-pw .dashicons{display:block}.wp-block-edd-login div.reset-pass-submit{align-items:center;display:flex;justify-content:space-between}.wp-block-edd-login .edd-alert p,.wp-block-edd-login p{margin:0;padding:0}
|
includes/blocks/build/order-history/block.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Order History",
|
7 |
"category": "easy-digital-downloads",
|
8 |
-
"icon": "
|
9 |
"description": "Display the Easy Digital Downloads order history of a logged in user.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Order History",
|
7 |
"category": "easy-digital-downloads",
|
8 |
+
"icon": "editor-table",
|
9 |
"description": "Display the Easy Digital Downloads order history of a logged in user.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
includes/blocks/build/order-history/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '419c2b961828910baaff');
|
includes/blocks/build/order-history/index.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(()=>{"use strict";var e,o={98:(e,o,r)=>{const t=window.wp.blocks,n=window.wp.element,
|
1 |
+
(()=>{"use strict";var e,o={98:(e,o,r)=>{const t=window.wp.blocks,n=window.wp.element,a=window.wp.i18n,l=window.wp.components,s=window.wp.serverSideRender;var c=r.n(s);const i=window.wp.blockEditor,d=JSON.parse('{"u2":"edd/order-history","qv":"editor-table"}'),m={button:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),products:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),"yes-alt":(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),download:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"edd-blocks__icon-downloads"},(0,n.createElement)("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})),unlock:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"editor-table":(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),money:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),id:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),category:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var w;(0,t.registerBlockType)(d.u2,{icon:(w=d.qv,m[w]),edit:function(e){let{attributes:o,setAttributes:r}=e;const t=e=>o=>r({[e]:o});return(0,n.createElement)("div",(0,i.useBlockProps)(),(0,n.createElement)(i.InspectorControls,null,(0,n.createElement)(l.PanelBody,{title:(0,a.__)("Order History Settings","easy-digital-downloads")},(0,n.createElement)(l.RangeControl,{label:(0,a.__)("Columns","easy-digital-downloads"),value:o.columns,onChange:t("columns"),min:1,max:6}),(0,n.createElement)(l.RangeControl,{label:(0,a.__)("Orders per Page","easy-digital-downloads"),value:o.number,onChange:t("number"),min:1,max:100}),!!EDDBlocks.recurring&&(0,n.createElement)(l.ToggleControl,{label:(0,a.__)("Do Not Show Renewal Orders","easy-digital-downloads"),checked:!!o.recurring,onChange:t("recurring")}))),(0,n.createElement)(l.Disabled,null,(0,n.createElement)(c(),{block:"edd/order-history",attributes:{...o}})))}})}},r={};function t(e){var n=r[e];if(void 0!==n)return n.exports;var a=r[e]={exports:{}};return o[e](a,a.exports,t),a.exports}t.m=o,e=[],t.O=(o,r,n,a)=>{if(!r){var l=1/0;for(d=0;d<e.length;d++){r=e[d][0],n=e[d][1],a=e[d][2];for(var s=!0,c=0;c<r.length;c++)(!1&a||l>=a)&&Object.keys(t.O).every((e=>t.O[e](r[c])))?r.splice(c--,1):(s=!1,a<l&&(l=a));if(s){e.splice(d--,1);var i=n();void 0!==i&&(o=i)}}return o}a=a||0;for(var d=e.length;d>0&&e[d-1][2]>a;d--)e[d]=e[d-1];e[d]=[r,n,a]},t.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return t.d(o,{a:o}),o},t.d=(e,o)=>{for(var r in o)t.o(o,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:o[r]})},t.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{var e={278:0,840:0};t.O.j=o=>0===e[o];var o=(o,r)=>{var n,a,l=r[0],s=r[1],c=r[2],i=0;if(l.some((o=>0!==e[o]))){for(n in s)t.o(s,n)&&(t.m[n]=s[n]);if(c)var d=c(t)}for(o&&o(r);i<l.length;i++)a=l[i],t.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return t.O(d)},r=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];r.forEach(o.bind(null,0)),r.push=o.bind(null,r.push.bind(r))})();var n=t.O(void 0,[840],(()=>t(98)));n=t.O(n)})();
|
includes/blocks/build/receipt/block.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Receipt",
|
7 |
"category": "easy-digital-downloads",
|
8 |
-
"icon": "
|
9 |
"description": "Show customers their detailed receipt. Supports guest orders.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Receipt",
|
7 |
"category": "easy-digital-downloads",
|
8 |
+
"icon": "money",
|
9 |
"description": "Show customers their detailed receipt. Supports guest orders.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
includes/blocks/build/receipt/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '55245582154e0103f57f');
|
includes/blocks/build/receipt/index.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(()=>{"use strict";var e,o={892:(e,o,t)=>{const r=window.wp.blocks,n=window.wp.element,
|
1 |
+
(()=>{"use strict";var e,o={892:(e,o,t)=>{const r=window.wp.blocks,n=window.wp.element,a=window.wp.i18n,l=window.wp.components,s=window.wp.serverSideRender;var c=t.n(s);const d=window.wp.blockEditor,i=()=>(0,n.createElement)(l.Placeholder,null,(0,n.createElement)("p",null,(0,a.__)("Create at least one order to see an example of a receipt.","easy-digital-downloads"))),m={edd_blocks_is_block_editor:EDDBlocks.current_user},h=JSON.parse('{"u2":"edd/receipt","qv":"money"}'),w={button:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),products:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),"yes-alt":(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),download:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"edd-blocks__icon-downloads"},(0,n.createElement)("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})),unlock:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"editor-table":(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),money:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),id:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),category:(0,n.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,n.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var v;(0,r.registerBlockType)(h.u2,{icon:(v=h.qv,w[v]),edit:function(e){let{attributes:o,setAttributes:t}=e;const r=e=>o=>t({[e]:o});return(0,n.createElement)("div",(0,d.useBlockProps)(),(0,n.createElement)(d.InspectorControls,null,(0,n.createElement)(l.PanelBody,{title:(0,a.__)("Settings","easy-digital-downloads")},(0,n.createElement)(l.ToggleControl,{label:(0,a.__)("Show Payment Key","easy-digital-downloads"),checked:!!o.payment_key,onChange:r("payment_key")}),(0,n.createElement)(l.ToggleControl,{label:(0,a.__)("Show Gateway","easy-digital-downloads"),checked:!!o.payment_method,onChange:r("payment_method")}))),(0,n.createElement)("p",{className:"description"},(0,a.__)("The editor will display a sample random order from your site.","easy-digital-downloads")),(0,n.createElement)(l.Disabled,null,(0,n.createElement)(c(),{block:"edd/receipt",attributes:{...o},urlQueryArgs:m,EmptyResponsePlaceholder:i})))}})}},t={};function r(e){var n=t[e];if(void 0!==n)return n.exports;var a=t[e]={exports:{}};return o[e](a,a.exports,r),a.exports}r.m=o,e=[],r.O=(o,t,n,a)=>{if(!t){var l=1/0;for(i=0;i<e.length;i++){t=e[i][0],n=e[i][1],a=e[i][2];for(var s=!0,c=0;c<t.length;c++)(!1&a||l>=a)&&Object.keys(r.O).every((e=>r.O[e](t[c])))?t.splice(c--,1):(s=!1,a<l&&(l=a));if(s){e.splice(i--,1);var d=n();void 0!==d&&(o=d)}}return o}a=a||0;for(var i=e.length;i>0&&e[i-1][2]>a;i--)e[i]=e[i-1];e[i]=[t,n,a]},r.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return r.d(o,{a:o}),o},r.d=(e,o)=>{for(var t in o)r.o(o,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},r.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{var e={136:0,882:0};r.O.j=o=>0===e[o];var o=(o,t)=>{var n,a,l=t[0],s=t[1],c=t[2],d=0;if(l.some((o=>0!==e[o]))){for(n in s)r.o(s,n)&&(r.m[n]=s[n]);if(c)var i=c(r)}for(o&&o(t);d<l.length;d++)a=l[d],r.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return r.O(i)},t=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];t.forEach(o.bind(null,0)),t.push=o.bind(null,t.push.bind(t))})();var n=r.O(void 0,[882],(()=>r(892)));n=r.O(n)})();
|
includes/blocks/build/register/block.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Registration Form",
|
7 |
"category": "easy-digital-downloads",
|
8 |
-
"icon": "
|
9 |
"description": "Registration form for Easy Digital Downloads.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Registration Form",
|
7 |
"category": "easy-digital-downloads",
|
8 |
+
"icon": "id",
|
9 |
"description": "Registration form for Easy Digital Downloads.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
includes/blocks/build/register/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'c67ec71759d631f00283');
|
includes/blocks/build/register/index.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(()=>{"use strict";var e,r={883:()=>{const e=window.wp.blocks,r=window.wp.element,t=window.wp.i18n,o=window.wp.components,a=window.wp.blockEditor,s=JSON.parse('{"u2":"edd/register","qv":"register"}'),l={"buy-button":(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,r.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,r.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),checkout:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,r.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),confirmation:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,r.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),downloads:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",class:"edd-blocks__icon-downloads"},(0,r.createElement)("path",{"fill-rule":"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z","clip-rule":"evenodd"})),login:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,r.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"order-history":(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,r.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),receipt:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,r.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),register:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,r.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),terms:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"edd-blocks__icon"},(0,r.createElement)("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var n;(0,e.registerBlockType)(s.u2,{icon:(n=s.qv,l[n]),edit:function(e){let{attributes:s,setAttributes:l}=e;const n=e=>r=>l({[e]:r});return(0,r.createElement)("div",(0,a.useBlockProps)(),(0,r.createElement)(a.InspectorControls,null,(0,r.createElement)(o.PanelBody,{title:(0,t.__)("Settings","easy-digital-downloads")},(0,r.createElement)("p",{className:"description"},(0,t.__)("Once registered, where should the user be directed? You can choose the current page, or a custom URL.","easy-digital-downloads")),(0,r.createElement)(o.ToggleControl,{label:(0,t.__)("Redirect to Current Page","easy-digital-downloads"),checked:!!s.current,onChange:n("current")}),!s.current&&(0,r.createElement)(o.TextControl,{label:(0,t.__)("Custom Redirect URL","easy-digital-downloads"),value:s.redirect,onChange:n("redirect")}))),(0,r.createElement)("p",{className:"description"},(0,t.__)("This form is a sample view of your registration form. Logged in users will not see it.","easy-digital-downloads")),(0,r.createElement)("form",{id:"edd-blocks-form__register",className:"edd-blocks-form edd-blocks-form__register"},(0,r.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-username"},(0,r.createElement)("label",{htmlFor:"edd_user_register"},(0,t.__)("Username or Email","easy-digital-downloads"),(0,r.createElement)("span",{className:"edd-required-indicator"},"*"),(0,r.createElement)("span",{className:"screen-reader-text"},(0,t.__)("Required","easy-digital-downloads"))),(0,r.createElement)("div",{className:"edd-blocks-form__control"},(0,r.createElement)("input",{name:"edd_user_register",id:"edd_user_register",className:"edd-required edd-input",type:"text",readOnly:!0}))),(0,r.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-email"},(0,r.createElement)("label",{htmlFor:"edd-user-email"},(0,t.__)("Email","easy-digital-downloads"),(0,r.createElement)("span",{className:"edd-required-indicator"},"*"),(0,r.createElement)("span",{className:"screen-reader-text"},(0,t.__)("Required","easy-digital-downloads"))),(0,r.createElement)("div",{className:"edd-blocks-form__control"},(0,r.createElement)("input",{name:"edd-user-email",id:"edd_user_login",className:"edd-password edd-required edd-input",type:"email",readOnly:!0}))),(0,r.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-password"},(0,r.createElement)("label",{htmlFor:"edd-user-pass"},(0,t.__)("Password","easy-digital-downloads"),(0,r.createElement)("span",{className:"edd-required-indicator"},"*"),(0,r.createElement)("span",{className:"screen-reader-text"},(0,t.__)("Required","easy-digital-downloads"))),(0,r.createElement)("div",{className:"edd-blocks-form__control"},(0,r.createElement)("input",{id:"edd-user-pass",className:"password required edd-input",type:"password",name:"edd_user_pass",readOnly:!0}))),(0,r.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-password-confirm"},(0,r.createElement)("label",{htmlFor:"edd-user-pass2"},(0,t.__)("Confirm Password","easy-digital-downloads"),(0,r.createElement)("span",{className:"edd-required-indicator"},"*"),(0,r.createElement)("span",{className:"screen-reader-text"},(0,t.__)("Required","easy-digital-downloads"))),(0,r.createElement)("div",{className:"edd-blocks-form__control"},(0,r.createElement)("input",{id:"edd-user-pass2",className:"password required edd-input",type:"password",name:"edd_user_pass2",readOnly:!0}))),(0,r.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-submit"},(0,r.createElement)(o.Disabled,null,(0,r.createElement)("input",{name:"submit",type:"submit",className:"edd-submit button",label:(0,t.__)("Log In","easy-digital-downloads"),value:(0,t.__)("Log In","easy-digital-downloads")})))))}})}},t={};function o(e){var a=t[e];if(void 0!==a)return a.exports;var s=t[e]={exports:{}};return r[e](s,s.exports,o),s.exports}o.m=r,e=[],o.O=(r,t,a,s)=>{if(!t){var l=1/0;for(c=0;c<e.length;c++){t=e[c][0],a=e[c][1],s=e[c][2];for(var n=!0,d=0;d<t.length;d++)(!1&s||l>=s)&&Object.keys(o.O).every((e=>o.O[e](t[d])))?t.splice(d--,1):(n=!1,s<l&&(l=s));if(n){e.splice(c--,1);var i=a();void 0!==i&&(r=i)}}return r}s=s||0;for(var c=e.length;c>0&&e[c-1][2]>s;c--)e[c]=e[c-1];e[c]=[t,a,s]},o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),(()=>{var e={889:0,750:0};o.O.j=r=>0===e[r];var r=(r,t)=>{var a,s,l=t[0],n=t[1],d=t[2],i=0;if(l.some((r=>0!==e[r]))){for(a in n)o.o(n,a)&&(o.m[a]=n[a]);if(d)var c=d(o)}for(r&&r(t);i<l.length;i++)s=l[i],o.o(e,s)&&e[s]&&e[s][0](),e[s]=0;return o.O(c)},t=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})();var a=o.O(void 0,[750],(()=>o(883)));a=o.O(a)})();
|
1 |
+
(()=>{"use strict";var e,r={883:()=>{const e=window.wp.blocks,r=window.wp.element,t=window.wp.i18n,a=window.wp.components,o=window.wp.blockEditor,s=JSON.parse('{"u2":"edd/register","qv":"id"}'),d={button:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),products:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),"yes-alt":(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),download:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"edd-blocks__icon-downloads"},(0,r.createElement)("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})),unlock:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"editor-table":(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),money:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),id:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),category:(0,r.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,r.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var l;(0,e.registerBlockType)(s.u2,{icon:(l=s.qv,d[l]),edit:function(e){let{attributes:s,setAttributes:d}=e;const l=e=>r=>d({[e]:r});return(0,r.createElement)("div",(0,o.useBlockProps)(),(0,r.createElement)(o.InspectorControls,null,(0,r.createElement)(a.PanelBody,{title:(0,t.__)("Settings","easy-digital-downloads")},(0,r.createElement)("p",{className:"description"},(0,t.__)("Once registered, where should the user be directed? You can choose the current page, or a custom URL.","easy-digital-downloads")),(0,r.createElement)(a.ToggleControl,{label:(0,t.__)("Redirect to Current Page","easy-digital-downloads"),checked:!!s.current,onChange:l("current")}),!s.current&&(0,r.createElement)(a.TextControl,{label:(0,t.__)("Custom Redirect URL","easy-digital-downloads"),value:s.redirect,onChange:l("redirect")}))),(0,r.createElement)("p",{className:"description"},(0,t.__)("This form is a sample view of your registration form. Logged in users will not see it.","easy-digital-downloads")),(0,r.createElement)("form",{id:"edd-blocks-form__register",className:"edd-blocks-form edd-blocks-form__register"},(0,r.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-username"},(0,r.createElement)("label",{htmlFor:"edd_user_register"},(0,t.__)("Username or Email","easy-digital-downloads"),(0,r.createElement)("span",{className:"edd-required-indicator"},"*"),(0,r.createElement)("span",{className:"screen-reader-text"},(0,t.__)("Required","easy-digital-downloads"))),(0,r.createElement)("div",{className:"edd-blocks-form__control"},(0,r.createElement)("input",{name:"edd_user_register",id:"edd_user_register",className:"edd-required edd-input",type:"text",readOnly:!0}))),(0,r.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-email"},(0,r.createElement)("label",{htmlFor:"edd-user-email"},(0,t.__)("Email","easy-digital-downloads"),(0,r.createElement)("span",{className:"edd-required-indicator"},"*"),(0,r.createElement)("span",{className:"screen-reader-text"},(0,t.__)("Required","easy-digital-downloads"))),(0,r.createElement)("div",{className:"edd-blocks-form__control"},(0,r.createElement)("input",{name:"edd-user-email",id:"edd_user_login",className:"edd-password edd-required edd-input",type:"email",readOnly:!0}))),(0,r.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-password"},(0,r.createElement)("label",{htmlFor:"edd-user-pass"},(0,t.__)("Password","easy-digital-downloads"),(0,r.createElement)("span",{className:"edd-required-indicator"},"*"),(0,r.createElement)("span",{className:"screen-reader-text"},(0,t.__)("Required","easy-digital-downloads"))),(0,r.createElement)("div",{className:"edd-blocks-form__control"},(0,r.createElement)("input",{id:"edd-user-pass",className:"password required edd-input",type:"password",name:"edd_user_pass",readOnly:!0}))),(0,r.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-password-confirm"},(0,r.createElement)("label",{htmlFor:"edd-user-pass2"},(0,t.__)("Confirm Password","easy-digital-downloads"),(0,r.createElement)("span",{className:"edd-required-indicator"},"*"),(0,r.createElement)("span",{className:"screen-reader-text"},(0,t.__)("Required","easy-digital-downloads"))),(0,r.createElement)("div",{className:"edd-blocks-form__control"},(0,r.createElement)("input",{id:"edd-user-pass2",className:"password required edd-input",type:"password",name:"edd_user_pass2",readOnly:!0}))),(0,r.createElement)("div",{className:"edd-blocks-form__group edd-blocks-form__group-submit"},(0,r.createElement)(a.Disabled,null,(0,r.createElement)("input",{name:"submit",type:"submit",className:"edd-submit button",label:(0,t.__)("Log In","easy-digital-downloads"),value:(0,t.__)("Log In","easy-digital-downloads")})))))}})}},t={};function a(e){var o=t[e];if(void 0!==o)return o.exports;var s=t[e]={exports:{}};return r[e](s,s.exports,a),s.exports}a.m=r,e=[],a.O=(r,t,o,s)=>{if(!t){var d=1/0;for(i=0;i<e.length;i++){t=e[i][0],o=e[i][1],s=e[i][2];for(var l=!0,n=0;n<t.length;n++)(!1&s||d>=s)&&Object.keys(a.O).every((e=>a.O[e](t[n])))?t.splice(n--,1):(l=!1,s<d&&(d=s));if(l){e.splice(i--,1);var c=o();void 0!==c&&(r=c)}}return r}s=s||0;for(var i=e.length;i>0&&e[i-1][2]>s;i--)e[i]=e[i-1];e[i]=[t,o,s]},a.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),(()=>{var e={889:0,750:0};a.O.j=r=>0===e[r];var r=(r,t)=>{var o,s,d=t[0],l=t[1],n=t[2],c=0;if(d.some((r=>0!==e[r]))){for(o in l)a.o(l,o)&&(a.m[o]=l[o]);if(n)var i=n(a)}for(r&&r(t);c<d.length;c++)s=d[c],a.o(e,s)&&e[s]&&e[s][0](),e[s]=0;return a.O(i)},t=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})();var o=a.O(void 0,[750],(()=>a(883)));o=a.O(o)})();
|
includes/blocks/build/register/style-index.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.edd-blocks-form{border:1px solid var(--edd-blocks-light-grey);display:grid;gap:1.25rem;padding:2rem}.widget .edd-blocks-form{border:none;padding:0}.edd-blocks-form .edd-blocks-form__group,.edd-blocks-form legend{display:block;margin:0}.edd-blocks-form .edd-blocks-form__group>label{display:block;margin-bottom:.5rem!important}.edd-blocks-form input[type=email],.edd-blocks-form input[type=password],.edd-blocks-form input[type=text],.edd-blocks-form select{box-sizing:border-box;display:block;padding:4px 6px;width:100%}.edd-blocks-form .edd-blocks-form__halves{display:flex!important;gap:1rem;justify-content:space-between}@media(min-width:600px){.edd-blocks-form .edd-blocks-form__halves>*{flex-basis:50%}}p+.edd-blocks-form{margin-top:2rem}.edd-button-secondary,.edd-submit{transition:all .2s ease-in-out}.edd-button-secondary:active,.edd-button-secondary:hover,.edd-submit:active,.edd-submit:hover{transform:translateY(-1px)}.edd-button-secondary{background-color:var(--edd-blocks-light-grey);border:1px solid #ddd;border-radius:4px;color:unset;margin:0;padding:.5rem 1rem}.edd-button-secondary:disabled{opacity:.6}
|
1 |
+
.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.edd-blocks-form{border:1px solid var(--edd-blocks-light-grey);display:grid;gap:1.25rem;padding:2rem}.widget .edd-blocks-form{border:none;padding:0}.edd-blocks-form .edd-blocks-form__group,.edd-blocks-form legend{display:block;margin:0}.edd-blocks-form .edd-blocks-form__group>label{display:block;margin-bottom:.5rem!important}.edd-blocks-form input[type=email],.edd-blocks-form input[type=password],.edd-blocks-form input[type=text],.edd-blocks-form select{box-sizing:border-box;display:block;padding:4px 6px;width:100%}.edd-blocks-form .edd-blocks-form__halves{display:flex!important;gap:1rem;justify-content:space-between}@media(min-width:600px){.edd-blocks-form .edd-blocks-form__halves>*{flex-basis:50%}}p+.edd-blocks-form{margin-top:2rem}.edd-button-secondary,.edd-submit{transition:all .2s ease-in-out}.edd-button-secondary:active,.edd-button-secondary:hover,.edd-submit:active,.edd-submit:hover{transform:translateY(-1px)}.edd-button-secondary{background-color:var(--edd-blocks-light-grey);border:1px solid #ddd;border-radius:4px;color:unset;margin:0;padding:.5rem 1rem}.edd-button-secondary:disabled{opacity:.6}.wp-block-edd-register .edd-blocks-form__group-password .edd-blocks-form__control{position:relative}.wp-block-edd-register #pass-strength-result{background-color:#f0f0f1;border:1px solid #dcdcde;box-sizing:border-box;color:#1d2327;margin:-1px 1px 5px;opacity:0;padding:3px 5px;text-align:center}.wp-block-edd-register #pass-strength-result.short{background-color:#ffabaf;border-color:#e65054;opacity:1}.wp-block-edd-register #pass-strength-result.bad{background-color:#facfd2;border-color:#f86368;opacity:1}.wp-block-edd-register #pass-strength-result.good{background-color:#f5e6ab;border-color:#f0c33c;opacity:1}.wp-block-edd-register #pass-strength-result.strong{background-color:#b8e6bf;border-color:#68de7c;opacity:1}.wp-block-edd-register .wp-pwd.is-open{position:relative}.wp-block-edd-register .button.wp-hide-pw{background:transparent;border:1px solid transparent;box-shadow:none;color:#555;font-size:14px;height:2.5rem;line-height:2;margin:0;min-height:40px;min-width:40px;padding:5px 9px;position:absolute;right:0;top:0;width:2.5rem}.wp-block-edd-register .button.wp-hide-pw .dashicons{display:block}.wp-block-edd-register div.edd-blocks-form__group-submit{align-items:center;display:flex;justify-content:space-between}.wp-block-edd-register .edd-alert p,.wp-block-edd-register p{margin:0;padding:0}
|
includes/blocks/build/terms/block.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Download Terms",
|
7 |
"category": "easy-digital-downloads",
|
8 |
-
"icon": "
|
9 |
"description": "Show categories, or tags for Easy Digital Download products.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
5 |
"version": "2.0.0",
|
6 |
"title": "EDD Download Terms",
|
7 |
"category": "easy-digital-downloads",
|
8 |
+
"icon": "category",
|
9 |
"description": "Show categories, or tags for Easy Digital Download products.",
|
10 |
"keywords": [
|
11 |
"easy digital downloads",
|
includes/blocks/build/terms/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '481a55873a76d759425a');
|
includes/blocks/build/terms/index.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(()=>{"use strict";var e,
|
1 |
+
(()=>{"use strict";var e,o={874:(e,o,a)=>{const l=window.wp.blocks,t=window.wp.element,n=window.wp.i18n,r=window.wp.components,s=window.wp.serverSideRender;var i=a.n(s);const d=window.wp.blockEditor,c=[{value:"none",label:(0,n.__)("None","easy-digital-downloads")},{value:"center",label:(0,n.__)("Center","easy-digital-downloads")},{value:"left",label:(0,n.__)("Left","easy-digital-downloads")},{value:"right",label:(0,n.__)("Right","easy-digital-downloads")}],m=[{value:"ASC",label:(0,n.__)("Ascending","easy-digital-downloads")},{value:"DESC",label:(0,n.__)("Descending","easy-digital-downloads")}],g=[{value:"thumbnail",label:(0,n.__)("Thumbnail","easy-digital-downloads")},{value:"medium",label:(0,n.__)("Medium","easy-digital-downloads")},{value:"large",label:(0,n.__)("Large","easy-digital-downloads")}],w=[{value:"download_category",label:(0,n.__)("Download Categories","easy-digital-downloads")},{value:"download_tag",label:(0,n.__)("Download Tags","easy-digital-downloads")}],h=JSON.parse('{"u2":"edd/terms","qv":"category"}'),u={button:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"})),cart:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})),products:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"})),"yes-alt":(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"})),download:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"edd-blocks__icon-downloads"},(0,t.createElement)("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})),unlock:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"})),"editor-table":(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"})),money:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"})),id:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z"})),category:(0,t.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"edd-blocks__icon"},(0,t.createElement)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"}))};var v;(0,l.registerBlockType)(h.u2,{icon:(v=h.qv,u[v]),edit:function(e){let{attributes:o,setAttributes:a}=e;const l=e=>o=>a({[e]:o}),s=[{value:"count",label:(0,n.__)("Count","easy-digital-downloads")},{value:"id",label:(0,n.__)("ID","easy-digital-downloads")},{value:"name",label:(0,n.__)("Name","easy-digital-downloads")},{value:"slug",label:(0,n.__)("Slug","easy-digital-downloads")}];return(0,t.createElement)("div",(0,d.useBlockProps)(),(0,t.createElement)(d.InspectorControls,null,(0,t.createElement)(r.PanelBody,{title:(0,n.__)("Term Block Settings","easy-digital-downloads")},(0,t.createElement)(r.SelectControl,{label:(0,n.__)("Select Taxonomy","easy-digital-downloads"),value:o.taxonomy,options:w,onChange:l("taxonomy")}),(0,t.createElement)(r.SelectControl,{label:(0,n.__)("Order By","easy-digital-downloads"),value:o.orderby,options:s,onChange:l("orderby")}),(0,t.createElement)(r.SelectControl,{label:(0,n.__)("Order","easy-digital-downloads"),value:o.order,options:m,onChange:l("order")}),(0,t.createElement)(r.RangeControl,{label:(0,n.__)("Number of Columns","easy-digital-downloads"),value:o.columns,onChange:l("columns"),min:1,max:6}),(0,t.createElement)(r.ToggleControl,{label:(0,n.__)("Show Empty Categories","easy-digital-downloads"),checked:!!o.show_empty,onChange:l("show_empty")})),(0,t.createElement)(r.PanelBody,{title:(0,n.__)("Individual Term Settings","easy-digital-downloads"),initialOpen:!1},(0,t.createElement)(r.ToggleControl,{label:(0,n.__)("Show Title","easy-digital-downloads"),checked:!!o.title,onChange:l("title")}),(0,t.createElement)(r.ToggleControl,{label:(0,n.__)("Show Thumbnails","easy-digital-downloads"),checked:!!o.thumbnails,onChange:l("thumbnails")}),!!o.thumbnails&&(0,t.createElement)(r.SelectControl,{label:(0,n.__)("Image Size","easy-digital-downloads"),value:o.image_size,options:g,onChange:l("image_size")}),!!o.thumbnails&&(0,t.createElement)(r.SelectControl,{label:(0,n.__)("Image Alignment","easy-digital-downloads"),value:o.image_alignment,options:c,onChange:l("image_alignment")}),(0,t.createElement)(r.ToggleControl,{label:(0,n.__)("Show Description","easy-digital-downloads"),checked:!!o.description,onChange:l("description")}),(0,t.createElement)(r.ToggleControl,{label:(0,n.__)("Show Count","easy-digital-downloads"),checked:!!o.count,onChange:l("count")}))),(0,t.createElement)(r.Disabled,null,(0,t.createElement)(i(),{block:"edd/terms",attributes:{...o}})))}})}},a={};function l(e){var t=a[e];if(void 0!==t)return t.exports;var n=a[e]={exports:{}};return o[e](n,n.exports,l),n.exports}l.m=o,e=[],l.O=(o,a,t,n)=>{if(!a){var r=1/0;for(c=0;c<e.length;c++){a=e[c][0],t=e[c][1],n=e[c][2];for(var s=!0,i=0;i<a.length;i++)(!1&n||r>=n)&&Object.keys(l.O).every((e=>l.O[e](a[i])))?a.splice(i--,1):(s=!1,n<r&&(r=n));if(s){e.splice(c--,1);var d=t();void 0!==d&&(o=d)}}return o}n=n||0;for(var c=e.length;c>0&&e[c-1][2]>n;c--)e[c]=e[c-1];e[c]=[a,t,n]},l.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return l.d(o,{a:o}),o},l.d=(e,o)=>{for(var a in o)l.o(o,a)&&!l.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:o[a]})},l.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{var e={996:0,699:0};l.O.j=o=>0===e[o];var o=(o,a)=>{var t,n,r=a[0],s=a[1],i=a[2],d=0;if(r.some((o=>0!==e[o]))){for(t in s)l.o(s,t)&&(l.m[t]=s[t]);if(i)var c=i(l)}for(o&&o(a);d<r.length;d++)n=r[d],l.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return l.O(c)},a=self.webpackChunkedd_blocks=self.webpackChunkedd_blocks||[];a.forEach(o.bind(null,0)),a.push=o.bind(null,a.push.bind(a))})();var t=l.O(void 0,[699],(()=>l(874)));t=l.O(t)})();
|
includes/blocks/edd-blocks.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Description: Core blocks for Easy Digital Downloads.
|
5 |
* Requires at least: 5.8
|
6 |
* Requires PHP: 7.0
|
7 |
-
* Version: 2.0
|
8 |
* Author: Easy Digital Downloads
|
9 |
* License: GPL-2.0-or-later
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
4 |
* Description: Core blocks for Easy Digital Downloads.
|
5 |
* Requires at least: 5.8
|
6 |
* Requires PHP: 7.0
|
7 |
+
* Version: 2.0.1
|
8 |
* Author: Easy Digital Downloads
|
9 |
* License: GPL-2.0-or-later
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
includes/blocks/includes/checkout/checkout.php
CHANGED
@@ -376,5 +376,18 @@ add_filter( 'edd_is_checkout', __NAMESPACE__ . '\is_checkout' );
|
|
376 |
* @return bool
|
377 |
*/
|
378 |
function is_checkout( $is_checkout ) {
|
379 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
380 |
}
|
376 |
* @return bool
|
377 |
*/
|
378 |
function is_checkout( $is_checkout ) {
|
379 |
+
if ( $is_checkout ) {
|
380 |
+
return $is_checkout;
|
381 |
+
}
|
382 |
+
|
383 |
+
if ( has_block( 'edd/checkout' ) ) {
|
384 |
+
return true;
|
385 |
+
}
|
386 |
+
|
387 |
+
$current_page = ! empty( $_POST['current_page'] ) ? absint( $_POST['current_page'] ) : false;
|
388 |
+
if ( $current_page && edd_doing_ajax() && has_block( 'edd/checkout', $current_page ) ) {
|
389 |
+
return true;
|
390 |
+
}
|
391 |
+
|
392 |
+
return $is_checkout;
|
393 |
}
|
includes/blocks/includes/downloads/downloads.php
CHANGED
@@ -190,7 +190,10 @@ add_filter( 'edd_purchase_link_args', __NAMESPACE__ . '\maybe_update_purchase_li
|
|
190 |
* @return array
|
191 |
*/
|
192 |
function maybe_update_purchase_links( $args ) {
|
193 |
-
$
|
|
|
|
|
|
|
194 |
|
195 |
return $args;
|
196 |
}
|
190 |
* @return array
|
191 |
*/
|
192 |
function maybe_update_purchase_links( $args ) {
|
193 |
+
$classes = get_purchase_link_classes();
|
194 |
+
$current_class = explode( ' ', $args['class'] );
|
195 |
+
$classes = array_merge( $classes, $current_class );
|
196 |
+
$args['class'] = implode( ' ', array_unique( $classes ) );
|
197 |
|
198 |
return $args;
|
199 |
}
|
includes/blocks/includes/forms/forms.php
CHANGED
@@ -96,9 +96,7 @@ function login( $block_attributes = array() ) {
|
|
96 |
* @return string Registration from HTML.
|
97 |
*/
|
98 |
function registration( $block_attributes = array() ) {
|
99 |
-
|
100 |
-
return '';
|
101 |
-
}
|
102 |
$block_attributes = wp_parse_args(
|
103 |
$block_attributes,
|
104 |
array(
|
@@ -107,8 +105,17 @@ function registration( $block_attributes = array() ) {
|
|
107 |
)
|
108 |
);
|
109 |
ob_start();
|
110 |
-
|
111 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
|
113 |
return ob_get_clean();
|
114 |
}
|
96 |
* @return string Registration from HTML.
|
97 |
*/
|
98 |
function registration( $block_attributes = array() ) {
|
99 |
+
|
|
|
|
|
100 |
$block_attributes = wp_parse_args(
|
101 |
$block_attributes,
|
102 |
array(
|
105 |
)
|
106 |
);
|
107 |
ob_start();
|
108 |
+
?>
|
109 |
+
<div class="wp-block-edd-register">
|
110 |
+
<?php
|
111 |
+
edd_print_errors();
|
112 |
+
if ( ! is_user_logged_in() ) {
|
113 |
+
$redirect_url = get_redirect_url( $block_attributes );
|
114 |
+
include EDD_BLOCKS_DIR . 'views/forms/registration.php';
|
115 |
+
}
|
116 |
+
?>
|
117 |
+
</div>
|
118 |
+
<?php
|
119 |
|
120 |
return ob_get_clean();
|
121 |
}
|
includes/blocks/includes/orders/functions.php
CHANGED
@@ -88,9 +88,13 @@ function replace_table_markup( $string ) {
|
|
88 |
* @return array
|
89 |
*/
|
90 |
function get_order_history_args( $block_attributes ) {
|
91 |
-
$
|
|
|
|
|
92 |
'user_id' => get_current_user_id(),
|
93 |
'type' => 'sale',
|
|
|
|
|
94 |
);
|
95 |
if ( ! empty( $block_attributes['recurring'] ) ) {
|
96 |
$args['status__not_in'] = array( 'edd_subscription' );
|
88 |
* @return array
|
89 |
*/
|
90 |
function get_order_history_args( $block_attributes ) {
|
91 |
+
$number = (int) $block_attributes['number'];
|
92 |
+
$current_page = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1;
|
93 |
+
$args = array(
|
94 |
'user_id' => get_current_user_id(),
|
95 |
'type' => 'sale',
|
96 |
+
'number' => $number,
|
97 |
+
'offset' => $number * ( intval( $current_page ) - 1 ),
|
98 |
);
|
99 |
if ( ! empty( $block_attributes['recurring'] ) ) {
|
100 |
$args['status__not_in'] = array( 'edd_subscription' );
|
includes/blocks/includes/orders/orders.php
CHANGED
@@ -87,9 +87,8 @@ function orders( $block_attributes = array() ) {
|
|
87 |
)
|
88 |
);
|
89 |
|
90 |
-
$number
|
91 |
-
$
|
92 |
-
$args = Functions\get_order_history_args( $block_attributes );
|
93 |
|
94 |
// Set up classes.
|
95 |
$classes = array(
|
@@ -101,17 +100,10 @@ function orders( $block_attributes = array() ) {
|
|
101 |
<div class="<?php echo esc_attr( implode( ' ', array_filter( $classes ) ) ); ?>">
|
102 |
<?php
|
103 |
$classes = Helpers\get_block_classes( $block_attributes, array( 'edd-blocks__orders-grid' ) );
|
104 |
-
$orders = edd_get_orders(
|
105 |
-
array_merge(
|
106 |
-
$args,
|
107 |
-
array(
|
108 |
-
'number' => $number,
|
109 |
-
'offset' => $number * ( intval( $current_page ) - 1 ),
|
110 |
-
)
|
111 |
-
)
|
112 |
-
);
|
113 |
include EDD_BLOCKS_DIR . 'views/orders/orders.php';
|
114 |
|
|
|
115 |
$count = edd_count_orders( $args );
|
116 |
include EDD_BLOCKS_DIR . 'views/orders/pagination.php';
|
117 |
?>
|
87 |
)
|
88 |
);
|
89 |
|
90 |
+
$number = (int) $block_attributes['number'];
|
91 |
+
$args = Functions\get_order_history_args( $block_attributes );
|
|
|
92 |
|
93 |
// Set up classes.
|
94 |
$classes = array(
|
100 |
<div class="<?php echo esc_attr( implode( ' ', array_filter( $classes ) ) ); ?>">
|
101 |
<?php
|
102 |
$classes = Helpers\get_block_classes( $block_attributes, array( 'edd-blocks__orders-grid' ) );
|
103 |
+
$orders = edd_get_orders( $args );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
include EDD_BLOCKS_DIR . 'views/orders/orders.php';
|
105 |
|
106 |
+
unset( $args['number'], $args['offset'] );
|
107 |
$count = edd_count_orders( $args );
|
108 |
include EDD_BLOCKS_DIR . 'views/orders/pagination.php';
|
109 |
?>
|
includes/blocks/includes/terms/query.php
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Query building for EDD terms blocks.
|
4 |
+
*
|
5 |
+
* @package edd-blocks
|
6 |
+
* @copyright 2022 Easy Digital Downloads
|
7 |
+
* @license GPL2+
|
8 |
+
* @since 2.0.1
|
9 |
+
*/
|
10 |
+
|
11 |
+
namespace EDD\Blocks\Terms;
|
12 |
+
|
13 |
+
// Exit if accessed directly.
|
14 |
+
defined( 'ABSPATH' ) || exit;
|
15 |
+
|
16 |
+
|
17 |
+
class Query {
|
18 |
+
|
19 |
+
/**
|
20 |
+
* The block attributes.
|
21 |
+
*
|
22 |
+
* @var array
|
23 |
+
*/
|
24 |
+
protected $attributes;
|
25 |
+
|
26 |
+
public function __construct( $block_attributes ) {
|
27 |
+
$this->attributes = $block_attributes;
|
28 |
+
}
|
29 |
+
|
30 |
+
/**
|
31 |
+
* Gets the downloads query parameters from the block attributes.
|
32 |
+
*
|
33 |
+
* @since 2.0
|
34 |
+
* @return array
|
35 |
+
*/
|
36 |
+
public function get_query() {
|
37 |
+
$query = array(
|
38 |
+
'taxonomy' => $this->attributes['taxonomy'],
|
39 |
+
'orderby' => $this->attributes['orderby'],
|
40 |
+
'order' => $this->attributes['order'],
|
41 |
+
'hide_empty' => false === $this->attributes['show_empty'],
|
42 |
+
);
|
43 |
+
|
44 |
+
// Hide child download categories by default.
|
45 |
+
if ( 'download_category' === $this->attributes['taxonomy'] ) {
|
46 |
+
$query['parent'] = 0;
|
47 |
+
}
|
48 |
+
|
49 |
+
/**
|
50 |
+
* Allow extensions to filter the terms query.
|
51 |
+
*
|
52 |
+
* @since 2.0.1
|
53 |
+
* @param array $query The array of query parameters.
|
54 |
+
* @param array $this->attributes The block attributes.
|
55 |
+
*/
|
56 |
+
return apply_filters( 'edd_blocks_terms_query', $query, $this->attributes );
|
57 |
+
}
|
58 |
+
}
|
includes/blocks/includes/terms/terms.php
CHANGED
@@ -80,19 +80,11 @@ function terms( $block_attributes = array() ) {
|
|
80 |
return;
|
81 |
}
|
82 |
|
83 |
-
|
84 |
-
'taxonomy' => $block_attributes['taxonomy'],
|
85 |
-
'orderby' => $block_attributes['orderby'],
|
86 |
-
'order' => $block_attributes['order'],
|
87 |
-
'hide_empty' => false === $block_attributes['show_empty'],
|
88 |
-
);
|
89 |
-
|
90 |
-
// Hide child download categories by default.
|
91 |
-
if ( 'download_category' === $block_attributes['taxonomy'] ) {
|
92 |
-
$args['parent'] = 0;
|
93 |
-
}
|
94 |
|
95 |
-
$query
|
|
|
|
|
96 |
if ( empty( $query->terms ) ) {
|
97 |
return '';
|
98 |
}
|
80 |
return;
|
81 |
}
|
82 |
|
83 |
+
require_once EDD_BLOCKS_DIR . 'includes/terms/query.php';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
|
85 |
+
$query = new Query( $block_attributes );
|
86 |
+
$query_args = $query->get_query();
|
87 |
+
$query = new \WP_Term_Query( $query_args );
|
88 |
if ( empty( $query->terms ) ) {
|
89 |
return '';
|
90 |
}
|
includes/blocks/readme.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# EDD Blocks
|
2 |
+
|
3 |
+
The EDD Blocks plugin can be installed and activated separately from EDD, but to use it, you will need to run the following command to install the build scripts (this command just needs to be run once):
|
4 |
+
|
5 |
+
```
|
6 |
+
npm install
|
7 |
+
```
|
8 |
+
|
9 |
+
To test a branch, run:
|
10 |
+
|
11 |
+
```
|
12 |
+
npm run dev
|
13 |
+
```
|
14 |
+
|
15 |
+
This command will make sure that your build directory is created and has the correct JavaScript and CSS files.
|
includes/blocks/views/checkout/cart/cart-fees.php
CHANGED
@@ -4,12 +4,18 @@
|
|
4 |
<?php do_action( 'edd_cart_fee_rows_before', $fee_id, $fee ); ?>
|
5 |
|
6 |
<div class="edd_cart_fee_label"><?php echo esc_html( $fee['label'] ); ?></div>
|
7 |
-
<div class="edd_cart_fee_amount"
|
8 |
-
|
9 |
<?php if ( ! empty( $fee['type'] ) && 'item' === $fee['type'] ) : ?>
|
10 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
<?php endif; ?>
|
12 |
-
|
13 |
</div>
|
14 |
|
15 |
<?php do_action( 'edd_cart_fee_rows_after', $fee_id, $fee ); ?>
|
4 |
<?php do_action( 'edd_cart_fee_rows_before', $fee_id, $fee ); ?>
|
5 |
|
6 |
<div class="edd_cart_fee_label"><?php echo esc_html( $fee['label'] ); ?></div>
|
7 |
+
<div class="edd_cart_fee_amount">
|
8 |
+
<?php echo esc_html( edd_currency_filter( edd_format_amount( $fee['amount'] ) ) ); ?>
|
9 |
<?php if ( ! empty( $fee['type'] ) && 'item' === $fee['type'] ) : ?>
|
10 |
+
<div class="edd_cart_actions">
|
11 |
+
<a
|
12 |
+
class="edd-blocks-cart__action-remove"
|
13 |
+
href="<?php echo esc_url( edd_remove_cart_fee_url( $fee_id ) ); ?>"
|
14 |
+
>
|
15 |
+
<span class="screen-reader-text"><?php esc_html_e( 'Remove', 'easy-digital-downloads' ); ?></span>
|
16 |
+
</a>
|
17 |
+
</div>
|
18 |
<?php endif; ?>
|
|
|
19 |
</div>
|
20 |
|
21 |
<?php do_action( 'edd_cart_fee_rows_after', $fee_id, $fee ); ?>
|
includes/blocks/views/forms/registration.php
CHANGED
@@ -2,61 +2,75 @@
|
|
2 |
/**
|
3 |
* @var string $redirect_url
|
4 |
*/
|
|
|
|
|
|
|
5 |
?>
|
6 |
-
<
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
<div class="edd-blocks-form__control">
|
17 |
-
<input name="edd_user_login" id="edd_user_register" class="edd-required edd-input" type="text" required/>
|
18 |
-
</div>
|
19 |
</div>
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
</div>
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
41 |
</div>
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
?>
|
48 |
-
</label>
|
49 |
-
<div class="edd-blocks-form__control">
|
50 |
-
<input id="edd-user-pass2" class="password required edd-input" type="password" name="edd_user_pass2" required />
|
51 |
-
</div>
|
52 |
</div>
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
|
|
|
|
|
|
60 |
</div>
|
61 |
-
</
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
/**
|
3 |
* @var string $redirect_url
|
4 |
*/
|
5 |
+
wp_enqueue_script( 'utils' );
|
6 |
+
wp_enqueue_script( 'user-profile' );
|
7 |
+
wp_enqueue_style( 'dashicons' );
|
8 |
?>
|
9 |
+
<form id="edd-blocks-form__register" class="edd-blocks-form edd-blocks-form__register" action="" method="post">
|
10 |
+
<div class="edd-blocks-form__group edd-blocks-form__group-username">
|
11 |
+
<label for="edd_user_register">
|
12 |
+
<?php
|
13 |
+
esc_html_e( 'Username or Email', 'easy-digital-downloads' );
|
14 |
+
echo EDD()->html->show_required();
|
15 |
+
?>
|
16 |
+
</label>
|
17 |
+
<div class="edd-blocks-form__control">
|
18 |
+
<input name="edd_user_login" id="edd_user_register" class="edd-required edd-input" type="text" required/>
|
|
|
|
|
|
|
19 |
</div>
|
20 |
+
</div>
|
21 |
+
<div class="edd-blocks-form__group edd-blocks-form__group-email">
|
22 |
+
<label for="edd-user-email">
|
23 |
+
<?php
|
24 |
+
esc_html_e( 'Email', 'easy-digital-downloads' );
|
25 |
+
echo EDD()->html->show_required();
|
26 |
+
?>
|
27 |
+
</label>
|
28 |
+
<div class="edd-blocks-form__control">
|
29 |
+
<input name="edd_user_email" id="edd-user-email" class="edd-password edd-required edd-input" type="email" required/>
|
30 |
</div>
|
31 |
+
</div>
|
32 |
+
<div class="edd-blocks-form__group edd-blocks-form__group-password user-pass1-wrap">
|
33 |
+
<label for="pass1">
|
34 |
+
<?php
|
35 |
+
esc_html_e( 'Password', 'easy-digital-downloads' );
|
36 |
+
echo EDD()->html->show_required();
|
37 |
+
?>
|
38 |
+
</label>
|
39 |
+
<div class="edd-blocks-form__control wp-pwd">
|
40 |
+
<input type="password" data-reveal="1" data-pw="<?php echo esc_attr( wp_generate_password( 16 ) ); ?>" name="edd_user_pass" id="pass1" class="input password-input" value="" autocomplete="new-password" aria-describedby="pass-strength-result" />
|
41 |
+
|
42 |
+
<button type="button" class="button button-secondary wp-hide-pw edd-has-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password', 'easy-digital-downloads' ); ?>">
|
43 |
+
<span class="dashicons dashicons-hidden" aria-hidden="true"></span>
|
44 |
+
</button>
|
45 |
+
<div id="pass-strength-result" class="edd-has-js" aria-live="polite"><?php esc_html_e( 'Strength indicator' ); ?></div>
|
46 |
</div>
|
47 |
+
</div>
|
48 |
+
<div class="edd-blocks-form__group edd-blocks-form__group-pw-weak pw-weak">
|
49 |
+
<div class="edd-blocks-form__control">
|
50 |
+
<input type="checkbox" name="pw_weak" id="pw-weak" class="pw-checkbox" />
|
51 |
+
<label for="pw-weak"><?php esc_html_e( 'Confirm use of weak password' ); ?></label>
|
|
|
|
|
|
|
|
|
|
|
52 |
</div>
|
53 |
+
</div>
|
54 |
+
<div class="edd-blocks-form__group edd-blocks-form__group-password-confirm user-pass2-wrap">
|
55 |
+
<label for="pass2">
|
56 |
+
<?php
|
57 |
+
esc_html_e( 'Confirm Password', 'easy-digital-downloads' );
|
58 |
+
echo EDD()->html->show_required();
|
59 |
+
?>
|
60 |
+
</label>
|
61 |
+
<div class="edd-blocks-form__control">
|
62 |
+
<input id="pass2" class="password required edd-input" type="password" name="edd_user_pass2" />
|
63 |
</div>
|
64 |
+
</div>
|
65 |
+
|
66 |
+
<p class="description indicator-hint"><?php echo wp_kses_post( wp_get_password_hint() ); ?></p>
|
67 |
+
<div class="edd-blocks-form__group edd-blocks-form__group-submit reset-pass-submit">
|
68 |
+
<?php EDD\Blocks\Recaptcha\initialize(); ?>
|
69 |
+
<input type="hidden" name="edd_honeypot" value="" />
|
70 |
+
<input type="hidden" name="edd_action" value="user_register" />
|
71 |
+
<input type="hidden" name="edd_submit" value="edd_register_submit" />
|
72 |
+
<input type="hidden" name="edd_redirect" value="<?php echo esc_url( $redirect_url ); ?>"/>
|
73 |
+
<button type="button" class="button wp-generate-pw edd-has-js edd-button-secondary"><?php esc_html_e( 'Generate Password' ); ?></button>
|
74 |
+
<input class="<?php echo esc_attr( implode( ' ', EDD\Blocks\Functions\get_button_classes() ) ); ?>" name="edd_register_submit" id="edd_register_submit" type="submit" value="<?php esc_html_e( 'Register', 'easy-digital-downloads' ); ?>" />
|
75 |
+
</div>
|
76 |
+
</form>
|
includes/blocks/views/forms/reset-password.php
CHANGED
@@ -14,10 +14,10 @@ wp_enqueue_style( 'dashicons' );
|
|
14 |
<div class="wp-pwd edd-blocks-form__control">
|
15 |
<input type="password" data-reveal="1" data-pw="<?php echo esc_attr( wp_generate_password( 16 ) ); ?>" name="pass1" id="pass1" class="input password-input" size="24" value="" autocomplete="new-password" aria-describedby="pass-strength-result" />
|
16 |
|
17 |
-
<button type="button" class="button button-secondary wp-hide-pw edd-
|
18 |
<span class="dashicons dashicons-hidden" aria-hidden="true"></span>
|
19 |
</button>
|
20 |
-
<div id="pass-strength-result" class="edd-
|
21 |
</div>
|
22 |
</div>
|
23 |
<div class="edd-blocks-form__group edd-blocks-form__group-pw-weak pw-weak">
|
@@ -40,7 +40,7 @@ wp_enqueue_style( 'dashicons' );
|
|
40 |
<input type="hidden" name="edd_redirect" value="<?php echo esc_url( remove_query_arg( 'action', edd_get_current_page_url() ) ); ?>"/>
|
41 |
<input type="hidden" name="edd_resetpassword_nonce" value="<?php echo esc_attr( wp_create_nonce( 'edd-reset-password-nonce' ) ); ?>"/>
|
42 |
<input type="hidden" name="edd_action" value="user_reset_password"/>
|
43 |
-
<button type="button" class="button wp-generate-pw edd-
|
44 |
<input type="submit" id="wp-submit" class="<?php echo esc_attr( implode( ' ', EDD\Blocks\Functions\get_button_classes() ) ); ?>" value="<?php esc_attr_e( 'Save Password' ); ?>" />
|
45 |
</div>
|
46 |
</form>
|
14 |
<div class="wp-pwd edd-blocks-form__control">
|
15 |
<input type="password" data-reveal="1" data-pw="<?php echo esc_attr( wp_generate_password( 16 ) ); ?>" name="pass1" id="pass1" class="input password-input" size="24" value="" autocomplete="new-password" aria-describedby="pass-strength-result" />
|
16 |
|
17 |
+
<button type="button" class="button button-secondary wp-hide-pw edd-has-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password', 'easy-digital-downloads' ); ?>">
|
18 |
<span class="dashicons dashicons-hidden" aria-hidden="true"></span>
|
19 |
</button>
|
20 |
+
<div id="pass-strength-result" class="edd-has-js" aria-live="polite"><?php esc_html_e( 'Strength indicator' ); ?></div>
|
21 |
</div>
|
22 |
</div>
|
23 |
<div class="edd-blocks-form__group edd-blocks-form__group-pw-weak pw-weak">
|
40 |
<input type="hidden" name="edd_redirect" value="<?php echo esc_url( remove_query_arg( 'action', edd_get_current_page_url() ) ); ?>"/>
|
41 |
<input type="hidden" name="edd_resetpassword_nonce" value="<?php echo esc_attr( wp_create_nonce( 'edd-reset-password-nonce' ) ); ?>"/>
|
42 |
<input type="hidden" name="edd_action" value="user_reset_password"/>
|
43 |
+
<button type="button" class="button wp-generate-pw edd-has-js edd-button-secondary"><?php esc_html_e( 'Generate Password' ); ?></button>
|
44 |
<input type="submit" id="wp-submit" class="<?php echo esc_attr( implode( ' ', EDD\Blocks\Functions\get_button_classes() ) ); ?>" value="<?php esc_attr_e( 'Save Password' ); ?>" />
|
45 |
</div>
|
46 |
</form>
|
includes/checkout/functions.php
CHANGED
@@ -25,19 +25,21 @@ function edd_is_checkout() {
|
|
25 |
$is_object_id_set = isset( $wp_query->queried_object_id );
|
26 |
$is_checkout = is_page( edd_get_option( 'purchase_page' ) );
|
27 |
|
28 |
-
if( ! $is_object_set ) {
|
29 |
unset( $wp_query->queried_object );
|
30 |
-
}
|
31 |
$content = $wp_query->queried_object->post_content;
|
32 |
}
|
33 |
|
34 |
-
if( ! $is_object_id_set ) {
|
35 |
unset( $wp_query->queried_object_id );
|
36 |
}
|
37 |
|
38 |
// If we know this isn't the primary checkout page, check other methods.
|
39 |
-
if ( ! $is_checkout && isset( $content )
|
40 |
-
$
|
|
|
|
|
41 |
}
|
42 |
|
43 |
return apply_filters( 'edd_is_checkout', $is_checkout );
|
25 |
$is_object_id_set = isset( $wp_query->queried_object_id );
|
26 |
$is_checkout = is_page( edd_get_option( 'purchase_page' ) );
|
27 |
|
28 |
+
if ( ! $is_object_set ) {
|
29 |
unset( $wp_query->queried_object );
|
30 |
+
} elseif ( is_singular() ) {
|
31 |
$content = $wp_query->queried_object->post_content;
|
32 |
}
|
33 |
|
34 |
+
if ( ! $is_object_id_set ) {
|
35 |
unset( $wp_query->queried_object_id );
|
36 |
}
|
37 |
|
38 |
// If we know this isn't the primary checkout page, check other methods.
|
39 |
+
if ( ! $is_checkout && isset( $content ) ) {
|
40 |
+
if ( has_shortcode( $content, 'download_checkout' ) || ( edd_has_core_blocks() && has_block( 'edd/checkout', $content ) ) ) {
|
41 |
+
$is_checkout = true;
|
42 |
+
}
|
43 |
}
|
44 |
|
45 |
return apply_filters( 'edd_is_checkout', $is_checkout );
|
includes/class-easy-digital-downloads.php
CHANGED
@@ -325,7 +325,7 @@ final class Easy_Digital_Downloads {
|
|
325 |
|
326 |
// Plugin version.
|
327 |
if ( ! defined( 'EDD_VERSION' ) ) {
|
328 |
-
define( 'EDD_VERSION', '3.1.0.
|
329 |
}
|
330 |
|
331 |
// Plugin Root File.
|
325 |
|
326 |
// Plugin version.
|
327 |
if ( ! defined( 'EDD_VERSION' ) ) {
|
328 |
+
define( 'EDD_VERSION', '3.1.0.2' );
|
329 |
}
|
330 |
|
331 |
// Plugin Root File.
|
includes/class-edd-cli.php
CHANGED
@@ -1379,21 +1379,6 @@ class EDD_CLI extends WP_CLI_Command {
|
|
1379 |
}
|
1380 |
|
1381 |
$progress->tick();
|
1382 |
-
|
1383 |
-
// Now update the most recent billing address entries for customers as the primary address.
|
1384 |
-
$sql = "
|
1385 |
-
UPDATE {$wpdb->edd_customer_addresses} ca
|
1386 |
-
SET ca.is_primary = 1
|
1387 |
-
WHERE ca.id IN (
|
1388 |
-
SELECT MAX(ca2.id)
|
1389 |
-
FROM ( SELECT * FROM {$wpdb->edd_customer_addresses} ) ca2
|
1390 |
-
WHERE ca2.type = 'billing'
|
1391 |
-
GROUP BY ca2.customer_id
|
1392 |
-
)
|
1393 |
-
";
|
1394 |
-
|
1395 |
-
@$wpdb->query( $sql );
|
1396 |
-
|
1397 |
$progress->finish();
|
1398 |
|
1399 |
edd_set_upgrade_complete( 'migrate_customer_addresses' );
|
@@ -1545,12 +1530,20 @@ class EDD_CLI extends WP_CLI_Command {
|
|
1545 |
*
|
1546 |
* ## OPTIONS
|
1547 |
*
|
1548 |
-
* --force=<boolean>:
|
|
|
|
|
|
|
|
|
1549 |
*
|
1550 |
* ## EXAMPLES
|
1551 |
*
|
1552 |
* wp edd migrate_payments
|
1553 |
* wp edd migrate_payments --force
|
|
|
|
|
|
|
|
|
1554 |
*/
|
1555 |
public function migrate_payments( $args, $assoc_args ) {
|
1556 |
global $wpdb;
|
@@ -1563,6 +1556,12 @@ class EDD_CLI extends WP_CLI_Command {
|
|
1563 |
? true
|
1564 |
: false;
|
1565 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1566 |
$upgrade_completed = edd_has_upgrade_completed( 'migrate_orders' );
|
1567 |
|
1568 |
if ( ! $force && $upgrade_completed ) {
|
@@ -1579,7 +1578,6 @@ class EDD_CLI extends WP_CLI_Command {
|
|
1579 |
SELECT *
|
1580 |
FROM {$wpdb->posts}
|
1581 |
WHERE post_type = 'edd_payment'
|
1582 |
-
ORDER BY ID ASC
|
1583 |
";
|
1584 |
|
1585 |
// Query & count.
|
@@ -1589,8 +1587,53 @@ class EDD_CLI extends WP_CLI_Command {
|
|
1589 |
$has_results = ! empty( $check_total );
|
1590 |
|
1591 |
// Setup base iteration variables.
|
1592 |
-
$step
|
1593 |
-
$offset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1594 |
$number = isset( $assoc_args['number'] ) && is_numeric( $assoc_args['number'] )
|
1595 |
? (int) $assoc_args['number']
|
1596 |
: 1000;
|
@@ -1616,13 +1659,65 @@ class EDD_CLI extends WP_CLI_Command {
|
|
1616 |
foreach ( $results as $result ) {
|
1617 |
|
1618 |
// Check if order has already been migrated.
|
1619 |
-
$migrated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1620 |
if ( $migrated ) {
|
1621 |
$progress->tick();
|
1622 |
continue;
|
1623 |
}
|
1624 |
|
1625 |
-
\EDD\Admin\Upgrades\v3\Data_Migrator::orders( $result );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1626 |
|
1627 |
// Tick the spinner...
|
1628 |
$progress->tick();
|
@@ -1643,31 +1738,78 @@ class EDD_CLI extends WP_CLI_Command {
|
|
1643 |
}
|
1644 |
}
|
1645 |
|
1646 |
-
|
1647 |
if ( 0 === $step ) {
|
1648 |
WP_CLI::line( __( 'No payment records found.', 'easy-digital-downloads' ) );
|
1649 |
-
|
1650 |
-
|
|
|
|
|
1651 |
} else {
|
1652 |
-
|
1653 |
-
|
1654 |
-
|
1655 |
-
|
1656 |
-
|
|
|
|
|
|
|
|
|
1657 |
|
1658 |
-
|
1659 |
-
|
1660 |
|
1661 |
-
|
1662 |
-
|
1663 |
|
1664 |
-
|
1665 |
-
|
|
|
1666 |
}
|
1667 |
|
1668 |
$progress->finish();
|
1669 |
}
|
1670 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1671 |
/**
|
1672 |
* Recalculates the sales and earnings for all downloads.
|
1673 |
*
|
1379 |
}
|
1380 |
|
1381 |
$progress->tick();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1382 |
$progress->finish();
|
1383 |
|
1384 |
edd_set_upgrade_complete( 'migrate_customer_addresses' );
|
1530 |
*
|
1531 |
* ## OPTIONS
|
1532 |
*
|
1533 |
+
* --force=<boolean>: If the routine should be run even if the upgrade routine has been run already
|
1534 |
+
* --id=<int>: Run the migration for a specific order.
|
1535 |
+
* --start=<int>: Run the migration beginning with a specific order ID.
|
1536 |
+
* --end=<int>: Run the migration ending with a specific order ID.
|
1537 |
+
* --destroy=<boolean>: Destroy existing orders that have already been migrated.
|
1538 |
*
|
1539 |
* ## EXAMPLES
|
1540 |
*
|
1541 |
* wp edd migrate_payments
|
1542 |
* wp edd migrate_payments --force
|
1543 |
+
* wp edd migrate_payments --force --id=3 Migrate payment ID 3.
|
1544 |
+
* wp edd migrate_payments --force --start=3 Migrate payments beginning with and including ID 3.
|
1545 |
+
* wp edd migrate_payments --force --end=3 Migrate payments up to and including ID 3, but not higher.
|
1546 |
+
* wp edd migrate_payments --force --destroy Destroy existing orders and migrate them again.
|
1547 |
*/
|
1548 |
public function migrate_payments( $args, $assoc_args ) {
|
1549 |
global $wpdb;
|
1556 |
? true
|
1557 |
: false;
|
1558 |
|
1559 |
+
$destroy = (bool) ( $force && isset( $assoc_args['destroy'] ) );
|
1560 |
+
|
1561 |
+
if ( $destroy ) {
|
1562 |
+
WP_CLI::confirm( __( 'This process will remove and recreate orders in your database. Please make sure you\'ve backed up your EDD database tables. Are you sure you want to delete orders that have already been migrated and run the migration again?', 'easy-digital-downloads' ) );
|
1563 |
+
}
|
1564 |
+
|
1565 |
$upgrade_completed = edd_has_upgrade_completed( 'migrate_orders' );
|
1566 |
|
1567 |
if ( ! $force && $upgrade_completed ) {
|
1578 |
SELECT *
|
1579 |
FROM {$wpdb->posts}
|
1580 |
WHERE post_type = 'edd_payment'
|
|
|
1581 |
";
|
1582 |
|
1583 |
// Query & count.
|
1587 |
$has_results = ! empty( $check_total );
|
1588 |
|
1589 |
// Setup base iteration variables.
|
1590 |
+
$step = 0;
|
1591 |
+
$offset = 0;
|
1592 |
+
$full_migration = true;
|
1593 |
+
|
1594 |
+
// Migrate one specific order.
|
1595 |
+
if ( ! empty( $assoc_args['id'] ) ) {
|
1596 |
+
if ( is_numeric( $assoc_args['id'] ) ) {
|
1597 |
+
$id = absint( $assoc_args['id'] );
|
1598 |
+
$sql_base .= " AND ID = {$id}";
|
1599 |
+
$full_migration = false;
|
1600 |
+
if ( ! $wpdb->get_results( $sql_base ) ) {
|
1601 |
+
WP_CLI::error( __( 'An EDD Payment could not be found for that ID.', 'easy-digital-downloads' ) );
|
1602 |
+
}
|
1603 |
+
} else {
|
1604 |
+
WP_CLI::error( __( 'The payment ID must be an integer from the post_id column.', 'easy-digital-downloads' ) );
|
1605 |
+
}
|
1606 |
+
} elseif ( ! empty( $assoc_args['start'] ) || ! empty( $assoc_args['end'] ) ) {
|
1607 |
+
|
1608 |
+
// Begin the order migration at a specific payment ID.
|
1609 |
+
if ( ! empty( $assoc_args['start'] ) ) {
|
1610 |
+
if ( is_numeric( $assoc_args['start'] ) ) {
|
1611 |
+
$start = absint( $assoc_args['start'] );
|
1612 |
+
$sql_base .= " AND ID >= {$start}";
|
1613 |
+
$full_migration = false;
|
1614 |
+
} else {
|
1615 |
+
WP_CLI::error( __( 'The starting ID must be an integer from the post_id column.', 'easy-digital-downloads' ) );
|
1616 |
+
}
|
1617 |
+
}
|
1618 |
+
// Stop the order migration at a specific payment ID.
|
1619 |
+
if ( ! empty( $assoc_args['end'] ) ) {
|
1620 |
+
if ( is_numeric( $assoc_args['end'] ) ) {
|
1621 |
+
$end = absint( $assoc_args['end'] );
|
1622 |
+
$sql_base .= " AND ID <= {$end}";
|
1623 |
+
$full_migration = false;
|
1624 |
+
} else {
|
1625 |
+
WP_CLI::error( __( 'The ending ID must be an integer from the post_id column.', 'easy-digital-downloads' ) );
|
1626 |
+
}
|
1627 |
+
}
|
1628 |
+
}
|
1629 |
+
|
1630 |
+
// Confirm any partial migrations if the upgrade hasn't been completed.
|
1631 |
+
if ( ! $full_migration && ! $upgrade_completed ) {
|
1632 |
+
WP_CLI::confirm( __( 'Are you sure you want to run a partial order migration?', 'easy-digital-downloads' ) );
|
1633 |
+
}
|
1634 |
+
|
1635 |
+
$sql_base .= ' ORDER BY ID ASC';
|
1636 |
+
|
1637 |
$number = isset( $assoc_args['number'] ) && is_numeric( $assoc_args['number'] )
|
1638 |
? (int) $assoc_args['number']
|
1639 |
: 1000;
|
1659 |
foreach ( $results as $result ) {
|
1660 |
|
1661 |
// Check if order has already been migrated.
|
1662 |
+
$migrated = $orders->get_item( $result->ID );
|
1663 |
+
$parent_id = false;
|
1664 |
+
|
1665 |
+
// Delete the existing order to re-run the migration fresh.
|
1666 |
+
if ( $destroy ) {
|
1667 |
+
$parent_id = 'refund' === $migrated->type && ! empty( $migrated->parent ) ? $migrated->parent : false;
|
1668 |
+
|
1669 |
+
// EDD has detected a collision between a refund ID and a payment ID.
|
1670 |
+
if ( ! empty( $parent_id ) ) {
|
1671 |
+
WP_CLI::line(
|
1672 |
+
sprintf(
|
1673 |
+
/* translators: 1. the refund order ID; 2. the original payment ID. */
|
1674 |
+
__( '%1$d is a refund order. EDD will delete the refund and migrate payment %1$d, then re-migrate payment %2$d.', 'easy-digital-downloads' ),
|
1675 |
+
$result->ID,
|
1676 |
+
$parent_id
|
1677 |
+
)
|
1678 |
+
);
|
1679 |
+
} elseif ( $result->post_date_gmt !== $migrated->date_created ) {
|
1680 |
+
// The migrated order does not appear to be the same as the original order, so let's confirm.
|
1681 |
+
WP_CLI::confirm(
|
1682 |
+
sprintf(
|
1683 |
+
/* translators: 1. the order/payment ID. */
|
1684 |
+
__( 'Order ID %1$d appears to be a different record from Payment ID %1$d. Are you sure you want to destroy this order and overwrite it?', 'easy-digital-downloads' ),
|
1685 |
+
$result->ID
|
1686 |
+
)
|
1687 |
+
);
|
1688 |
+
}
|
1689 |
+
edd_destroy_order( $result->ID );
|
1690 |
+
$migrated = false;
|
1691 |
+
}
|
1692 |
+
|
1693 |
if ( $migrated ) {
|
1694 |
$progress->tick();
|
1695 |
continue;
|
1696 |
}
|
1697 |
|
1698 |
+
$success = \EDD\Admin\Upgrades\v3\Data_Migrator::orders( $result );
|
1699 |
+
|
1700 |
+
/**
|
1701 |
+
* We detected that a refund order ID collided with an edd_payment post ID.
|
1702 |
+
* We deleted the refund already; now delete the original order and re-migrate it to regenerate the refund.
|
1703 |
+
*/
|
1704 |
+
if ( $parent_id ) {
|
1705 |
+
edd_destroy_order( $parent_id );
|
1706 |
+
$result = $wpdb->get_row(
|
1707 |
+
$wpdb->prepare(
|
1708 |
+
"SELECT *
|
1709 |
+
FROM {$wpdb->posts}
|
1710 |
+
WHERE post_type = 'edd_payment'
|
1711 |
+
AND ID = %d",
|
1712 |
+
$parent_id
|
1713 |
+
)
|
1714 |
+
);
|
1715 |
+
\EDD\Admin\Upgrades\v3\Data_Migrator::orders( $result );
|
1716 |
+
}
|
1717 |
+
if ( ! $full_migration && empty( $success ) ) {
|
1718 |
+
/* translators: payment ID. */
|
1719 |
+
WP_CLI::line( sprintf( __( 'Migration failed for payment %d.', 'easy-digital-downloads' ), $result->ID ) );
|
1720 |
+
}
|
1721 |
|
1722 |
// Tick the spinner...
|
1723 |
$progress->tick();
|
1738 |
}
|
1739 |
}
|
1740 |
|
|
|
1741 |
if ( 0 === $step ) {
|
1742 |
WP_CLI::line( __( 'No payment records found.', 'easy-digital-downloads' ) );
|
1743 |
+
if ( $full_migration ) {
|
1744 |
+
edd_set_upgrade_complete( 'migrate_orders' );
|
1745 |
+
edd_set_upgrade_complete( 'remove_legacy_payments' );
|
1746 |
+
}
|
1747 |
} else {
|
1748 |
+
if ( ! $full_migration ) {
|
1749 |
+
WP_CLI::line( __( 'Partial order migration complete. Orders Processed: ', 'easy-digital-downloads' ) . $total );
|
1750 |
+
WP_CLI::line( __( 'To recalculate all download sales and earnings, run wp edd `recalculate_download_sales_earnings`.', 'easy-digital-downloads' ) );
|
1751 |
+
} else {
|
1752 |
+
WP_CLI::line( __( 'Migration complete: Orders', 'easy-digital-downloads' ) );
|
1753 |
+
$new_count = edd_count_orders( array( 'type' => 'sale' ) );
|
1754 |
+
$old_count = $wpdb->get_col( "SELECT count(ID) FROM {$wpdb->posts} WHERE post_type = 'edd_payment'", 0 );
|
1755 |
+
WP_CLI::line( __( 'Old Records: ', 'easy-digital-downloads' ) . $old_count[0] );
|
1756 |
+
WP_CLI::line( __( 'New Records: ', 'easy-digital-downloads' ) . $new_count );
|
1757 |
|
1758 |
+
$refund_count = edd_count_orders( array( 'type' => 'refund' ) );
|
1759 |
+
WP_CLI::line( __( 'Refund Records Created: ', 'easy-digital-downloads' ) . $refund_count );
|
1760 |
|
1761 |
+
edd_update_db_version();
|
1762 |
+
edd_set_upgrade_complete( 'migrate_orders' );
|
1763 |
|
1764 |
+
$progress->tick();
|
1765 |
+
$this->recalculate_download_sales_earnings();
|
1766 |
+
}
|
1767 |
}
|
1768 |
|
1769 |
$progress->finish();
|
1770 |
}
|
1771 |
|
1772 |
+
/**
|
1773 |
+
* Display the legacy data for an EDD_Payment.
|
1774 |
+
*
|
1775 |
+
* @param array $args
|
1776 |
+
* @return void
|
1777 |
+
*/
|
1778 |
+
public function display_legacy_payment_data( $args ) {
|
1779 |
+
$id = ! empty( $args[0] ) ? (int) $args[0] : false;
|
1780 |
+
if ( ! $id ) {
|
1781 |
+
WP_CLI::error( __( 'You must enter a payment ID to display legacy data.', 'easy-digital-downloads' ) );
|
1782 |
+
}
|
1783 |
+
|
1784 |
+
global $wpdb;
|
1785 |
+
|
1786 |
+
$results = $wpdb->get_results(
|
1787 |
+
$wpdb->prepare(
|
1788 |
+
"SELECT *
|
1789 |
+
FROM {$wpdb->postmeta}
|
1790 |
+
WHERE post_id = %d",
|
1791 |
+
$id
|
1792 |
+
)
|
1793 |
+
);
|
1794 |
+
|
1795 |
+
if ( empty( $results ) ) {
|
1796 |
+
WP_CLI::error( __( 'The legacy payment data could not be found.', 'easy-digital-downloads' ) );
|
1797 |
+
}
|
1798 |
+
|
1799 |
+
foreach ( $results as $result ) {
|
1800 |
+
$meta_value = maybe_unserialize( $result->meta_value );
|
1801 |
+
if ( is_array( $meta_value ) ) {
|
1802 |
+
WP_CLI::line( $result->meta_key . ' =>' );
|
1803 |
+
foreach ( $meta_value as $key => $value ) {
|
1804 |
+
WP_CLI::line( $key . ' => ' . print_r( maybe_unserialize( $value ), true ) );
|
1805 |
+
}
|
1806 |
+
WP_CLI::line( '/' . $result->meta_key );
|
1807 |
+
} else {
|
1808 |
+
WP_CLI::line( $result->meta_key . ' => ' . print_r( $meta_value, true ) );
|
1809 |
+
}
|
1810 |
+
}
|
1811 |
+
}
|
1812 |
+
|
1813 |
/**
|
1814 |
* Recalculates the sales and earnings for all downloads.
|
1815 |
*
|
includes/class-edd-html-elements.php
CHANGED
@@ -48,59 +48,15 @@ class EDD_HTML_Elements {
|
|
48 |
'search-placeholder' => sprintf( __( 'Search %s', 'easy-digital-downloads' ), edd_get_label_plural() ),
|
49 |
),
|
50 |
'required' => false,
|
|
|
51 |
);
|
52 |
|
53 |
$args = wp_parse_args( $args, $defaults );
|
54 |
|
55 |
-
$
|
56 |
-
|
57 |
-
|
58 |
-
'order' => 'ASC',
|
59 |
-
'posts_per_page' => $args['number'],
|
60 |
-
);
|
61 |
-
|
62 |
-
if ( ! current_user_can( 'edit_products' ) ) {
|
63 |
-
$product_args['post_status'] = apply_filters( 'edd_product_dropdown_status_nopriv', array( 'publish' ) );
|
64 |
-
} else {
|
65 |
-
$product_args['post_status'] = apply_filters( 'edd_product_dropdown_status', array(
|
66 |
-
'publish',
|
67 |
-
'draft',
|
68 |
-
'private',
|
69 |
-
'future',
|
70 |
-
) );
|
71 |
-
}
|
72 |
-
|
73 |
-
if ( is_array( $product_args['post_status'] ) ) {
|
74 |
-
|
75 |
-
// Given the array, sanitize them.
|
76 |
-
$product_args['post_status'] = array_map( 'sanitize_text_field', $product_args['post_status'] );
|
77 |
-
} else {
|
78 |
-
|
79 |
-
// If we didn't get an array, fallback to 'publish'.
|
80 |
-
$product_args['post_status'] = array( 'publish' );
|
81 |
-
}
|
82 |
-
|
83 |
-
// Maybe disable bundles.
|
84 |
-
if ( ! $args['bundles'] ) {
|
85 |
-
$product_args['meta_query'] = array(
|
86 |
-
'relation' => 'OR',
|
87 |
-
array(
|
88 |
-
'key' => '_edd_product_type',
|
89 |
-
'value' => 'bundle',
|
90 |
-
'compare' => '!=',
|
91 |
-
),
|
92 |
-
array(
|
93 |
-
'key' => '_edd_product_type',
|
94 |
-
'value' => 'bundle',
|
95 |
-
'compare' => 'NOT EXISTS',
|
96 |
-
),
|
97 |
-
);
|
98 |
}
|
99 |
-
|
100 |
-
$product_args = apply_filters( 'edd_product_dropdown_args', $product_args );
|
101 |
-
|
102 |
-
// Since it's possible to have selected items not within the queried limit, we need to include the selected items.
|
103 |
-
$products = get_posts( $product_args );
|
104 |
$existing_ids = wp_list_pluck( $products, 'ID' );
|
105 |
if ( ! empty( $args['selected'] ) ) {
|
106 |
|
@@ -126,8 +82,9 @@ class EDD_HTML_Elements {
|
|
126 |
}
|
127 |
}
|
128 |
|
129 |
-
$options
|
130 |
-
|
|
|
131 |
if ( $products ) {
|
132 |
foreach ( $products as $product ) {
|
133 |
$has_variations = edd_has_variable_prices( $product->ID );
|
@@ -239,6 +196,73 @@ class EDD_HTML_Elements {
|
|
239 |
return $output;
|
240 |
}
|
241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
/**
|
243 |
* Renders an HTML Dropdown of all customers
|
244 |
*
|
48 |
'search-placeholder' => sprintf( __( 'Search %s', 'easy-digital-downloads' ), edd_get_label_plural() ),
|
49 |
),
|
50 |
'required' => false,
|
51 |
+
'products' => array(),
|
52 |
);
|
53 |
|
54 |
$args = wp_parse_args( $args, $defaults );
|
55 |
|
56 |
+
$products = $args['products'];
|
57 |
+
if ( empty( $args['products'] ) ) {
|
58 |
+
$products = $this->get_products( $args );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
}
|
|
|
|
|
|
|
|
|
|
|
60 |
$existing_ids = wp_list_pluck( $products, 'ID' );
|
61 |
if ( ! empty( $args['selected'] ) ) {
|
62 |
|
82 |
}
|
83 |
}
|
84 |
|
85 |
+
$options = array(
|
86 |
+
'' => '',
|
87 |
+
);
|
88 |
if ( $products ) {
|
89 |
foreach ( $products as $product ) {
|
90 |
$has_variations = edd_has_variable_prices( $product->ID );
|
196 |
return $output;
|
197 |
}
|
198 |
|
199 |
+
/**
|
200 |
+
* Get EDD products for the product dropdown.
|
201 |
+
*
|
202 |
+
* @param array $args Parameters for the get_posts function.
|
203 |
+
* @return array WP_Post[] Array of download objects.
|
204 |
+
*/
|
205 |
+
public function get_products( $args = array() ) {
|
206 |
+
$defaults = array(
|
207 |
+
'number' => 30,
|
208 |
+
'bundles' => true,
|
209 |
+
);
|
210 |
+
|
211 |
+
$args = wp_parse_args( $args, $defaults );
|
212 |
+
|
213 |
+
$product_args = array(
|
214 |
+
'post_type' => 'download',
|
215 |
+
'orderby' => 'title',
|
216 |
+
'order' => 'ASC',
|
217 |
+
'posts_per_page' => $args['number'],
|
218 |
+
);
|
219 |
+
|
220 |
+
if ( ! current_user_can( 'edit_products' ) ) {
|
221 |
+
$product_args['post_status'] = apply_filters( 'edd_product_dropdown_status_nopriv', array( 'publish' ) );
|
222 |
+
} else {
|
223 |
+
$product_args['post_status'] = apply_filters(
|
224 |
+
'edd_product_dropdown_status',
|
225 |
+
array(
|
226 |
+
'publish',
|
227 |
+
'draft',
|
228 |
+
'private',
|
229 |
+
'future',
|
230 |
+
)
|
231 |
+
);
|
232 |
+
}
|
233 |
+
|
234 |
+
if ( is_array( $product_args['post_status'] ) ) {
|
235 |
+
|
236 |
+
// Given the array, sanitize them.
|
237 |
+
$product_args['post_status'] = array_map( 'sanitize_text_field', $product_args['post_status'] );
|
238 |
+
} else {
|
239 |
+
|
240 |
+
// If we didn't get an array, fallback to 'publish'.
|
241 |
+
$product_args['post_status'] = array( 'publish' );
|
242 |
+
}
|
243 |
+
|
244 |
+
// Maybe disable bundles.
|
245 |
+
if ( ! $args['bundles'] ) {
|
246 |
+
$product_args['meta_query'] = array(
|
247 |
+
'relation' => 'OR',
|
248 |
+
array(
|
249 |
+
'key' => '_edd_product_type',
|
250 |
+
'value' => 'bundle',
|
251 |
+
'compare' => '!=',
|
252 |
+
),
|
253 |
+
array(
|
254 |
+
'key' => '_edd_product_type',
|
255 |
+
'value' => 'bundle',
|
256 |
+
'compare' => 'NOT EXISTS',
|
257 |
+
),
|
258 |
+
);
|
259 |
+
}
|
260 |
+
|
261 |
+
$product_args = apply_filters( 'edd_product_dropdown_args', $product_args );
|
262 |
+
|
263 |
+
return get_posts( $product_args );
|
264 |
+
}
|
265 |
+
|
266 |
/**
|
267 |
* Renders an HTML Dropdown of all customers
|
268 |
*
|
includes/libraries/Carbon.php
CHANGED
@@ -3317,27 +3317,6 @@ class Carbon extends DateTime
|
|
3317 |
return $this->isSameAs('md', $dt);
|
3318 |
}
|
3319 |
|
3320 |
-
/**
|
3321 |
-
* Consider the timezone when modifying the instance.
|
3322 |
-
*
|
3323 |
-
* @param string $modify
|
3324 |
-
*
|
3325 |
-
* @return static
|
3326 |
-
*/
|
3327 |
-
public function modify($modify)
|
3328 |
-
{
|
3329 |
-
if ($this->local) {
|
3330 |
-
return parent::modify($modify);
|
3331 |
-
}
|
3332 |
-
|
3333 |
-
$timezone = $this->getTimezone();
|
3334 |
-
$this->setTimezone('UTC');
|
3335 |
-
$instance = parent::modify($modify);
|
3336 |
-
$this->setTimezone($timezone);
|
3337 |
-
|
3338 |
-
return $instance;
|
3339 |
-
}
|
3340 |
-
|
3341 |
/**
|
3342 |
* Return a serialized string of the instance.
|
3343 |
*
|
3317 |
return $this->isSameAs('md', $dt);
|
3318 |
}
|
3319 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3320 |
/**
|
3321 |
* Return a serialized string of the instance.
|
3322 |
*
|
includes/misc-functions.php
CHANGED
@@ -1865,6 +1865,16 @@ function edd_link_helper( $base_url = 'https://easydigitaldownloads.com/', $quer
|
|
1865 |
return $run_esc_url ? esc_url( $url ) : $url;
|
1866 |
}
|
1867 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1868 |
/**
|
1869 |
* Polyfills for is_countable and is_iterable
|
1870 |
*
|
@@ -1910,4 +1920,4 @@ if ( ! function_exists( 'is_iterable' ) ) {
|
|
1910 |
function is_iterable( $var ) {
|
1911 |
return ( is_array( $var ) || $var instanceof Traversable );
|
1912 |
}
|
1913 |
-
}
|
1865 |
return $run_esc_url ? esc_url( $url ) : $url;
|
1866 |
}
|
1867 |
|
1868 |
+
/**
|
1869 |
+
* Whether core blocks are active.
|
1870 |
+
*
|
1871 |
+
* @since 3.1.0.2
|
1872 |
+
* @return bool
|
1873 |
+
*/
|
1874 |
+
function edd_has_core_blocks() {
|
1875 |
+
return defined( 'EDD_BLOCKS_DIR' );
|
1876 |
+
}
|
1877 |
+
|
1878 |
/**
|
1879 |
* Polyfills for is_countable and is_iterable
|
1880 |
*
|
1920 |
function is_iterable( $var ) {
|
1921 |
return ( is_array( $var ) || $var instanceof Traversable );
|
1922 |
}
|
1923 |
+
}
|
includes/post-types.php
CHANGED
@@ -545,3 +545,45 @@ function edd_display_post_states( $post_states, $post ) {
|
|
545 |
return $post_states;
|
546 |
}
|
547 |
add_filter( 'display_post_states', 'edd_display_post_states', 10, 2 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
545 |
return $post_states;
|
546 |
}
|
547 |
add_filter( 'display_post_states', 'edd_display_post_states', 10, 2 );
|
548 |
+
|
549 |
+
/**
|
550 |
+
* Adds EDD custom roles to the REST API authors query.
|
551 |
+
*
|
552 |
+
* @param array $prepared_args
|
553 |
+
* @param array $request
|
554 |
+
* @return array
|
555 |
+
*/
|
556 |
+
function edd_add_custom_roles_rest_user_query( $prepared_args, $request ) {
|
557 |
+
// If the args don't match the authors query, return early.
|
558 |
+
if ( empty( $prepared_args['who'] ) || 'authors' !== $prepared_args['who'] ) {
|
559 |
+
return $prepared_args;
|
560 |
+
}
|
561 |
+
|
562 |
+
// Get the referer so we can look for the download post type by post ID.
|
563 |
+
$referer = wp_parse_url( wp_get_referer() );
|
564 |
+
|
565 |
+
if ( empty( $referer['query'] ) ) {
|
566 |
+
return $prepared_args;
|
567 |
+
}
|
568 |
+
|
569 |
+
$post_id = (int) filter_var( $referer['query'], FILTER_SANITIZE_NUMBER_INT );
|
570 |
+
if ( empty( $post_id ) || 'download' !== get_post_type( $post_id ) ) {
|
571 |
+
return $prepared_args;
|
572 |
+
}
|
573 |
+
|
574 |
+
$roles = new WP_Roles();
|
575 |
+
$who = array();
|
576 |
+
foreach ( $roles->role_objects as $role ) {
|
577 |
+
if ( array_key_exists( 'edit_products', $role->capabilities ) && ! empty( $role->capabilities['edit_product'] ) ) {
|
578 |
+
$who[] = $role->name;
|
579 |
+
continue;
|
580 |
+
}
|
581 |
+
}
|
582 |
+
if ( ! empty( $who ) ) {
|
583 |
+
unset( $prepared_args['who'] );
|
584 |
+
$prepared_args['role__in'] = $who;
|
585 |
+
}
|
586 |
+
|
587 |
+
return $prepared_args;
|
588 |
+
}
|
589 |
+
add_filter( 'rest_user_query', 'edd_add_custom_roles_rest_user_query', 5, 2 );
|
includes/scripts.php
CHANGED
@@ -619,8 +619,8 @@ add_action( 'wp_body_open', 'edd_add_js_class', 100 );
|
|
619 |
*/
|
620 |
function edd_add_js_class() {
|
621 |
?>
|
622 |
-
<style>.edd-js .edd-
|
623 |
-
<script>/* <![CDATA[ */(function(){var c = document.body.classList;c.remove('
|
624 |
<?php
|
625 |
}
|
626 |
|
619 |
*/
|
620 |
function edd_add_js_class() {
|
621 |
?>
|
622 |
+
<style>.edd-js-none .edd-has-js, .edd-js .edd-no-js, body.edd-js input.edd-no-js { display: none; }</style>
|
623 |
+
<script>/* <![CDATA[ */(function(){var c = document.body.classList;c.remove('edd-js-none');c.add('edd-js');})();/* ]]> */</script>
|
624 |
<?php
|
625 |
}
|
626 |
|
includes/template-functions.php
CHANGED
@@ -833,7 +833,7 @@ function edd_add_body_classes( $class ) {
|
|
833 |
$classes[] = 'edd-test-mode';
|
834 |
}
|
835 |
|
836 |
-
$classes[] = '
|
837 |
|
838 |
return array_unique( $classes );
|
839 |
}
|
833 |
$classes[] = 'edd-test-mode';
|
834 |
}
|
835 |
|
836 |
+
$classes[] = 'edd-js-none';
|
837 |
|
838 |
return array_unique( $classes );
|
839 |
}
|
includes/users/lost-password.php
CHANGED
@@ -250,10 +250,10 @@ function edd_validate_password_reset( $data ) {
|
|
250 |
// Check if password is one or all empty spaces.
|
251 |
if ( ! empty( $data['pass1'] ) ) {
|
252 |
$_POST['pass1'] = trim( $data['pass1'] );
|
|
|
253 |
|
254 |
-
|
255 |
-
|
256 |
-
}
|
257 |
}
|
258 |
|
259 |
// Check if password fields do not match.
|
250 |
// Check if password is one or all empty spaces.
|
251 |
if ( ! empty( $data['pass1'] ) ) {
|
252 |
$_POST['pass1'] = trim( $data['pass1'] );
|
253 |
+
}
|
254 |
|
255 |
+
if ( empty( $data['pass1'] ) ) {
|
256 |
+
edd_set_error( 'empty_password', __( 'The password cannot be a space or all spaces.', 'easy-digital-downloads' ) );
|
|
|
257 |
}
|
258 |
|
259 |
// Check if password fields do not match.
|
includes/users/register.php
CHANGED
@@ -49,7 +49,7 @@ function edd_process_register_form( $data ) {
|
|
49 |
return;
|
50 |
}
|
51 |
|
52 |
-
if ( empty( $
|
53 |
return;
|
54 |
}
|
55 |
|
@@ -83,12 +83,18 @@ function edd_process_register_form( $data ) {
|
|
83 |
edd_set_error( 'invalid_form_data', __( 'Registration form validation failed.', 'easy-digital-downloads' ) );
|
84 |
}
|
85 |
|
86 |
-
if
|
87 |
-
|
|
|
88 |
}
|
89 |
|
90 |
-
if (
|
91 |
-
edd_set_error( '
|
|
|
|
|
|
|
|
|
|
|
92 |
}
|
93 |
|
94 |
do_action( 'edd_process_register_form' );
|
@@ -110,6 +116,8 @@ function edd_process_register_form( $data ) {
|
|
110 |
)
|
111 |
);
|
112 |
|
|
|
|
|
113 |
edd_redirect( $redirect );
|
114 |
}
|
115 |
}
|
49 |
return;
|
50 |
}
|
51 |
|
52 |
+
if ( empty( $data['edd_register_submit'] ) ) {
|
53 |
return;
|
54 |
}
|
55 |
|
83 |
edd_set_error( 'invalid_form_data', __( 'Registration form validation failed.', 'easy-digital-downloads' ) );
|
84 |
}
|
85 |
|
86 |
+
// Check if password is one or all empty spaces.
|
87 |
+
if ( ! empty( $data['edd_user_pass'] ) ) {
|
88 |
+
$data['edd_user_pass'] = trim( $data['edd_user_pass'] );
|
89 |
}
|
90 |
|
91 |
+
if ( empty( $data['edd_user_pass'] ) ) {
|
92 |
+
edd_set_error( 'empty_password', __( 'The password cannot be a space or all spaces.', 'easy-digital-downloads' ) );
|
93 |
+
}
|
94 |
+
|
95 |
+
// Check if password fields do not match.
|
96 |
+
if ( ! empty( $data['edd_user_pass'] ) && ( empty( $data['edd_user_pass2'] ) || trim( $data['edd_user_pass2'] ) !== $data['edd_user_pass'] ) ) {
|
97 |
+
edd_set_error( 'password_mismatch', __( 'The passwords do not match.', 'easy-digital-downloads' ) );
|
98 |
}
|
99 |
|
100 |
do_action( 'edd_process_register_form' );
|
116 |
)
|
117 |
);
|
118 |
|
119 |
+
edd_set_success( 'account_registration_successful', __( 'Your account has been successfully created.', 'easy-digital-downloads' ) );
|
120 |
+
|
121 |
edd_redirect( $redirect );
|
122 |
}
|
123 |
}
|
includes/widgets.php
CHANGED
@@ -71,8 +71,8 @@ class edd_cart_widget extends WP_Widget {
|
|
71 |
$instance = $old_instance;
|
72 |
|
73 |
$instance['title'] = strip_tags( $new_instance['title'] );
|
74 |
-
$instance['hide_on_checkout'] =
|
75 |
-
$instance['hide_on_empty'] =
|
76 |
|
77 |
return $instance;
|
78 |
}
|
71 |
$instance = $old_instance;
|
72 |
|
73 |
$instance['title'] = strip_tags( $new_instance['title'] );
|
74 |
+
$instance['hide_on_checkout'] = ! empty( $new_instance['hide_on_checkout'] );
|
75 |
+
$instance['hide_on_empty'] = ! empty( $new_instance['hide_on_empty'] );
|
76 |
|
77 |
return $instance;
|
78 |
}
|
languages/easy-digital-downloads.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the Easy Digital Downloads plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Easy Digital Downloads 3.1.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-digital-downloads\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-10-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: easy-digital-downloads\n"
|
@@ -162,7 +162,7 @@ msgid "Enter emails and/or domains (starting with \"@\") and/or TLDs (starting w
|
|
162 |
msgstr ""
|
163 |
|
164 |
#: includes/admin/admin-deprecated-functions.php:43
|
165 |
-
#: includes/admin/tools.php:
|
166 |
msgid "Save"
|
167 |
msgstr ""
|
168 |
|
@@ -215,8 +215,8 @@ msgstr ""
|
|
215 |
#: includes/admin/reporting/class-gateway-error-logs-list-table.php:109
|
216 |
#: includes/admin/reporting/export/class-batch-export.php:146
|
217 |
#: includes/admin/reporting/export/export-actions.php:24
|
218 |
-
#: includes/admin/tools.php:
|
219 |
-
#: includes/admin/tools.php:
|
220 |
#: includes/admin/tools/class-edd-tools-recount-all-stats.php:78
|
221 |
#: includes/admin/tools/class-edd-tools-recount-customer-stats.php:114
|
222 |
#: includes/admin/tools/class-edd-tools-recount-download-stats.php:117
|
@@ -233,10 +233,10 @@ msgstr ""
|
|
233 |
#: includes/admin/upgrades/upgrade-functions.php:1148
|
234 |
#: includes/admin/upgrades/upgrade-functions.php:1230
|
235 |
#: includes/admin/upgrades/v3/class-base.php:117
|
236 |
-
#: includes/api/class-edd-api.php:
|
237 |
-
#: includes/api/class-edd-api.php:
|
238 |
-
#: includes/api/class-edd-api.php:
|
239 |
-
#: includes/api/class-edd-api.php:
|
240 |
#: includes/blocks/includes/forms/recaptcha.php:180
|
241 |
#: includes/cart/class-edd-cart.php:1451
|
242 |
#: includes/cart/class-edd-cart.php:1465
|
@@ -762,7 +762,7 @@ msgstr ""
|
|
762 |
#: includes/admin/reporting/class-export-payments.php:65
|
763 |
#: includes/admin/reporting/export/class-batch-export-payments.php:50
|
764 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:51
|
765 |
-
#: includes/admin/tools.php:
|
766 |
#: includes/admin/views/tmpl-tax-rates-table-add.php:17
|
767 |
#: includes/admin/views/tmpl-tax-rates-table-meta.php:16
|
768 |
#: includes/admin/views/tmpl-tax-rates-table-row.php:18
|
@@ -811,7 +811,7 @@ msgstr ""
|
|
811 |
#: includes/admin/reporting/export/class-batch-export-sales-and-earnings.php:59
|
812 |
#: includes/admin/reporting/export/class-batch-export-sales.php:50
|
813 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:62
|
814 |
-
#: includes/admin/tools.php:
|
815 |
#: includes/blocks/views/orders/totals.php:38
|
816 |
#: includes/privacy-functions.php:946
|
817 |
#: includes/reports/reports-functions.php:316
|
@@ -841,8 +841,8 @@ msgstr ""
|
|
841 |
#: includes/admin/reporting/export/class-batch-export-sales.php:42
|
842 |
#: includes/admin/reporting/export/class-batch-export-taxed-customers.php:43
|
843 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:43
|
844 |
-
#: includes/admin/tools.php:
|
845 |
-
#: includes/blocks/views/forms/registration.php:
|
846 |
#: includes/emails/tags.php:185
|
847 |
#: templates/shortcode-register.php:25
|
848 |
#: includes/blocks/build/register/index.js:1
|
@@ -871,7 +871,7 @@ msgstr ""
|
|
871 |
#: includes/admin/reporting/export/class-batch-export-customers.php:53
|
872 |
#: includes/admin/reporting/export/class-batch-export-downloads.php:43
|
873 |
#: includes/admin/reporting/export/class-batch-export-taxed-customers.php:42
|
874 |
-
#: includes/admin/tools.php:
|
875 |
#: includes/privacy-functions.php:594
|
876 |
#: includes/reports/data/discounts/class-top-five-discounts-list-table.php:75
|
877 |
#: includes/reports/data/downloads/class-earnings-by-taxonomy-list-table.php:193
|
@@ -963,7 +963,7 @@ msgstr ""
|
|
963 |
#: includes/admin/import/import-functions.php:31
|
964 |
#: includes/admin/import/import-functions.php:104
|
965 |
#: includes/admin/reporting/export/export-actions.php:24
|
966 |
-
#: includes/api/class-edd-api.php:
|
967 |
#: includes/class-edd-license-handler.php:388
|
968 |
msgid "Nonce verification failed"
|
969 |
msgstr ""
|
@@ -1098,7 +1098,7 @@ msgstr ""
|
|
1098 |
#: includes/admin/reporting/class-export-payments.php:63
|
1099 |
#: includes/admin/reporting/export/class-batch-export-payments.php:48
|
1100 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:49
|
1101 |
-
#: includes/admin/tools.php:
|
1102 |
#: includes/blocks/views/checkout/purchase-form/address.php:54
|
1103 |
#: includes/blocks/views/checkout/purchase-form/address.php:60
|
1104 |
#: includes/checkout/template.php:393
|
@@ -1108,7 +1108,7 @@ msgid "City"
|
|
1108 |
msgstr ""
|
1109 |
|
1110 |
#: includes/admin/customers/customers.php:519
|
1111 |
-
#: includes/admin/tools.php:
|
1112 |
#: templates/shortcode-profile-editor.php:171
|
1113 |
msgid "State / Province"
|
1114 |
msgstr ""
|
@@ -1226,7 +1226,7 @@ msgstr ""
|
|
1226 |
#: includes/admin/customers/customers.php:751
|
1227 |
#: includes/admin/payments/class-payments-table.php:387
|
1228 |
#: includes/admin/payments/class-refund-items-table.php:90
|
1229 |
-
#: includes/admin/tools.php:
|
1230 |
#: includes/admin/views/tmpl-order-refund.php:39
|
1231 |
#: includes/admin/views/tmpl-order-total.php:16
|
1232 |
#: includes/blocks/views/checkout/cart/cart-total.php:8
|
@@ -1427,7 +1427,7 @@ msgstr ""
|
|
1427 |
|
1428 |
#: includes/admin/dashboard-widgets.php:199
|
1429 |
#: includes/admin/reporting/class-categories-reports-table.php:78
|
1430 |
-
#: includes/admin/tools.php:
|
1431 |
#: includes/reports/data/downloads/class-earnings-by-taxonomy-list-table.php:195
|
1432 |
msgid "Total Earnings"
|
1433 |
msgstr ""
|
@@ -1808,7 +1808,7 @@ msgid "You do not have permission to delete discount codes"
|
|
1808 |
msgstr ""
|
1809 |
|
1810 |
#: includes/admin/discounts/discount-codes.php:56
|
1811 |
-
#: includes/class-edd-html-elements.php:
|
1812 |
#: includes/post-types.php:125
|
1813 |
msgid "Search Discounts"
|
1814 |
msgstr ""
|
@@ -1830,7 +1830,7 @@ msgstr ""
|
|
1830 |
#: includes/admin/reporting/export/class-batch-export-downloads.php:48
|
1831 |
#: includes/admin/reporting/export/class-batch-export-payments.php:66
|
1832 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:67
|
1833 |
-
#: includes/admin/tools.php:
|
1834 |
#: includes/privacy-functions.php:789
|
1835 |
msgid "Status"
|
1836 |
msgstr ""
|
@@ -1902,7 +1902,7 @@ msgid "Special instructions for this %s. These will be added to the sales receip
|
|
1902 |
msgstr ""
|
1903 |
|
1904 |
#: includes/admin/downloads/contextual-help.php:100
|
1905 |
-
#: includes/admin/downloads/metabox.php:
|
1906 |
msgid "Purchase Shortcode"
|
1907 |
msgstr ""
|
1908 |
|
@@ -2025,11 +2025,11 @@ msgid "Show advanced settings"
|
|
2025 |
msgstr ""
|
2026 |
|
2027 |
#: includes/admin/downloads/metabox.php:435
|
2028 |
-
#: includes/admin/downloads/metabox.php:
|
2029 |
-
#: includes/admin/downloads/metabox.php:
|
2030 |
-
#: includes/admin/downloads/metabox.php:
|
2031 |
#: includes/admin/views/tmpl-tax-rates-table-row.php:47
|
2032 |
-
#: includes/blocks/views/checkout/cart/cart-fees.php:
|
2033 |
#: includes/blocks/views/checkout/cart/cart-item.php:55
|
2034 |
#: includes/scripts.php:517
|
2035 |
#: templates/checkout_cart.php:57
|
@@ -2070,92 +2070,92 @@ msgstr ""
|
|
2070 |
msgid "<strong>Product Type</strong>: Sell this item as a single product, or use the Bundle type to sell a collection of products."
|
2071 |
msgstr ""
|
2072 |
|
2073 |
-
#: includes/admin/downloads/metabox.php:
|
2074 |
msgid "Bundled %s"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: includes/admin/downloads/metabox.php:
|
2078 |
-
#: includes/admin/downloads/metabox.php:
|
2079 |
msgid "Click and drag to re-order bundled %s"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#: includes/admin/downloads/metabox.php:
|
2083 |
-
#: includes/admin/downloads/metabox.php:
|
2084 |
msgid "Select %s:"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
-
#: includes/admin/downloads/metabox.php:
|
2088 |
-
#: includes/admin/downloads/metabox.php:
|
2089 |
msgid "Price assignment:"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
-
#: includes/admin/downloads/metabox.php:
|
2093 |
msgid "Remove bundle option %s"
|
2094 |
msgstr ""
|
2095 |
|
2096 |
-
#: includes/admin/downloads/metabox.php:
|
2097 |
msgid "Bundled %s:"
|
2098 |
msgstr ""
|
2099 |
|
2100 |
-
#: includes/admin/downloads/metabox.php:
|
2101 |
msgid "Remove bundle option 1"
|
2102 |
msgstr ""
|
2103 |
|
2104 |
-
#: includes/admin/downloads/metabox.php:
|
2105 |
-
#: includes/admin/downloads/metabox.php:
|
2106 |
msgid "Add New File"
|
2107 |
msgstr ""
|
2108 |
|
2109 |
-
#: includes/admin/downloads/metabox.php:
|
2110 |
msgid "Click and drag to re-order files"
|
2111 |
msgstr ""
|
2112 |
|
2113 |
-
#: includes/admin/downloads/metabox.php:
|
2114 |
msgid "%1$s file ID: %2$s"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: includes/admin/downloads/metabox.php:
|
2118 |
msgid "Remove file %s"
|
2119 |
msgstr ""
|
2120 |
|
2121 |
-
#: includes/admin/downloads/metabox.php:
|
2122 |
msgid "File Name"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
-
#: includes/admin/downloads/metabox.php:
|
2126 |
msgid "My Neat File"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#: includes/admin/downloads/metabox.php:
|
2130 |
msgid "File URL"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: includes/admin/downloads/metabox.php:
|
2134 |
msgid "Enter, upload, choose from Media Library"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#: includes/admin/downloads/metabox.php:
|
2138 |
-
#: includes/admin/downloads/metabox.php:
|
2139 |
msgid "Select Files"
|
2140 |
msgstr ""
|
2141 |
|
2142 |
-
#: includes/admin/downloads/metabox.php:
|
2143 |
msgid "Select"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
-
#: includes/admin/downloads/metabox.php:
|
2147 |
msgid "Price Assignment"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: includes/admin/downloads/metabox.php:
|
2151 |
msgid "<strong>Price Assignment</strong>: With variable pricing enabled, you can choose to allow certain price variations access to specific files, or allow all price variations to access a file."
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: includes/admin/downloads/metabox.php:
|
2155 |
msgid "Insert into %s"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
-
#: includes/admin/downloads/metabox.php:
|
2159 |
#: includes/admin/reporting/reports.php:994
|
2160 |
#: includes/admin/reporting/reports.php:1157
|
2161 |
#: includes/admin/reporting/reports.php:1347
|
@@ -2166,71 +2166,71 @@ msgstr ""
|
|
2166 |
msgid "Refunds"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
-
#: includes/admin/downloads/metabox.php:
|
2170 |
msgid "<strong>Refundable</strong>: Allow or disallow refunds for this specific product. When allowed, the refund window will be used on all future purchases.<br /><strong>Refund Window</strong>: Limit the number of days this product can be refunded after purchasing."
|
2171 |
msgstr ""
|
2172 |
|
2173 |
-
#: includes/admin/downloads/metabox.php:
|
2174 |
msgid "Refund Status"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
#. translators: Default refund status
|
2178 |
-
#: includes/admin/downloads/metabox.php:
|
2179 |
msgctxt "Download refund status"
|
2180 |
msgid "Default (%1$s)"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
-
#: includes/admin/downloads/metabox.php:
|
2184 |
#: includes/admin/settings/register-settings.php:684
|
2185 |
msgid "Refund Window"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
-
#: includes/admin/downloads/metabox.php:
|
2189 |
msgctxt "refund window interval"
|
2190 |
msgid "Days"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
-
#: includes/admin/downloads/metabox.php:
|
2194 |
-
#: includes/admin/downloads/metabox.php:
|
2195 |
msgid "Leave blank to use global setting. Enter <code>0</code> for unlimited"
|
2196 |
msgstr ""
|
2197 |
|
2198 |
-
#: includes/admin/downloads/metabox.php:
|
2199 |
#: includes/admin/reporting/export/class-batch-export-downloads.php:53
|
2200 |
#: includes/admin/settings/register-settings.php:1091
|
2201 |
-
#: includes/admin/tools.php:
|
2202 |
msgid "File Download Limit"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
-
#: includes/admin/downloads/metabox.php:
|
2206 |
msgid "<strong>File Download Limit</strong>: Limit the number of times a customer who purchased this product can access their download links."
|
2207 |
msgstr ""
|
2208 |
|
2209 |
-
#: includes/admin/downloads/metabox.php:
|
2210 |
msgid "Taxability"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
-
#: includes/admin/downloads/metabox.php:
|
2214 |
msgid "<strong>Taxability</strong>: When taxes are enabled, all products are taxable by default. Check this box to mark this product as non-taxable."
|
2215 |
msgstr ""
|
2216 |
|
2217 |
-
#: includes/admin/downloads/metabox.php:
|
2218 |
msgid "This product is non-taxable"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
-
#: includes/admin/downloads/metabox.php:
|
2222 |
msgid "Item Quantities"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
-
#: includes/admin/downloads/metabox.php:
|
2226 |
msgid "<strong>Item Quantities</strong>: if disabled, customers will not be provided an option to change the number they wish to purchase."
|
2227 |
msgstr ""
|
2228 |
|
2229 |
-
#: includes/admin/downloads/metabox.php:
|
2230 |
msgid "Disable quantity input for this product"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
-
#: includes/admin/downloads/metabox.php:
|
2234 |
#: includes/admin/settings/register-settings.php:1031
|
2235 |
#: includes/admin/thickbox.php:76
|
2236 |
#: includes/checkout/template.php:992
|
@@ -2240,53 +2240,53 @@ msgstr ""
|
|
2240 |
msgid "Purchase"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
-
#: includes/admin/downloads/metabox.php:
|
2244 |
msgid "<strong>Purchase Shortcode</strong>: Use this shortcode to output a purchase link for this product in the location of your choosing."
|
2245 |
msgstr ""
|
2246 |
|
2247 |
-
#: includes/admin/downloads/metabox.php:
|
2248 |
msgid "Accounting Options"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
-
#: includes/admin/downloads/metabox.php:
|
2252 |
msgid "<strong>SKU</strong>: If an SKU is entered for this product, it will be shown on the purchase receipt and exported purchase histories."
|
2253 |
msgstr ""
|
2254 |
|
2255 |
-
#: includes/admin/downloads/metabox.php:
|
2256 |
msgid "Enter an SKU for this product."
|
2257 |
msgstr ""
|
2258 |
|
2259 |
-
#: includes/admin/downloads/metabox.php:
|
2260 |
msgid "<strong>Purchase button behavior</strong>: Add to Cart buttons follow a traditional eCommerce flow. A Buy Now button bypasses most of the process, taking the customer directly from button click to payment, greatly speeding up the process of buying the product."
|
2261 |
msgstr ""
|
2262 |
|
2263 |
-
#: includes/admin/downloads/metabox.php:
|
2264 |
msgid "<strong>Purchase button behavior</strong>: Add to Cart buttons follow a traditional eCommerce flow. Buy Now buttons are only available for stores that have a single supported gateway active and that do not use taxes."
|
2265 |
msgstr ""
|
2266 |
|
2267 |
-
#: includes/admin/downloads/metabox.php:
|
2268 |
msgid "Button Options"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
-
#: includes/admin/downloads/metabox.php:
|
2272 |
msgid "<strong>Hide purchase button</strong>: By default, the purchase buttons will be displayed at the bottom of the download, when disabled you will need to use the Purchase link shortcode below to output the ability to buy the product where you prefer."
|
2273 |
msgstr ""
|
2274 |
|
2275 |
-
#: includes/admin/downloads/metabox.php:
|
2276 |
msgid "Hide purchase button"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
-
#: includes/admin/downloads/metabox.php:
|
2280 |
msgid "Purchase button behavior"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: includes/admin/downloads/metabox.php:
|
2284 |
#: includes/admin/settings/register-settings.php:1045
|
2285 |
#: includes/admin/thickbox.php:125
|
2286 |
msgid "Add to Cart"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
-
#: includes/admin/downloads/metabox.php:
|
2290 |
#: includes/admin/settings/register-settings.php:1059
|
2291 |
#: includes/gateways/stripe/includes/payment-methods/buy-now/template.php:47
|
2292 |
#: includes/shortcodes.php:47
|
@@ -2294,23 +2294,23 @@ msgstr ""
|
|
2294 |
msgid "Buy Now"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
-
#: includes/admin/downloads/metabox.php:
|
2298 |
msgid "Download Instructions"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
-
#: includes/admin/downloads/metabox.php:
|
2302 |
msgid "Special instructions for this %s. These will be added to the purchase receipt, and may be used by some extensions or themes."
|
2303 |
msgstr ""
|
2304 |
|
2305 |
-
#: includes/admin/downloads/metabox.php:
|
2306 |
msgid "Net Sales:"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
-
#: includes/admin/downloads/metabox.php:
|
2310 |
msgid "Net Revenue:"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
-
#: includes/admin/downloads/metabox.php:
|
2314 |
msgid "View File Download Log"
|
2315 |
msgstr ""
|
2316 |
|
@@ -2635,7 +2635,7 @@ msgid "All gateways"
|
|
2635 |
msgstr ""
|
2636 |
|
2637 |
#: includes/admin/payments/class-payments-table.php:193
|
2638 |
-
#: includes/admin/reporting/class-base-logs-list-table.php:
|
2639 |
#: includes/admin/reporting/reports.php:2864
|
2640 |
#: includes/admin/reporting/reports.php:2929
|
2641 |
#: includes/admin/reporting/reports.php:2982
|
@@ -2648,7 +2648,7 @@ msgid "From"
|
|
2648 |
msgstr ""
|
2649 |
|
2650 |
#: includes/admin/payments/class-payments-table.php:200
|
2651 |
-
#: includes/admin/reporting/class-base-logs-list-table.php:
|
2652 |
#: includes/admin/reporting/reports.php:2875
|
2653 |
#: includes/admin/reporting/reports.php:2940
|
2654 |
#: includes/admin/reporting/reports.php:2993
|
@@ -2697,20 +2697,20 @@ msgid "Extras"
|
|
2697 |
msgstr ""
|
2698 |
|
2699 |
#: includes/admin/payments/class-payments-table.php:296
|
2700 |
-
#: includes/admin/reporting/class-base-logs-list-table.php:
|
2701 |
#: includes/admin/tools/logs.php:258
|
2702 |
#: includes/reports/reports-functions.php:1701
|
2703 |
msgid "Filter"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
#: includes/admin/payments/class-payments-table.php:300
|
2707 |
-
#: includes/admin/reporting/class-base-logs-list-table.php:
|
2708 |
msgid "Clear"
|
2709 |
msgstr ""
|
2710 |
|
2711 |
#: includes/admin/payments/class-payments-table.php:318
|
2712 |
#: includes/admin/payments/contextual-help.php:96
|
2713 |
-
#: includes/admin/reporting/class-base-logs-list-table.php:
|
2714 |
msgid "Search"
|
2715 |
msgstr ""
|
2716 |
|
@@ -2812,7 +2812,7 @@ msgid "Quantity"
|
|
2812 |
msgstr ""
|
2813 |
|
2814 |
#: includes/admin/payments/class-refund-items-table.php:80
|
2815 |
-
#: includes/admin/tools.php:
|
2816 |
#: includes/admin/views/tmpl-order-subtotal.php:16
|
2817 |
#: includes/blocks/views/checkout/cart/cart-subtotal.php:10
|
2818 |
#: includes/blocks/views/orders/totals.php:43
|
@@ -2826,7 +2826,7 @@ msgstr ""
|
|
2826 |
#: includes/admin/reporting/class-export-payments.php:71
|
2827 |
#: includes/admin/reporting/export/class-batch-export-payments.php:57
|
2828 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:57
|
2829 |
-
#: includes/admin/tools.php:
|
2830 |
#: includes/admin/views/tmpl-order-form-add-order-item.php:196
|
2831 |
#: includes/admin/views/tmpl-order-tax.php:26
|
2832 |
#: includes/blocks/views/checkout/cart/cart-taxes.php:9
|
@@ -2845,7 +2845,7 @@ msgstr ""
|
|
2845 |
|
2846 |
#: includes/admin/payments/class-refund-items-table.php:159
|
2847 |
#: includes/admin/views/tmpl-order-adjustment.php:44
|
2848 |
-
#: includes/ajax-functions.php:
|
2849 |
msgid "Order Credit"
|
2850 |
msgstr ""
|
2851 |
|
@@ -3076,7 +3076,7 @@ msgstr ""
|
|
3076 |
#: includes/admin/reporting/class-export-payments.php:59
|
3077 |
#: includes/admin/reporting/export/class-batch-export-sales.php:43
|
3078 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:45
|
3079 |
-
#: includes/admin/tools.php:
|
3080 |
#: includes/emails/tags.php:167
|
3081 |
#: templates/shortcode-profile-editor.php:38
|
3082 |
msgid "First Name"
|
@@ -3087,7 +3087,7 @@ msgstr ""
|
|
3087 |
#: includes/admin/reporting/class-export-payments.php:60
|
3088 |
#: includes/admin/reporting/export/class-batch-export-sales.php:44
|
3089 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:46
|
3090 |
-
#: includes/admin/tools.php:
|
3091 |
#: templates/shortcode-profile-editor.php:43
|
3092 |
msgid "Last Name"
|
3093 |
msgstr ""
|
@@ -3188,7 +3188,7 @@ msgstr ""
|
|
3188 |
#: includes/admin/reporting/class-export-payments.php:74
|
3189 |
#: includes/admin/reporting/export/class-batch-export-payments.php:60
|
3190 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:60
|
3191 |
-
#: includes/admin/tools.php:
|
3192 |
msgid "Transaction ID"
|
3193 |
msgstr ""
|
3194 |
|
@@ -3438,15 +3438,11 @@ msgstr ""
|
|
3438 |
msgid "Request Date:"
|
3439 |
msgstr ""
|
3440 |
|
3441 |
-
#: includes/admin/reporting/class-base-logs-list-table.php:
|
3442 |
-
msgid "All Downloads"
|
3443 |
-
msgstr ""
|
3444 |
-
|
3445 |
-
#: includes/admin/reporting/class-base-logs-list-table.php:501
|
3446 |
msgid "Customer ID: %d"
|
3447 |
msgstr ""
|
3448 |
|
3449 |
-
#: includes/admin/reporting/class-base-logs-list-table.php:
|
3450 |
msgid "Search logs..."
|
3451 |
msgstr ""
|
3452 |
|
@@ -3544,7 +3540,7 @@ msgstr ""
|
|
3544 |
#: includes/admin/reporting/export/class-batch-export-file-downloads.php:45
|
3545 |
#: includes/admin/reporting/export/class-batch-export-payments.php:64
|
3546 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:65
|
3547 |
-
#: includes/admin/tools.php:
|
3548 |
#: includes/emails/tags.php:263
|
3549 |
#: includes/privacy-functions.php:783
|
3550 |
#: includes/privacy-functions.php:876
|
@@ -3571,7 +3567,7 @@ msgstr ""
|
|
3571 |
|
3572 |
#: includes/admin/reporting/class-export-payments.php:57
|
3573 |
#: includes/admin/reporting/export/class-batch-export-payments.php:42
|
3574 |
-
#: includes/admin/tools.php:
|
3575 |
msgid "Payment Number"
|
3576 |
msgstr ""
|
3577 |
|
@@ -3591,7 +3587,7 @@ msgstr ""
|
|
3591 |
#: includes/admin/reporting/class-export-payments.php:66
|
3592 |
#: includes/admin/reporting/export/class-batch-export-payments.php:51
|
3593 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:52
|
3594 |
-
#: includes/admin/tools.php:
|
3595 |
#: includes/blocks/views/checkout/purchase-form/address.php:105
|
3596 |
#: includes/checkout/template.php:403
|
3597 |
#: includes/gateways/stripe/includes/template-functions.php:789
|
@@ -3629,7 +3625,7 @@ msgstr ""
|
|
3629 |
|
3630 |
#: includes/admin/reporting/class-export-payments.php:73
|
3631 |
#: includes/admin/reporting/export/class-batch-export-payments.php:59
|
3632 |
-
#: includes/admin/tools.php:
|
3633 |
#: includes/blocks/views/orders/totals.php:32
|
3634 |
#: includes/emails/tags.php:233
|
3635 |
#: templates/shortcode-receipt.php:63
|
@@ -3639,7 +3635,7 @@ msgstr ""
|
|
3639 |
#: includes/admin/reporting/class-export-payments.php:75
|
3640 |
#: includes/admin/reporting/export/class-batch-export-payments.php:61
|
3641 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:61
|
3642 |
-
#: includes/admin/tools.php:
|
3643 |
msgid "Purchase Key"
|
3644 |
msgstr ""
|
3645 |
|
@@ -3647,7 +3643,7 @@ msgstr ""
|
|
3647 |
#: includes/admin/reporting/export/class-batch-export-payments.php:63
|
3648 |
#: includes/admin/reporting/export/class-batch-export-sales.php:40
|
3649 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:63
|
3650 |
-
#: includes/admin/tools.php:
|
3651 |
msgid "User"
|
3652 |
msgstr ""
|
3653 |
|
@@ -3658,7 +3654,7 @@ msgid "none"
|
|
3658 |
msgstr ""
|
3659 |
|
3660 |
#: includes/admin/reporting/class-export-payments.php:190
|
3661 |
-
#: includes/admin/reporting/export/class-batch-export-payments.php:
|
3662 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:211
|
3663 |
msgid "guest"
|
3664 |
msgstr ""
|
@@ -3723,7 +3719,7 @@ msgstr ""
|
|
3723 |
#: includes/admin/reporting/contextual-help.php:67
|
3724 |
#: includes/admin/reporting/reports.php:2786
|
3725 |
#: includes/admin/reporting/reports.php:2908
|
3726 |
-
#: includes/admin/tools.php:
|
3727 |
msgid "Export"
|
3728 |
msgstr ""
|
3729 |
|
@@ -3873,7 +3869,7 @@ msgstr ""
|
|
3873 |
#: includes/admin/reporting/export/class-batch-export-payments.php:44
|
3874 |
#: includes/admin/reporting/export/class-batch-export-sales.php:41
|
3875 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:44
|
3876 |
-
#: includes/admin/tools.php:
|
3877 |
#: includes/privacy-functions.php:586
|
3878 |
#: includes/privacy-functions.php:872
|
3879 |
msgid "Customer ID"
|
@@ -3886,7 +3882,7 @@ msgstr ""
|
|
3886 |
|
3887 |
#: includes/admin/reporting/export/class-batch-export-payments.php:65
|
3888 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:66
|
3889 |
-
#: includes/admin/tools.php:
|
3890 |
msgid "Mode (Live|Test)"
|
3891 |
msgstr ""
|
3892 |
|
@@ -4308,7 +4304,7 @@ msgid "Select Region"
|
|
4308 |
msgstr ""
|
4309 |
|
4310 |
#: includes/admin/reporting/reports.php:3027
|
4311 |
-
#: includes/class-edd-html-elements.php:
|
4312 |
msgid "All Regions"
|
4313 |
msgstr ""
|
4314 |
|
@@ -5842,7 +5838,7 @@ msgid "System Info"
|
|
5842 |
msgstr ""
|
5843 |
|
5844 |
#: includes/admin/tools.php:101
|
5845 |
-
#: includes/admin/tools.php:
|
5846 |
msgid "Debug Log"
|
5847 |
msgstr ""
|
5848 |
|
@@ -5875,363 +5871,363 @@ msgstr ""
|
|
5875 |
msgid "Reset Store"
|
5876 |
msgstr ""
|
5877 |
|
5878 |
-
#: includes/admin/tools.php:
|
5879 |
msgid "Submit"
|
5880 |
msgstr ""
|
5881 |
|
5882 |
-
#: includes/admin/tools.php:
|
5883 |
msgid "Recalculates the total store earnings and sales."
|
5884 |
msgstr ""
|
5885 |
|
5886 |
-
#: includes/admin/tools.php:
|
5887 |
msgid "Recalculates the earnings and sales stats for a specific %s."
|
5888 |
msgstr ""
|
5889 |
|
5890 |
-
#: includes/admin/tools.php:
|
5891 |
msgid "Recalculates the earnings and sales stats for all %s."
|
5892 |
msgstr ""
|
5893 |
|
5894 |
-
#: includes/admin/tools.php:
|
5895 |
msgid "Recalculates the lifetime value and purchase counts for all customers."
|
5896 |
msgstr ""
|
5897 |
|
5898 |
-
#: includes/admin/tools.php:
|
5899 |
msgid "<strong>Deletes</strong> all payment records, customers, and related log entries."
|
5900 |
msgstr ""
|
5901 |
|
5902 |
-
#: includes/admin/tools.php:
|
5903 |
-
#: includes/admin/tools.php:
|
5904 |
msgid "Clear Incomplete Upgrade Notice"
|
5905 |
msgstr ""
|
5906 |
|
5907 |
-
#: includes/admin/tools.php:
|
5908 |
msgid "Sometimes a database upgrade notice may not be cleared after an upgrade is completed due to conflicts with other extensions or other minor issues."
|
5909 |
msgstr ""
|
5910 |
|
5911 |
-
#: includes/admin/tools.php:
|
5912 |
msgid "If you're certain these upgrades have been completed, you can clear these upgrade notices by clicking the button below. If you have any questions about this, please contact the Easy Digital Downloads support team and we'll be happy to help."
|
5913 |
msgstr ""
|
5914 |
|
5915 |
-
#: includes/admin/tools.php:
|
5916 |
msgid "These API keys allow you to use the <a href=\"%s\">EDD REST API</a> to retrieve store data in JSON or XML for external applications or devices, such as the <a href=\"%s\">EDD mobile app</a>."
|
5917 |
msgstr ""
|
5918 |
|
5919 |
-
#: includes/admin/tools.php:
|
5920 |
msgid "Enable Beta Versions"
|
5921 |
msgstr ""
|
5922 |
|
5923 |
-
#: includes/admin/tools.php:
|
5924 |
msgid "Checking any of the below checkboxes will opt you in to receive pre-release update notifications. You can opt-out at any time. Pre-release updates do not install automatically, you will still have the opportunity to ignore update notifications."
|
5925 |
msgstr ""
|
5926 |
|
5927 |
-
#: includes/admin/tools.php:
|
5928 |
msgid "Get updates for pre-release versions of %s"
|
5929 |
msgstr ""
|
5930 |
|
5931 |
-
#: includes/admin/tools.php:
|
5932 |
msgid "Import Orders"
|
5933 |
msgstr ""
|
5934 |
|
5935 |
-
#: includes/admin/tools.php:
|
5936 |
msgid "Import a CSV file of orders."
|
5937 |
msgstr ""
|
5938 |
|
5939 |
-
#: includes/admin/tools.php:
|
5940 |
-
#: includes/admin/tools.php:
|
5941 |
msgid "Import CSV"
|
5942 |
msgstr ""
|
5943 |
|
5944 |
-
#: includes/admin/tools.php:
|
5945 |
msgid "Each column loaded from the CSV needs to be mapped to an order field. Select the column that should be mapped to each field below. Any columns not needed can be ignored. See <a href=\"%s\" target=\"_blank\">this guide</a> for assistance with importing payment records."
|
5946 |
msgstr ""
|
5947 |
|
5948 |
-
#: includes/admin/tools.php:
|
5949 |
msgid "Payment Field"
|
5950 |
msgstr ""
|
5951 |
|
5952 |
-
#: includes/admin/tools.php:
|
5953 |
-
#: includes/admin/tools.php:
|
5954 |
msgid "CSV Column"
|
5955 |
msgstr ""
|
5956 |
|
5957 |
-
#: includes/admin/tools.php:
|
5958 |
-
#: includes/admin/tools.php:
|
5959 |
msgid "Data Preview"
|
5960 |
msgstr ""
|
5961 |
|
5962 |
-
#: includes/admin/tools.php:
|
5963 |
msgid "Currency Code"
|
5964 |
msgstr ""
|
5965 |
|
5966 |
-
#: includes/admin/tools.php:
|
5967 |
-
#: includes/admin/tools.php:
|
5968 |
-
#: includes/admin/tools.php:
|
5969 |
-
#: includes/admin/tools.php:
|
5970 |
-
#: includes/admin/tools.php:
|
5971 |
-
#: includes/admin/tools.php:
|
5972 |
-
#: includes/admin/tools.php:
|
5973 |
-
#: includes/admin/tools.php:
|
5974 |
-
#: includes/admin/tools.php:
|
5975 |
-
#: includes/admin/tools.php:
|
5976 |
-
#: includes/admin/tools.php:
|
5977 |
-
#: includes/admin/tools.php:
|
5978 |
-
#: includes/admin/tools.php:
|
5979 |
-
#: includes/admin/tools.php:
|
5980 |
-
#: includes/admin/tools.php:
|
5981 |
-
#: includes/admin/tools.php:
|
5982 |
-
#: includes/admin/tools.php:
|
5983 |
-
#: includes/admin/tools.php:
|
5984 |
-
#: includes/admin/tools.php:
|
5985 |
-
#: includes/admin/tools.php:
|
5986 |
-
#: includes/admin/tools.php:
|
5987 |
-
#: includes/admin/tools.php:
|
5988 |
-
#: includes/admin/tools.php:
|
5989 |
-
#: includes/admin/tools.php:
|
5990 |
-
#: includes/admin/tools.php:
|
5991 |
-
#: includes/admin/tools.php:
|
5992 |
-
#: includes/admin/tools.php:
|
5993 |
-
#: includes/admin/tools.php:
|
5994 |
-
#: includes/admin/tools.php:
|
5995 |
-
#: includes/admin/tools.php:
|
5996 |
-
#: includes/admin/tools.php:
|
5997 |
-
#: includes/admin/tools.php:
|
5998 |
-
#: includes/admin/tools.php:
|
5999 |
-
#: includes/admin/tools.php:
|
6000 |
-
#: includes/admin/tools.php:
|
6001 |
-
#: includes/admin/tools.php:
|
6002 |
-
#: includes/admin/tools.php:
|
6003 |
-
#: includes/admin/tools.php:
|
6004 |
-
#: includes/admin/tools.php:
|
6005 |
-
#: includes/admin/tools.php:
|
6006 |
-
#: includes/admin/tools.php:
|
6007 |
-
#: includes/admin/tools.php:
|
6008 |
-
#: includes/admin/tools.php:
|
6009 |
-
#: includes/admin/tools.php:
|
6010 |
msgid "- Ignore this field -"
|
6011 |
msgstr ""
|
6012 |
|
6013 |
-
#: includes/admin/tools.php:
|
6014 |
-
#: includes/admin/tools.php:
|
6015 |
-
#: includes/admin/tools.php:
|
6016 |
-
#: includes/admin/tools.php:
|
6017 |
-
#: includes/admin/tools.php:
|
6018 |
-
#: includes/admin/tools.php:
|
6019 |
-
#: includes/admin/tools.php:
|
6020 |
-
#: includes/admin/tools.php:
|
6021 |
-
#: includes/admin/tools.php:
|
6022 |
-
#: includes/admin/tools.php:
|
6023 |
-
#: includes/admin/tools.php:
|
6024 |
-
#: includes/admin/tools.php:
|
6025 |
-
#: includes/admin/tools.php:
|
6026 |
-
#: includes/admin/tools.php:
|
6027 |
-
#: includes/admin/tools.php:
|
6028 |
-
#: includes/admin/tools.php:
|
6029 |
-
#: includes/admin/tools.php:
|
6030 |
-
#: includes/admin/tools.php:
|
6031 |
-
#: includes/admin/tools.php:
|
6032 |
-
#: includes/admin/tools.php:
|
6033 |
-
#: includes/admin/tools.php:
|
6034 |
-
#: includes/admin/tools.php:
|
6035 |
-
#: includes/admin/tools.php:
|
6036 |
-
#: includes/admin/tools.php:
|
6037 |
-
#: includes/admin/tools.php:
|
6038 |
-
#: includes/admin/tools.php:
|
6039 |
-
#: includes/admin/tools.php:
|
6040 |
-
#: includes/admin/tools.php:
|
6041 |
-
#: includes/admin/tools.php:
|
6042 |
-
#: includes/admin/tools.php:
|
6043 |
-
#: includes/admin/tools.php:
|
6044 |
-
#: includes/admin/tools.php:
|
6045 |
-
#: includes/admin/tools.php:
|
6046 |
-
#: includes/admin/tools.php:
|
6047 |
-
#: includes/admin/tools.php:
|
6048 |
-
#: includes/admin/tools.php:
|
6049 |
-
#: includes/admin/tools.php:
|
6050 |
-
#: includes/admin/tools.php:
|
6051 |
-
#: includes/admin/tools.php:
|
6052 |
-
#: includes/admin/tools.php:
|
6053 |
-
#: includes/admin/tools.php:
|
6054 |
-
#: includes/admin/tools.php:
|
6055 |
-
#: includes/admin/tools.php:
|
6056 |
-
#: includes/admin/tools.php:
|
6057 |
msgid "- select field to preview data -"
|
6058 |
msgstr ""
|
6059 |
|
6060 |
-
#: includes/admin/tools.php:
|
6061 |
msgid "Discount Code(s)"
|
6062 |
msgstr ""
|
6063 |
|
6064 |
-
#: includes/admin/tools.php:
|
6065 |
msgid "Parent Payment ID"
|
6066 |
msgstr ""
|
6067 |
|
6068 |
-
#: includes/admin/tools.php:
|
6069 |
msgid "Purchased Product(s)"
|
6070 |
msgstr ""
|
6071 |
|
6072 |
-
#: includes/admin/tools.php:
|
6073 |
#: includes/gateways/stripe/includes/template-functions.php:460
|
6074 |
msgid "Address Line 1"
|
6075 |
msgstr ""
|
6076 |
|
6077 |
-
#: includes/admin/tools.php:
|
6078 |
#: includes/blocks/views/checkout/purchase-form/address.php:43
|
6079 |
#: includes/gateways/stripe/includes/template-functions.php:474
|
6080 |
msgid "Address Line 2"
|
6081 |
msgstr ""
|
6082 |
|
6083 |
-
#: includes/admin/tools.php:
|
6084 |
-
#: includes/admin/tools.php:
|
6085 |
msgid "Process Import"
|
6086 |
msgstr ""
|
6087 |
|
6088 |
-
#: includes/admin/tools.php:
|
6089 |
msgid "Import Download Products"
|
6090 |
msgstr ""
|
6091 |
|
6092 |
-
#: includes/admin/tools.php:
|
6093 |
msgid "Import a CSV file of products."
|
6094 |
msgstr ""
|
6095 |
|
6096 |
-
#: includes/admin/tools.php:
|
6097 |
msgid "Each column loaded from the CSV needs to be mapped to a Download product field. Select the column that should be mapped to each field below. Any columns not needed can be ignored. See <a href=\"%s\" target=\"_blank\">this guide</a> for assistance with importing Download products."
|
6098 |
msgstr ""
|
6099 |
|
6100 |
-
#: includes/admin/tools.php:
|
6101 |
msgid "Product Field"
|
6102 |
msgstr ""
|
6103 |
|
6104 |
-
#: includes/admin/tools.php:
|
6105 |
msgid "Product Author"
|
6106 |
msgstr ""
|
6107 |
|
6108 |
-
#: includes/admin/tools.php:
|
6109 |
#: includes/reports/reports-functions.php:324
|
6110 |
msgid "Product Categories"
|
6111 |
msgstr ""
|
6112 |
|
6113 |
-
#: includes/admin/tools.php:
|
6114 |
msgid "Product Creation Date"
|
6115 |
msgstr ""
|
6116 |
|
6117 |
-
#: includes/admin/tools.php:
|
6118 |
msgid "Product Description"
|
6119 |
msgstr ""
|
6120 |
|
6121 |
-
#: includes/admin/tools.php:
|
6122 |
msgid "Product Excerpt"
|
6123 |
msgstr ""
|
6124 |
|
6125 |
-
#: includes/admin/tools.php:
|
6126 |
msgid "Product Image"
|
6127 |
msgstr ""
|
6128 |
|
6129 |
-
#: includes/admin/tools.php:
|
6130 |
msgid "Product Notes"
|
6131 |
msgstr ""
|
6132 |
|
6133 |
-
#: includes/admin/tools.php:
|
6134 |
msgid "Product Price(s)"
|
6135 |
msgstr ""
|
6136 |
|
6137 |
-
#: includes/admin/tools.php:
|
6138 |
msgid "Product SKU"
|
6139 |
msgstr ""
|
6140 |
|
6141 |
-
#: includes/admin/tools.php:
|
6142 |
msgid "Product Slug"
|
6143 |
msgstr ""
|
6144 |
|
6145 |
-
#: includes/admin/tools.php:
|
6146 |
msgid "Product Status"
|
6147 |
msgstr ""
|
6148 |
|
6149 |
-
#: includes/admin/tools.php:
|
6150 |
msgid "Product Tags"
|
6151 |
msgstr ""
|
6152 |
|
6153 |
-
#: includes/admin/tools.php:
|
6154 |
msgid "Product Title"
|
6155 |
msgstr ""
|
6156 |
|
6157 |
-
#: includes/admin/tools.php:
|
6158 |
msgid "Download Files"
|
6159 |
msgstr ""
|
6160 |
|
6161 |
-
#: includes/admin/tools.php:
|
6162 |
msgid "Sale Count"
|
6163 |
msgstr ""
|
6164 |
|
6165 |
-
#: includes/admin/tools.php:
|
6166 |
msgid "Export Settings"
|
6167 |
msgstr ""
|
6168 |
|
6169 |
-
#: includes/admin/tools.php:
|
6170 |
msgid "Export the Easy Digital Downloads settings for this site as a .json file. This allows you to easily import the configuration into another site."
|
6171 |
msgstr ""
|
6172 |
|
6173 |
-
#: includes/admin/tools.php:
|
6174 |
msgid "To export shop data (purchases, customers, etc), visit the <a href=\"%s\">Reports</a> page."
|
6175 |
msgstr ""
|
6176 |
|
6177 |
-
#: includes/admin/tools.php:
|
6178 |
msgid "Import Settings"
|
6179 |
msgstr ""
|
6180 |
|
6181 |
-
#: includes/admin/tools.php:
|
6182 |
msgid "Import the Easy Digital Downloads settings from a .json file. This file can be obtained by exporting the settings on another site using the form above."
|
6183 |
msgstr ""
|
6184 |
|
6185 |
-
#: includes/admin/tools.php:
|
6186 |
msgid "Import"
|
6187 |
msgstr ""
|
6188 |
|
6189 |
-
#: includes/admin/tools.php:
|
6190 |
msgid "Please upload a valid .json file"
|
6191 |
msgstr ""
|
6192 |
|
6193 |
-
#: includes/admin/tools.php:
|
6194 |
msgid "Please upload a file to import"
|
6195 |
msgstr ""
|
6196 |
|
6197 |
-
#: includes/admin/tools.php:
|
6198 |
msgid "No File"
|
6199 |
msgstr ""
|
6200 |
|
6201 |
-
#: includes/admin/tools.php:
|
6202 |
msgid "Log is Empty"
|
6203 |
msgstr ""
|
6204 |
|
6205 |
-
#: includes/admin/tools.php:
|
6206 |
msgid "When debug mode is enabled, specific information will be logged here. (<a href=\"https://github.com/easydigitaldownloads/easy-digital-downloads/blob/master/includes/class-edd-logging.php\">Learn how</a> to use <code>EDD_Logging</code> in your own code.)"
|
6207 |
msgstr ""
|
6208 |
|
6209 |
-
#: includes/admin/tools.php:
|
6210 |
msgid "Download Debug Log File"
|
6211 |
msgstr ""
|
6212 |
|
6213 |
-
#: includes/admin/tools.php:
|
6214 |
-
#: includes/admin/tools.php:
|
6215 |
msgid "Copy to Clipboard"
|
6216 |
msgstr ""
|
6217 |
|
6218 |
-
#: includes/admin/tools.php:
|
6219 |
msgid "Clear Log"
|
6220 |
msgstr ""
|
6221 |
|
6222 |
-
#: includes/admin/tools.php:
|
6223 |
msgid "Log file"
|
6224 |
msgstr ""
|
6225 |
|
6226 |
-
#: includes/admin/tools.php:
|
6227 |
msgid "System Information"
|
6228 |
msgstr ""
|
6229 |
|
6230 |
-
#: includes/admin/tools.php:
|
6231 |
msgid "Use the system information below to help troubleshoot problems."
|
6232 |
msgstr ""
|
6233 |
|
6234 |
-
#: includes/admin/tools.php:
|
6235 |
msgid "Download System Info File"
|
6236 |
msgstr ""
|
6237 |
|
@@ -6665,7 +6661,7 @@ msgstr ""
|
|
6665 |
|
6666 |
#: includes/admin/views/tmpl-order-adjustment-discount.php:35
|
6667 |
#: includes/admin/views/tmpl-order-form-add-order-discount.php:22
|
6668 |
-
#: includes/ajax-functions.php:
|
6669 |
#: includes/blocks/views/checkout/discount.php:16
|
6670 |
#: includes/blocks/views/orders/discounts.php:7
|
6671 |
#: includes/checkout/template.php:741
|
@@ -6700,7 +6696,7 @@ msgstr[0] ""
|
|
6700 |
msgstr[1] ""
|
6701 |
|
6702 |
#: includes/admin/views/tmpl-order-form-add-order-adjustment.php:46
|
6703 |
-
#: includes/ajax-functions.php:
|
6704 |
#: includes/blocks/views/orders/credits.php:8
|
6705 |
#: includes/blocks/views/orders/credits.php:12
|
6706 |
#: templates/shortcode-receipt.php:143
|
@@ -6849,38 +6845,38 @@ msgstr ""
|
|
6849 |
msgid "Missing nonce when retrieving state list. Please read the following for more information: https://easydigitaldownloads.com/development/2018/07/05/important-update-to-ajax-requests-in-easy-digital-downloads-2-9-4"
|
6850 |
msgstr ""
|
6851 |
|
6852 |
-
#: includes/ajax-functions.php:
|
6853 |
-
#: includes/class-edd-html-elements.php:
|
6854 |
msgid "All Price Options"
|
6855 |
msgstr ""
|
6856 |
|
6857 |
-
#: includes/ajax-functions.php:
|
6858 |
msgid "No results found"
|
6859 |
msgstr ""
|
6860 |
|
6861 |
-
#: includes/ajax-functions.php:
|
6862 |
-
#: includes/ajax-functions.php:
|
6863 |
-
#: includes/class-edd-html-elements.php:
|
6864 |
msgid "No users found"
|
6865 |
msgstr ""
|
6866 |
|
6867 |
-
#: includes/ajax-functions.php:
|
6868 |
msgid "All Prices"
|
6869 |
msgstr ""
|
6870 |
|
6871 |
-
#: includes/ajax-functions.php:
|
6872 |
-
#: includes/ajax-functions.php:
|
6873 |
msgid "Unable to verify action. Please refresh the page and try again."
|
6874 |
msgstr ""
|
6875 |
|
6876 |
-
#: includes/ajax-functions.php:
|
6877 |
msgid "Unable to find download. Please refresh the page and try again."
|
6878 |
msgstr ""
|
6879 |
|
6880 |
#: includes/api/class-edd-api-v2.php:166
|
6881 |
#: includes/api/class-edd-api.php:1131
|
6882 |
-
#: includes/api/class-edd-api.php:
|
6883 |
-
#: includes/api/class-edd-api.php:
|
6884 |
msgid "Product %s not found!"
|
6885 |
msgstr ""
|
6886 |
|
@@ -6917,62 +6913,62 @@ msgstr ""
|
|
6917 |
msgid "Customer %s not found!"
|
6918 |
msgstr ""
|
6919 |
|
6920 |
-
#: includes/api/class-edd-api.php:
|
6921 |
-
#: includes/api/class-edd-api.php:
|
6922 |
msgid "The end date must be later than the start date!"
|
6923 |
msgstr ""
|
6924 |
|
6925 |
-
#: includes/api/class-edd-api.php:
|
6926 |
-
#: includes/api/class-edd-api.php:
|
6927 |
msgid "Invalid or no date range specified!"
|
6928 |
msgstr ""
|
6929 |
|
6930 |
-
#: includes/api/class-edd-api.php:
|
6931 |
msgid "No discounts found!"
|
6932 |
msgstr ""
|
6933 |
|
6934 |
-
#: includes/api/class-edd-api.php:
|
6935 |
msgid "Discount %s not found!"
|
6936 |
msgstr ""
|
6937 |
|
6938 |
-
#: includes/api/class-edd-api.php:
|
6939 |
msgid "No download logs found!"
|
6940 |
msgstr ""
|
6941 |
|
6942 |
-
#: includes/api/class-edd-api.php:
|
6943 |
#: includes/user-functions.php:1088
|
6944 |
msgid "Downloads API Keys"
|
6945 |
msgstr ""
|
6946 |
|
6947 |
-
#: includes/api/class-edd-api.php:
|
6948 |
#: includes/user-functions.php:1095
|
6949 |
msgid "Generate API Key"
|
6950 |
msgstr ""
|
6951 |
|
6952 |
-
#: includes/api/class-edd-api.php:
|
6953 |
msgid "Public key:"
|
6954 |
msgstr ""
|
6955 |
|
6956 |
-
#: includes/api/class-edd-api.php:
|
6957 |
msgid "Secret key:"
|
6958 |
msgstr ""
|
6959 |
|
6960 |
-
#: includes/api/class-edd-api.php:
|
6961 |
#: includes/user-functions.php:1106
|
6962 |
msgid "Token:"
|
6963 |
msgstr ""
|
6964 |
|
6965 |
-
#: includes/api/class-edd-api.php:
|
6966 |
#: includes/user-functions.php:1112
|
6967 |
msgid "Revoke API Keys"
|
6968 |
msgstr ""
|
6969 |
|
6970 |
-
#: includes/api/class-edd-api.php:
|
6971 |
msgid "User ID Required"
|
6972 |
msgstr ""
|
6973 |
|
6974 |
-
#: includes/api/class-edd-api.php:
|
6975 |
-
#: includes/api/class-edd-api.php:
|
6976 |
msgid "You do not have permission to %s API keys for this user"
|
6977 |
msgstr ""
|
6978 |
|
@@ -7165,7 +7161,7 @@ msgid "Complete Purchase"
|
|
7165 |
msgstr ""
|
7166 |
|
7167 |
#: includes/blocks/includes/orders/functions.php:38
|
7168 |
-
#: includes/blocks/includes/orders/orders.php:
|
7169 |
#: templates/history-purchases.php:78
|
7170 |
msgid "View Details and Downloads"
|
7171 |
msgstr ""
|
@@ -7180,41 +7176,41 @@ msgstr ""
|
|
7180 |
msgid "Your account is pending verification. Please click the link in your email to activate your account. No email? %1$sSend a new activation code.%2$s"
|
7181 |
msgstr ""
|
7182 |
|
7183 |
-
#: includes/blocks/includes/orders/orders.php:
|
7184 |
msgid "To view a sample confirmation screen, you need to have at least one order in your store."
|
7185 |
msgstr ""
|
7186 |
|
7187 |
-
#: includes/blocks/includes/orders/orders.php:
|
7188 |
msgid "Your purchase session could not be retrieved."
|
7189 |
msgstr ""
|
7190 |
|
7191 |
-
#: includes/blocks/includes/orders/orders.php:
|
7192 |
#: includes/shortcodes.php:667
|
7193 |
msgid "Sorry, trouble retrieving order receipt."
|
7194 |
msgstr ""
|
7195 |
|
7196 |
-
#: includes/blocks/includes/orders/orders.php:
|
7197 |
msgid "To view a sample receipt, you need to have at least one order in your store."
|
7198 |
msgstr ""
|
7199 |
|
7200 |
-
#: includes/blocks/includes/orders/orders.php:
|
7201 |
msgid "Sorry, you do not have permission to view this receipt."
|
7202 |
msgstr ""
|
7203 |
|
7204 |
-
#: includes/blocks/includes/orders/orders.php:
|
7205 |
msgid "Please confirm your email address to access your downloads."
|
7206 |
msgstr ""
|
7207 |
|
7208 |
-
#: includes/blocks/includes/orders/orders.php:
|
7209 |
msgid "Please log in to view your order."
|
7210 |
msgstr ""
|
7211 |
|
7212 |
-
#: includes/blocks/includes/orders/orders.php:
|
7213 |
msgid "Please log in to access your downloads."
|
7214 |
msgstr ""
|
7215 |
|
7216 |
-
#: includes/blocks/includes/orders/orders.php:
|
7217 |
-
#: includes/blocks/includes/orders/orders.php:
|
7218 |
msgid "Your email address could not be verified."
|
7219 |
msgstr ""
|
7220 |
|
@@ -7376,7 +7372,7 @@ msgstr ""
|
|
7376 |
|
7377 |
#: includes/blocks/views/checkout/purchase-form/login.php:6
|
7378 |
#: includes/blocks/views/forms/login.php:11
|
7379 |
-
#: includes/blocks/views/forms/registration.php:
|
7380 |
#: templates/shortcode-login.php:15
|
7381 |
#: includes/blocks/build/login/index.js:1
|
7382 |
#: includes/blocks/build/register/index.js:1
|
@@ -7386,7 +7382,7 @@ msgstr ""
|
|
7386 |
#: includes/blocks/views/checkout/purchase-form/login.php:17
|
7387 |
#: includes/blocks/views/checkout/purchase-form/register.php:18
|
7388 |
#: includes/blocks/views/forms/login.php:22
|
7389 |
-
#: includes/blocks/views/forms/registration.php:
|
7390 |
#: includes/checkout/template.php:518
|
7391 |
#: includes/checkout/template.php:524
|
7392 |
#: includes/checkout/template.php:591
|
@@ -7442,7 +7438,7 @@ msgid "Register For a New Account"
|
|
7442 |
msgstr ""
|
7443 |
|
7444 |
#: includes/blocks/views/checkout/purchase-form/register.php:29
|
7445 |
-
#: includes/blocks/views/forms/registration.php:
|
7446 |
#: templates/shortcode-register.php:35
|
7447 |
#: includes/blocks/build/register/index.js:1
|
7448 |
msgid "Confirm Password"
|
@@ -7485,7 +7481,12 @@ msgstr ""
|
|
7485 |
msgid "Get New Password"
|
7486 |
msgstr ""
|
7487 |
|
7488 |
-
#: includes/blocks/views/forms/registration.php:
|
|
|
|
|
|
|
|
|
|
|
7489 |
#: includes/checkout/template.php:573
|
7490 |
#: templates/shortcode-register.php:46
|
7491 |
msgid "Register"
|
@@ -7499,10 +7500,6 @@ msgstr ""
|
|
7499 |
msgid "New password"
|
7500 |
msgstr ""
|
7501 |
|
7502 |
-
#: includes/blocks/views/forms/reset-password.php:17
|
7503 |
-
msgid "Hide password"
|
7504 |
-
msgstr ""
|
7505 |
-
|
7506 |
#: includes/blocks/views/orders/guest.php:22
|
7507 |
msgid "Confirm Email"
|
7508 |
msgstr ""
|
@@ -7953,7 +7950,7 @@ msgid "%d customers created in %d seconds"
|
|
7953 |
msgstr ""
|
7954 |
|
7955 |
#: includes/class-edd-cli.php:306
|
7956 |
-
#: includes/class-edd-html-elements.php:
|
7957 |
msgid "No customers found"
|
7958 |
msgstr ""
|
7959 |
|
@@ -8043,7 +8040,7 @@ msgid " Product: %s - %s"
|
|
8043 |
msgstr ""
|
8044 |
|
8045 |
#: includes/class-edd-cli.php:423
|
8046 |
-
#: includes/class-edd-html-elements.php:
|
8047 |
#: includes/shortcodes.php:259
|
8048 |
msgid "No discounts found"
|
8049 |
msgstr ""
|
@@ -8101,12 +8098,12 @@ msgid "Single Use: %s"
|
|
8101 |
msgstr ""
|
8102 |
|
8103 |
#: includes/class-edd-cli.php:486
|
8104 |
-
#: includes/class-edd-cli.php:
|
8105 |
msgid "No action specified, did you mean"
|
8106 |
msgstr ""
|
8107 |
|
8108 |
#: includes/class-edd-cli.php:488
|
8109 |
-
#: includes/class-edd-cli.php:
|
8110 |
msgid "Invalid action specified, did you mean"
|
8111 |
msgstr ""
|
8112 |
|
@@ -8136,15 +8133,15 @@ msgstr ""
|
|
8136 |
|
8137 |
#: includes/class-edd-cli.php:921
|
8138 |
#: includes/class-edd-cli.php:1044
|
8139 |
-
#: includes/class-edd-cli.php:
|
8140 |
-
#: includes/class-edd-cli.php:
|
8141 |
msgid "Old Records: "
|
8142 |
msgstr ""
|
8143 |
|
8144 |
#: includes/class-edd-cli.php:922
|
8145 |
#: includes/class-edd-cli.php:1045
|
8146 |
-
#: includes/class-edd-cli.php:
|
8147 |
-
#: includes/class-edd-cli.php:
|
8148 |
msgid "New Records: "
|
8149 |
msgstr ""
|
8150 |
|
@@ -8244,123 +8241,178 @@ msgstr ""
|
|
8244 |
msgid "Migrating Customer Addresses"
|
8245 |
msgstr ""
|
8246 |
|
8247 |
-
#: includes/class-edd-cli.php:
|
8248 |
msgid "The user email addresses custom table migration has already been run. To do this anyway, use the --force argument."
|
8249 |
msgstr ""
|
8250 |
|
8251 |
-
#: includes/class-edd-cli.php:
|
8252 |
msgid "Preparing to migrate customer email addresses (this can take several minutes)."
|
8253 |
msgstr ""
|
8254 |
|
8255 |
-
#: includes/class-edd-cli.php:
|
8256 |
msgid "Migrating Customer Email Addresses"
|
8257 |
msgstr ""
|
8258 |
|
8259 |
-
#: includes/class-edd-cli.php:
|
8260 |
msgid "Migration complete: Customer Email Addresses"
|
8261 |
msgstr ""
|
8262 |
|
8263 |
-
#: includes/class-edd-cli.php:
|
8264 |
msgid "The tax rates custom table migration has already been run. To do this anyway, use the --force argument."
|
8265 |
msgstr ""
|
8266 |
|
8267 |
-
#: includes/class-edd-cli.php:
|
8268 |
msgid "Checking for default tax rate"
|
8269 |
msgstr ""
|
8270 |
|
8271 |
-
#: includes/class-edd-cli.php:
|
8272 |
msgid "Migrating default tax rate"
|
8273 |
msgstr ""
|
8274 |
|
8275 |
-
#: includes/class-edd-cli.php:
|
8276 |
msgid "Migration complete: Tax Rates"
|
8277 |
msgstr ""
|
8278 |
|
8279 |
-
#: includes/class-edd-cli.php:
|
|
|
|
|
|
|
|
|
8280 |
msgid "The payments custom table migration has already been run. To do this anyway, use the --force argument."
|
8281 |
msgstr ""
|
8282 |
|
8283 |
-
#: includes/class-edd-cli.php:
|
8284 |
msgid "Preparing to migrate payments."
|
8285 |
msgstr ""
|
8286 |
|
8287 |
-
#: includes/class-edd-cli.php:
|
8288 |
msgid "Migrating Payments"
|
8289 |
msgstr ""
|
8290 |
|
8291 |
-
#: includes/class-edd-cli.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8292 |
msgid "No payment records found."
|
8293 |
msgstr ""
|
8294 |
|
8295 |
-
#: includes/class-edd-cli.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8296 |
msgid "Migration complete: Orders"
|
8297 |
msgstr ""
|
8298 |
|
8299 |
-
#: includes/class-edd-cli.php:
|
8300 |
msgid "Refund Records Created: "
|
8301 |
msgstr ""
|
8302 |
|
8303 |
-
#: includes/class-edd-cli.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8304 |
msgid "Sales and Earnings successfully recalculated for all downloads."
|
8305 |
msgstr ""
|
8306 |
|
8307 |
-
#: includes/class-edd-cli.php:
|
8308 |
msgid "Downloads Updated: "
|
8309 |
msgstr ""
|
8310 |
|
8311 |
-
#: includes/class-edd-cli.php:
|
8312 |
msgid "Do you want to remove legacy data? This will permanently remove legacy discounts, logs, and order notes."
|
8313 |
msgstr ""
|
8314 |
|
8315 |
-
#: includes/class-edd-cli.php:
|
8316 |
msgid "Legacy discounts have already been removed. To run this anyway, use the --force argument."
|
8317 |
msgstr ""
|
8318 |
|
8319 |
-
#: includes/class-edd-cli.php:
|
8320 |
msgid "Removing old discount data."
|
8321 |
msgstr ""
|
8322 |
|
8323 |
-
#: includes/class-edd-cli.php:
|
8324 |
msgid "Legacy logs have already been removed. To run this anyway, use the --force argument."
|
8325 |
msgstr ""
|
8326 |
|
8327 |
-
#: includes/class-edd-cli.php:
|
8328 |
msgid "Removing old logs."
|
8329 |
msgstr ""
|
8330 |
|
8331 |
-
#: includes/class-edd-cli.php:
|
8332 |
msgid "Legacy order notes have already been removed. To run this anyway, use the --force argument."
|
8333 |
msgstr ""
|
8334 |
|
8335 |
-
#: includes/class-edd-cli.php:
|
8336 |
msgid "Removing old order notes."
|
8337 |
msgstr ""
|
8338 |
|
8339 |
-
#: includes/class-edd-cli.php:
|
8340 |
msgid "Updating customers database table."
|
8341 |
msgstr ""
|
8342 |
|
8343 |
-
#: includes/class-edd-cli.php:
|
8344 |
msgid "Legacy customer emails have already been removed. To run this anyway, use the --force argument."
|
8345 |
msgstr ""
|
8346 |
|
8347 |
-
#: includes/class-edd-cli.php:
|
8348 |
msgid "Removing old customer emails."
|
8349 |
msgstr ""
|
8350 |
|
8351 |
-
#: includes/class-edd-cli.php:
|
8352 |
msgid "Legacy customer addresses have already been removed. To run this anyway, use the --force argument."
|
8353 |
msgstr ""
|
8354 |
|
8355 |
-
#: includes/class-edd-cli.php:
|
8356 |
msgid "Removing old customer addresses."
|
8357 |
msgstr ""
|
8358 |
|
8359 |
-
#: includes/class-edd-cli.php:
|
8360 |
msgid "Legacy orders have already been removed. To run this anyway, use the --force argument."
|
8361 |
msgstr ""
|
8362 |
|
8363 |
-
#: includes/class-edd-cli.php:
|
8364 |
msgid "Removing old orders."
|
8365 |
msgstr ""
|
8366 |
|
@@ -8431,67 +8483,67 @@ msgstr ""
|
|
8431 |
msgid "Choose a %s"
|
8432 |
msgstr ""
|
8433 |
|
8434 |
-
#: includes/class-edd-html-elements.php:
|
8435 |
msgid "Choose a Customer"
|
8436 |
msgstr ""
|
8437 |
|
8438 |
-
#: includes/class-edd-html-elements.php:
|
8439 |
msgid "Search Customers"
|
8440 |
msgstr ""
|
8441 |
|
8442 |
-
#: includes/class-edd-html-elements.php:
|
8443 |
msgid "No customer attached"
|
8444 |
msgstr ""
|
8445 |
|
8446 |
-
#: includes/class-edd-html-elements.php:
|
8447 |
msgid "Select a User"
|
8448 |
msgstr ""
|
8449 |
|
8450 |
-
#: includes/class-edd-html-elements.php:
|
8451 |
msgid "Search Users"
|
8452 |
msgstr ""
|
8453 |
|
8454 |
-
#: includes/class-edd-html-elements.php:
|
8455 |
msgid "Choose a Discount"
|
8456 |
msgstr ""
|
8457 |
|
8458 |
-
#: includes/class-edd-html-elements.php:
|
8459 |
#: includes/post-types.php:123
|
8460 |
msgid "All Discounts"
|
8461 |
msgstr ""
|
8462 |
|
8463 |
-
#: includes/class-edd-html-elements.php:
|
8464 |
msgctxt "plural: Example: \"All Categories\""
|
8465 |
msgid "All %s"
|
8466 |
msgstr ""
|
8467 |
|
8468 |
-
#: includes/class-edd-html-elements.php:
|
8469 |
msgid "Choose a Country"
|
8470 |
msgstr ""
|
8471 |
|
8472 |
-
#: includes/class-edd-html-elements.php:
|
8473 |
msgid "All Countries"
|
8474 |
msgstr ""
|
8475 |
|
8476 |
-
#: includes/class-edd-html-elements.php:
|
8477 |
msgid "Choose a Region"
|
8478 |
msgstr ""
|
8479 |
|
8480 |
-
#: includes/class-edd-html-elements.php:
|
8481 |
msgctxt "all dropdown items"
|
8482 |
msgid "All"
|
8483 |
msgstr ""
|
8484 |
|
8485 |
-
#: includes/class-edd-html-elements.php:
|
8486 |
msgctxt "no dropdown items"
|
8487 |
msgid "None"
|
8488 |
msgstr ""
|
8489 |
|
8490 |
-
#: includes/class-edd-html-elements.php:
|
8491 |
msgid "Enter Username"
|
8492 |
msgstr ""
|
8493 |
|
8494 |
-
#: includes/class-edd-html-elements.php:
|
8495 |
#: includes/blocks/build/register/index.js:1
|
8496 |
msgid "Required"
|
8497 |
msgstr ""
|
@@ -12281,7 +12333,6 @@ msgid "Enter an email"
|
|
12281 |
msgstr ""
|
12282 |
|
12283 |
#: includes/process-purchase.php:702
|
12284 |
-
#: includes/users/register.php:91
|
12285 |
msgid "Passwords do not match"
|
12286 |
msgstr ""
|
12287 |
|
@@ -12851,11 +12902,13 @@ msgstr ""
|
|
12851 |
msgid "Your password reset link appears to be invalid. Please request a new link below."
|
12852 |
msgstr ""
|
12853 |
|
12854 |
-
#: includes/users/lost-password.php:
|
|
|
12855 |
msgid "The password cannot be a space or all spaces."
|
12856 |
msgstr ""
|
12857 |
|
12858 |
#: includes/users/lost-password.php:261
|
|
|
12859 |
msgid "The passwords do not match."
|
12860 |
msgstr ""
|
12861 |
|
@@ -12883,8 +12936,8 @@ msgstr ""
|
|
12883 |
msgid "Registration form validation failed."
|
12884 |
msgstr ""
|
12885 |
|
12886 |
-
#: includes/users/register.php:
|
12887 |
-
msgid "
|
12888 |
msgstr ""
|
12889 |
|
12890 |
#: includes/widgets.php:38
|
2 |
# This file is distributed under the same license as the Easy Digital Downloads plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Easy Digital Downloads 3.1.0.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-digital-downloads\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-10-27T19:31:38+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: easy-digital-downloads\n"
|
162 |
msgstr ""
|
163 |
|
164 |
#: includes/admin/admin-deprecated-functions.php:43
|
165 |
+
#: includes/admin/tools.php:315
|
166 |
msgid "Save"
|
167 |
msgstr ""
|
168 |
|
215 |
#: includes/admin/reporting/class-gateway-error-logs-list-table.php:109
|
216 |
#: includes/admin/reporting/export/class-batch-export.php:146
|
217 |
#: includes/admin/reporting/export/export-actions.php:24
|
218 |
+
#: includes/admin/tools.php:1108
|
219 |
+
#: includes/admin/tools.php:1114
|
220 |
#: includes/admin/tools/class-edd-tools-recount-all-stats.php:78
|
221 |
#: includes/admin/tools/class-edd-tools-recount-customer-stats.php:114
|
222 |
#: includes/admin/tools/class-edd-tools-recount-download-stats.php:117
|
233 |
#: includes/admin/upgrades/upgrade-functions.php:1148
|
234 |
#: includes/admin/upgrades/upgrade-functions.php:1230
|
235 |
#: includes/admin/upgrades/v3/class-base.php:117
|
236 |
+
#: includes/api/class-edd-api.php:2030
|
237 |
+
#: includes/api/class-edd-api.php:2034
|
238 |
+
#: includes/api/class-edd-api.php:2046
|
239 |
+
#: includes/api/class-edd-api.php:2048
|
240 |
#: includes/blocks/includes/forms/recaptcha.php:180
|
241 |
#: includes/cart/class-edd-cart.php:1451
|
242 |
#: includes/cart/class-edd-cart.php:1465
|
762 |
#: includes/admin/reporting/class-export-payments.php:65
|
763 |
#: includes/admin/reporting/export/class-batch-export-payments.php:50
|
764 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:51
|
765 |
+
#: includes/admin/tools.php:756
|
766 |
#: includes/admin/views/tmpl-tax-rates-table-add.php:17
|
767 |
#: includes/admin/views/tmpl-tax-rates-table-meta.php:16
|
768 |
#: includes/admin/views/tmpl-tax-rates-table-row.php:18
|
811 |
#: includes/admin/reporting/export/class-batch-export-sales-and-earnings.php:59
|
812 |
#: includes/admin/reporting/export/class-batch-export-sales.php:50
|
813 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:62
|
814 |
+
#: includes/admin/tools.php:621
|
815 |
#: includes/blocks/views/orders/totals.php:38
|
816 |
#: includes/privacy-functions.php:946
|
817 |
#: includes/reports/reports-functions.php:316
|
841 |
#: includes/admin/reporting/export/class-batch-export-sales.php:42
|
842 |
#: includes/admin/reporting/export/class-batch-export-taxed-customers.php:43
|
843 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:43
|
844 |
+
#: includes/admin/tools.php:512
|
845 |
+
#: includes/blocks/views/forms/registration.php:24
|
846 |
#: includes/emails/tags.php:185
|
847 |
#: templates/shortcode-register.php:25
|
848 |
#: includes/blocks/build/register/index.js:1
|
871 |
#: includes/admin/reporting/export/class-batch-export-customers.php:53
|
872 |
#: includes/admin/reporting/export/class-batch-export-downloads.php:43
|
873 |
#: includes/admin/reporting/export/class-batch-export-taxed-customers.php:42
|
874 |
+
#: includes/admin/tools.php:521
|
875 |
#: includes/privacy-functions.php:594
|
876 |
#: includes/reports/data/discounts/class-top-five-discounts-list-table.php:75
|
877 |
#: includes/reports/data/downloads/class-earnings-by-taxonomy-list-table.php:193
|
963 |
#: includes/admin/import/import-functions.php:31
|
964 |
#: includes/admin/import/import-functions.php:104
|
965 |
#: includes/admin/reporting/export/export-actions.php:24
|
966 |
+
#: includes/api/class-edd-api.php:2030
|
967 |
#: includes/class-edd-license-handler.php:388
|
968 |
msgid "Nonce verification failed"
|
969 |
msgstr ""
|
1098 |
#: includes/admin/reporting/class-export-payments.php:63
|
1099 |
#: includes/admin/reporting/export/class-batch-export-payments.php:48
|
1100 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:49
|
1101 |
+
#: includes/admin/tools.php:728
|
1102 |
#: includes/blocks/views/checkout/purchase-form/address.php:54
|
1103 |
#: includes/blocks/views/checkout/purchase-form/address.php:60
|
1104 |
#: includes/checkout/template.php:393
|
1108 |
msgstr ""
|
1109 |
|
1110 |
#: includes/admin/customers/customers.php:519
|
1111 |
+
#: includes/admin/tools.php:737
|
1112 |
#: templates/shortcode-profile-editor.php:171
|
1113 |
msgid "State / Province"
|
1114 |
msgstr ""
|
1226 |
#: includes/admin/customers/customers.php:751
|
1227 |
#: includes/admin/payments/class-payments-table.php:387
|
1228 |
#: includes/admin/payments/class-refund-items-table.php:90
|
1229 |
+
#: includes/admin/tools.php:678
|
1230 |
#: includes/admin/views/tmpl-order-refund.php:39
|
1231 |
#: includes/admin/views/tmpl-order-total.php:16
|
1232 |
#: includes/blocks/views/checkout/cart/cart-total.php:8
|
1427 |
|
1428 |
#: includes/admin/dashboard-widgets.php:199
|
1429 |
#: includes/admin/reporting/class-categories-reports-table.php:78
|
1430 |
+
#: includes/admin/tools.php:971
|
1431 |
#: includes/reports/data/downloads/class-earnings-by-taxonomy-list-table.php:195
|
1432 |
msgid "Total Earnings"
|
1433 |
msgstr ""
|
1808 |
msgstr ""
|
1809 |
|
1810 |
#: includes/admin/discounts/discount-codes.php:56
|
1811 |
+
#: includes/class-edd-html-elements.php:442
|
1812 |
#: includes/post-types.php:125
|
1813 |
msgid "Search Discounts"
|
1814 |
msgstr ""
|
1830 |
#: includes/admin/reporting/export/class-batch-export-downloads.php:48
|
1831 |
#: includes/admin/reporting/export/class-batch-export-payments.php:66
|
1832 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:67
|
1833 |
+
#: includes/admin/tools.php:650
|
1834 |
#: includes/privacy-functions.php:789
|
1835 |
msgid "Status"
|
1836 |
msgstr ""
|
1902 |
msgstr ""
|
1903 |
|
1904 |
#: includes/admin/downloads/contextual-help.php:100
|
1905 |
+
#: includes/admin/downloads/metabox.php:1132
|
1906 |
msgid "Purchase Shortcode"
|
1907 |
msgstr ""
|
1908 |
|
2025 |
msgstr ""
|
2026 |
|
2027 |
#: includes/admin/downloads/metabox.php:435
|
2028 |
+
#: includes/admin/downloads/metabox.php:643
|
2029 |
+
#: includes/admin/downloads/metabox.php:705
|
2030 |
+
#: includes/admin/downloads/metabox.php:821
|
2031 |
#: includes/admin/views/tmpl-tax-rates-table-row.php:47
|
2032 |
+
#: includes/blocks/views/checkout/cart/cart-fees.php:15
|
2033 |
#: includes/blocks/views/checkout/cart/cart-item.php:55
|
2034 |
#: includes/scripts.php:517
|
2035 |
#: templates/checkout_cart.php:57
|
2070 |
msgid "<strong>Product Type</strong>: Sell this item as a single product, or use the Bundle type to sell a collection of products."
|
2071 |
msgstr ""
|
2072 |
|
2073 |
+
#: includes/admin/downloads/metabox.php:581
|
2074 |
msgid "Bundled %s"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
+
#: includes/admin/downloads/metabox.php:589
|
2078 |
+
#: includes/admin/downloads/metabox.php:660
|
2079 |
msgid "Click and drag to re-order bundled %s"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
+
#: includes/admin/downloads/metabox.php:593
|
2083 |
+
#: includes/admin/downloads/metabox.php:664
|
2084 |
msgid "Select %s:"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: includes/admin/downloads/metabox.php:613
|
2088 |
+
#: includes/admin/downloads/metabox.php:680
|
2089 |
msgid "Price assignment:"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: includes/admin/downloads/metabox.php:643
|
2093 |
msgid "Remove bundle option %s"
|
2094 |
msgstr ""
|
2095 |
|
2096 |
+
#: includes/admin/downloads/metabox.php:654
|
2097 |
msgid "Bundled %s:"
|
2098 |
msgstr ""
|
2099 |
|
2100 |
+
#: includes/admin/downloads/metabox.php:705
|
2101 |
msgid "Remove bundle option 1"
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: includes/admin/downloads/metabox.php:716
|
2105 |
+
#: includes/admin/downloads/metabox.php:777
|
2106 |
msgid "Add New File"
|
2107 |
msgstr ""
|
2108 |
|
2109 |
+
#: includes/admin/downloads/metabox.php:815
|
2110 |
msgid "Click and drag to re-order files"
|
2111 |
msgstr ""
|
2112 |
|
2113 |
+
#: includes/admin/downloads/metabox.php:816
|
2114 |
msgid "%1$s file ID: %2$s"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
+
#: includes/admin/downloads/metabox.php:821
|
2118 |
msgid "Remove file %s"
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: includes/admin/downloads/metabox.php:828
|
2122 |
msgid "File Name"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: includes/admin/downloads/metabox.php:836
|
2126 |
msgid "My Neat File"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
+
#: includes/admin/downloads/metabox.php:843
|
2130 |
msgid "File URL"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
+
#: includes/admin/downloads/metabox.php:849
|
2134 |
msgid "Enter, upload, choose from Media Library"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
+
#: includes/admin/downloads/metabox.php:854
|
2138 |
+
#: includes/admin/downloads/metabox.php:856
|
2139 |
msgid "Select Files"
|
2140 |
msgstr ""
|
2141 |
|
2142 |
+
#: includes/admin/downloads/metabox.php:854
|
2143 |
msgid "Select"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
+
#: includes/admin/downloads/metabox.php:864
|
2147 |
msgid "Price Assignment"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
+
#: includes/admin/downloads/metabox.php:864
|
2151 |
msgid "<strong>Price Assignment</strong>: With variable pricing enabled, you can choose to allow certain price variations access to specific files, or allow all price variations to access a file."
|
2152 |
msgstr ""
|
2153 |
|
2154 |
+
#: includes/admin/downloads/metabox.php:911
|
2155 |
msgid "Insert into %s"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
+
#: includes/admin/downloads/metabox.php:942
|
2159 |
#: includes/admin/reporting/reports.php:994
|
2160 |
#: includes/admin/reporting/reports.php:1157
|
2161 |
#: includes/admin/reporting/reports.php:1347
|
2166 |
msgid "Refunds"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
+
#: includes/admin/downloads/metabox.php:943
|
2170 |
msgid "<strong>Refundable</strong>: Allow or disallow refunds for this specific product. When allowed, the refund window will be used on all future purchases.<br /><strong>Refund Window</strong>: Limit the number of days this product can be refunded after purchasing."
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: includes/admin/downloads/metabox.php:948
|
2174 |
msgid "Refund Status"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
#. translators: Default refund status
|
2178 |
+
#: includes/admin/downloads/metabox.php:959
|
2179 |
msgctxt "Download refund status"
|
2180 |
msgid "Default (%1$s)"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: includes/admin/downloads/metabox.php:974
|
2184 |
#: includes/admin/settings/register-settings.php:684
|
2185 |
msgid "Refund Window"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: includes/admin/downloads/metabox.php:977
|
2189 |
msgctxt "refund window interval"
|
2190 |
msgid "Days"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
+
#: includes/admin/downloads/metabox.php:980
|
2194 |
+
#: includes/admin/downloads/metabox.php:1013
|
2195 |
msgid "Leave blank to use global setting. Enter <code>0</code> for unlimited"
|
2196 |
msgstr ""
|
2197 |
|
2198 |
+
#: includes/admin/downloads/metabox.php:1008
|
2199 |
#: includes/admin/reporting/export/class-batch-export-downloads.php:53
|
2200 |
#: includes/admin/settings/register-settings.php:1091
|
2201 |
+
#: includes/admin/tools.php:952
|
2202 |
msgid "File Download Limit"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: includes/admin/downloads/metabox.php:1008
|
2206 |
msgid "<strong>File Download Limit</strong>: Limit the number of times a customer who purchased this product can access their download links."
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: includes/admin/downloads/metabox.php:1053
|
2210 |
msgid "Taxability"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
+
#: includes/admin/downloads/metabox.php:1053
|
2214 |
msgid "<strong>Taxability</strong>: When taxes are enabled, all products are taxable by default. Check this box to mark this product as non-taxable."
|
2215 |
msgstr ""
|
2216 |
|
2217 |
+
#: includes/admin/downloads/metabox.php:1064
|
2218 |
msgid "This product is non-taxable"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
+
#: includes/admin/downloads/metabox.php:1089
|
2222 |
msgid "Item Quantities"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: includes/admin/downloads/metabox.php:1089
|
2226 |
msgid "<strong>Item Quantities</strong>: if disabled, customers will not be provided an option to change the number they wish to purchase."
|
2227 |
msgstr ""
|
2228 |
|
2229 |
+
#: includes/admin/downloads/metabox.php:1102
|
2230 |
msgid "Disable quantity input for this product"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
+
#: includes/admin/downloads/metabox.php:1124
|
2234 |
#: includes/admin/settings/register-settings.php:1031
|
2235 |
#: includes/admin/thickbox.php:76
|
2236 |
#: includes/checkout/template.php:992
|
2240 |
msgid "Purchase"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
+
#: includes/admin/downloads/metabox.php:1132
|
2244 |
msgid "<strong>Purchase Shortcode</strong>: Use this shortcode to output a purchase link for this product in the location of your choosing."
|
2245 |
msgstr ""
|
2246 |
|
2247 |
+
#: includes/admin/downloads/metabox.php:1156
|
2248 |
msgid "Accounting Options"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
+
#: includes/admin/downloads/metabox.php:1156
|
2252 |
msgid "<strong>SKU</strong>: If an SKU is entered for this product, it will be shown on the purchase receipt and exported purchase histories."
|
2253 |
msgstr ""
|
2254 |
|
2255 |
+
#: includes/admin/downloads/metabox.php:1159
|
2256 |
msgid "Enter an SKU for this product."
|
2257 |
msgstr ""
|
2258 |
|
2259 |
+
#: includes/admin/downloads/metabox.php:1188
|
2260 |
msgid "<strong>Purchase button behavior</strong>: Add to Cart buttons follow a traditional eCommerce flow. A Buy Now button bypasses most of the process, taking the customer directly from button click to payment, greatly speeding up the process of buying the product."
|
2261 |
msgstr ""
|
2262 |
|
2263 |
+
#: includes/admin/downloads/metabox.php:1189
|
2264 |
msgid "<strong>Purchase button behavior</strong>: Add to Cart buttons follow a traditional eCommerce flow. Buy Now buttons are only available for stores that have a single supported gateway active and that do not use taxes."
|
2265 |
msgstr ""
|
2266 |
|
2267 |
+
#: includes/admin/downloads/metabox.php:1193
|
2268 |
msgid "Button Options"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
+
#: includes/admin/downloads/metabox.php:1193
|
2272 |
msgid "<strong>Hide purchase button</strong>: By default, the purchase buttons will be displayed at the bottom of the download, when disabled you will need to use the Purchase link shortcode below to output the ability to buy the product where you prefer."
|
2273 |
msgstr ""
|
2274 |
|
2275 |
+
#: includes/admin/downloads/metabox.php:1205
|
2276 |
msgid "Hide purchase button"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
+
#: includes/admin/downloads/metabox.php:1211
|
2280 |
msgid "Purchase button behavior"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
+
#: includes/admin/downloads/metabox.php:1219
|
2284 |
#: includes/admin/settings/register-settings.php:1045
|
2285 |
#: includes/admin/thickbox.php:125
|
2286 |
msgid "Add to Cart"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
+
#: includes/admin/downloads/metabox.php:1220
|
2290 |
#: includes/admin/settings/register-settings.php:1059
|
2291 |
#: includes/gateways/stripe/includes/payment-methods/buy-now/template.php:47
|
2292 |
#: includes/shortcodes.php:47
|
2294 |
msgid "Buy Now"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
+
#: includes/admin/downloads/metabox.php:1266
|
2298 |
msgid "Download Instructions"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
+
#: includes/admin/downloads/metabox.php:1269
|
2302 |
msgid "Special instructions for this %s. These will be added to the purchase receipt, and may be used by some extensions or themes."
|
2303 |
msgstr ""
|
2304 |
|
2305 |
+
#: includes/admin/downloads/metabox.php:1307
|
2306 |
msgid "Net Sales:"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
+
#: includes/admin/downloads/metabox.php:1312
|
2310 |
msgid "Net Revenue:"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: includes/admin/downloads/metabox.php:1329
|
2314 |
msgid "View File Download Log"
|
2315 |
msgstr ""
|
2316 |
|
2635 |
msgstr ""
|
2636 |
|
2637 |
#: includes/admin/payments/class-payments-table.php:193
|
2638 |
+
#: includes/admin/reporting/class-base-logs-list-table.php:477
|
2639 |
#: includes/admin/reporting/reports.php:2864
|
2640 |
#: includes/admin/reporting/reports.php:2929
|
2641 |
#: includes/admin/reporting/reports.php:2982
|
2648 |
msgstr ""
|
2649 |
|
2650 |
#: includes/admin/payments/class-payments-table.php:200
|
2651 |
+
#: includes/admin/reporting/class-base-logs-list-table.php:484
|
2652 |
#: includes/admin/reporting/reports.php:2875
|
2653 |
#: includes/admin/reporting/reports.php:2940
|
2654 |
#: includes/admin/reporting/reports.php:2993
|
2697 |
msgstr ""
|
2698 |
|
2699 |
#: includes/admin/payments/class-payments-table.php:296
|
2700 |
+
#: includes/admin/reporting/class-base-logs-list-table.php:502
|
2701 |
#: includes/admin/tools/logs.php:258
|
2702 |
#: includes/reports/reports-functions.php:1701
|
2703 |
msgid "Filter"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
#: includes/admin/payments/class-payments-table.php:300
|
2707 |
+
#: includes/admin/reporting/class-base-logs-list-table.php:506
|
2708 |
msgid "Clear"
|
2709 |
msgstr ""
|
2710 |
|
2711 |
#: includes/admin/payments/class-payments-table.php:318
|
2712 |
#: includes/admin/payments/contextual-help.php:96
|
2713 |
+
#: includes/admin/reporting/class-base-logs-list-table.php:521
|
2714 |
msgid "Search"
|
2715 |
msgstr ""
|
2716 |
|
2812 |
msgstr ""
|
2813 |
|
2814 |
#: includes/admin/payments/class-refund-items-table.php:80
|
2815 |
+
#: includes/admin/tools.php:660
|
2816 |
#: includes/admin/views/tmpl-order-subtotal.php:16
|
2817 |
#: includes/blocks/views/checkout/cart/cart-subtotal.php:10
|
2818 |
#: includes/blocks/views/orders/totals.php:43
|
2826 |
#: includes/admin/reporting/class-export-payments.php:71
|
2827 |
#: includes/admin/reporting/export/class-batch-export-payments.php:57
|
2828 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:57
|
2829 |
+
#: includes/admin/tools.php:669
|
2830 |
#: includes/admin/views/tmpl-order-form-add-order-item.php:196
|
2831 |
#: includes/admin/views/tmpl-order-tax.php:26
|
2832 |
#: includes/blocks/views/checkout/cart/cart-taxes.php:9
|
2845 |
|
2846 |
#: includes/admin/payments/class-refund-items-table.php:159
|
2847 |
#: includes/admin/views/tmpl-order-adjustment.php:44
|
2848 |
+
#: includes/ajax-functions.php:1183
|
2849 |
msgid "Order Credit"
|
2850 |
msgstr ""
|
2851 |
|
3076 |
#: includes/admin/reporting/class-export-payments.php:59
|
3077 |
#: includes/admin/reporting/export/class-batch-export-sales.php:43
|
3078 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:45
|
3079 |
+
#: includes/admin/tools.php:531
|
3080 |
#: includes/emails/tags.php:167
|
3081 |
#: templates/shortcode-profile-editor.php:38
|
3082 |
msgid "First Name"
|
3087 |
#: includes/admin/reporting/class-export-payments.php:60
|
3088 |
#: includes/admin/reporting/export/class-batch-export-sales.php:44
|
3089 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:46
|
3090 |
+
#: includes/admin/tools.php:541
|
3091 |
#: templates/shortcode-profile-editor.php:43
|
3092 |
msgid "Last Name"
|
3093 |
msgstr ""
|
3188 |
#: includes/admin/reporting/class-export-payments.php:74
|
3189 |
#: includes/admin/reporting/export/class-batch-export-payments.php:60
|
3190 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:60
|
3191 |
+
#: includes/admin/tools.php:688
|
3192 |
msgid "Transaction ID"
|
3193 |
msgstr ""
|
3194 |
|
3438 |
msgid "Request Date:"
|
3439 |
msgstr ""
|
3440 |
|
3441 |
+
#: includes/admin/reporting/class-base-logs-list-table.php:497
|
|
|
|
|
|
|
|
|
3442 |
msgid "Customer ID: %d"
|
3443 |
msgstr ""
|
3444 |
|
3445 |
+
#: includes/admin/reporting/class-base-logs-list-table.php:555
|
3446 |
msgid "Search logs..."
|
3447 |
msgstr ""
|
3448 |
|
3540 |
#: includes/admin/reporting/export/class-batch-export-file-downloads.php:45
|
3541 |
#: includes/admin/reporting/export/class-batch-export-payments.php:64
|
3542 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:65
|
3543 |
+
#: includes/admin/tools.php:571
|
3544 |
#: includes/emails/tags.php:263
|
3545 |
#: includes/privacy-functions.php:783
|
3546 |
#: includes/privacy-functions.php:876
|
3567 |
|
3568 |
#: includes/admin/reporting/class-export-payments.php:57
|
3569 |
#: includes/admin/reporting/export/class-batch-export-payments.php:42
|
3570 |
+
#: includes/admin/tools.php:611
|
3571 |
msgid "Payment Number"
|
3572 |
msgstr ""
|
3573 |
|
3587 |
#: includes/admin/reporting/class-export-payments.php:66
|
3588 |
#: includes/admin/reporting/export/class-batch-export-payments.php:51
|
3589 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:52
|
3590 |
+
#: includes/admin/tools.php:746
|
3591 |
#: includes/blocks/views/checkout/purchase-form/address.php:105
|
3592 |
#: includes/checkout/template.php:403
|
3593 |
#: includes/gateways/stripe/includes/template-functions.php:789
|
3625 |
|
3626 |
#: includes/admin/reporting/class-export-payments.php:73
|
3627 |
#: includes/admin/reporting/export/class-batch-export-payments.php:59
|
3628 |
+
#: includes/admin/tools.php:601
|
3629 |
#: includes/blocks/views/orders/totals.php:32
|
3630 |
#: includes/emails/tags.php:233
|
3631 |
#: templates/shortcode-receipt.php:63
|
3635 |
#: includes/admin/reporting/class-export-payments.php:75
|
3636 |
#: includes/admin/reporting/export/class-batch-export-payments.php:61
|
3637 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:61
|
3638 |
+
#: includes/admin/tools.php:630
|
3639 |
msgid "Purchase Key"
|
3640 |
msgstr ""
|
3641 |
|
3643 |
#: includes/admin/reporting/export/class-batch-export-payments.php:63
|
3644 |
#: includes/admin/reporting/export/class-batch-export-sales.php:40
|
3645 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:63
|
3646 |
+
#: includes/admin/tools.php:698
|
3647 |
msgid "User"
|
3648 |
msgstr ""
|
3649 |
|
3654 |
msgstr ""
|
3655 |
|
3656 |
#: includes/admin/reporting/class-export-payments.php:190
|
3657 |
+
#: includes/admin/reporting/export/class-batch-export-payments.php:215
|
3658 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:211
|
3659 |
msgid "guest"
|
3660 |
msgstr ""
|
3719 |
#: includes/admin/reporting/contextual-help.php:67
|
3720 |
#: includes/admin/reporting/reports.php:2786
|
3721 |
#: includes/admin/reporting/reports.php:2908
|
3722 |
+
#: includes/admin/tools.php:1012
|
3723 |
msgid "Export"
|
3724 |
msgstr ""
|
3725 |
|
3869 |
#: includes/admin/reporting/export/class-batch-export-payments.php:44
|
3870 |
#: includes/admin/reporting/export/class-batch-export-sales.php:41
|
3871 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:44
|
3872 |
+
#: includes/admin/tools.php:551
|
3873 |
#: includes/privacy-functions.php:586
|
3874 |
#: includes/privacy-functions.php:872
|
3875 |
msgid "Customer ID"
|
3882 |
|
3883 |
#: includes/admin/reporting/export/class-batch-export-payments.php:65
|
3884 |
#: includes/admin/reporting/export/class-batch-export-taxed-orders.php:66
|
3885 |
+
#: includes/admin/tools.php:581
|
3886 |
msgid "Mode (Live|Test)"
|
3887 |
msgstr ""
|
3888 |
|
4304 |
msgstr ""
|
4305 |
|
4306 |
#: includes/admin/reporting/reports.php:3027
|
4307 |
+
#: includes/class-edd-html-elements.php:656
|
4308 |
msgid "All Regions"
|
4309 |
msgstr ""
|
4310 |
|
5838 |
msgstr ""
|
5839 |
|
5840 |
#: includes/admin/tools.php:101
|
5841 |
+
#: includes/admin/tools.php:1183
|
5842 |
msgid "Debug Log"
|
5843 |
msgstr ""
|
5844 |
|
5871 |
msgid "Reset Store"
|
5872 |
msgstr ""
|
5873 |
|
5874 |
+
#: includes/admin/tools.php:165
|
5875 |
msgid "Submit"
|
5876 |
msgstr ""
|
5877 |
|
5878 |
+
#: includes/admin/tools.php:171
|
5879 |
msgid "Recalculates the total store earnings and sales."
|
5880 |
msgstr ""
|
5881 |
|
5882 |
+
#: includes/admin/tools.php:172
|
5883 |
msgid "Recalculates the earnings and sales stats for a specific %s."
|
5884 |
msgstr ""
|
5885 |
|
5886 |
+
#: includes/admin/tools.php:173
|
5887 |
msgid "Recalculates the earnings and sales stats for all %s."
|
5888 |
msgstr ""
|
5889 |
|
5890 |
+
#: includes/admin/tools.php:174
|
5891 |
msgid "Recalculates the lifetime value and purchase counts for all customers."
|
5892 |
msgstr ""
|
5893 |
|
5894 |
+
#: includes/admin/tools.php:176
|
5895 |
msgid "<strong>Deletes</strong> all payment records, customers, and related log entries."
|
5896 |
msgstr ""
|
5897 |
|
5898 |
+
#: includes/admin/tools.php:206
|
5899 |
+
#: includes/admin/tools.php:215
|
5900 |
msgid "Clear Incomplete Upgrade Notice"
|
5901 |
msgstr ""
|
5902 |
|
5903 |
+
#: includes/admin/tools.php:208
|
5904 |
msgid "Sometimes a database upgrade notice may not be cleared after an upgrade is completed due to conflicts with other extensions or other minor issues."
|
5905 |
msgstr ""
|
5906 |
|
5907 |
+
#: includes/admin/tools.php:209
|
5908 |
msgid "If you're certain these upgrades have been completed, you can clear these upgrade notices by clicking the button below. If you have any questions about this, please contact the Easy Digital Downloads support team and we'll be happy to help."
|
5909 |
msgstr ""
|
5910 |
|
5911 |
+
#: includes/admin/tools.php:262
|
5912 |
msgid "These API keys allow you to use the <a href=\"%s\">EDD REST API</a> to retrieve store data in JSON or XML for external applications or devices, such as the <a href=\"%s\">EDD mobile app</a>."
|
5913 |
msgstr ""
|
5914 |
|
5915 |
+
#: includes/admin/tools.php:292
|
5916 |
msgid "Enable Beta Versions"
|
5917 |
msgstr ""
|
5918 |
|
5919 |
+
#: includes/admin/tools.php:294
|
5920 |
msgid "Checking any of the below checkboxes will opt you in to receive pre-release update notifications. You can opt-out at any time. Pre-release updates do not install automatically, you will still have the opportunity to ignore update notifications."
|
5921 |
msgstr ""
|
5922 |
|
5923 |
+
#: includes/admin/tools.php:307
|
5924 |
msgid "Get updates for pre-release versions of %s"
|
5925 |
msgstr ""
|
5926 |
|
5927 |
+
#: includes/admin/tools.php:461
|
5928 |
msgid "Import Orders"
|
5929 |
msgstr ""
|
5930 |
|
5931 |
+
#: includes/admin/tools.php:463
|
5932 |
msgid "Import a CSV file of orders."
|
5933 |
msgstr ""
|
5934 |
|
5935 |
+
#: includes/admin/tools.php:475
|
5936 |
+
#: includes/admin/tools.php:790
|
5937 |
msgid "Import CSV"
|
5938 |
msgstr ""
|
5939 |
|
5940 |
+
#: includes/admin/tools.php:486
|
5941 |
msgid "Each column loaded from the CSV needs to be mapped to an order field. Select the column that should be mapped to each field below. Any columns not needed can be ignored. See <a href=\"%s\" target=\"_blank\">this guide</a> for assistance with importing payment records."
|
5942 |
msgstr ""
|
5943 |
|
5944 |
+
#: includes/admin/tools.php:495
|
5945 |
msgid "Payment Field"
|
5946 |
msgstr ""
|
5947 |
|
5948 |
+
#: includes/admin/tools.php:496
|
5949 |
+
#: includes/admin/tools.php:811
|
5950 |
msgid "CSV Column"
|
5951 |
msgstr ""
|
5952 |
|
5953 |
+
#: includes/admin/tools.php:497
|
5954 |
+
#: includes/admin/tools.php:812
|
5955 |
msgid "Data Preview"
|
5956 |
msgstr ""
|
5957 |
|
5958 |
+
#: includes/admin/tools.php:502
|
5959 |
msgid "Currency Code"
|
5960 |
msgstr ""
|
5961 |
|
5962 |
+
#: includes/admin/tools.php:506
|
5963 |
+
#: includes/admin/tools.php:515
|
5964 |
+
#: includes/admin/tools.php:525
|
5965 |
+
#: includes/admin/tools.php:535
|
5966 |
+
#: includes/admin/tools.php:545
|
5967 |
+
#: includes/admin/tools.php:555
|
5968 |
+
#: includes/admin/tools.php:565
|
5969 |
+
#: includes/admin/tools.php:575
|
5970 |
+
#: includes/admin/tools.php:585
|
5971 |
+
#: includes/admin/tools.php:595
|
5972 |
+
#: includes/admin/tools.php:605
|
5973 |
+
#: includes/admin/tools.php:615
|
5974 |
+
#: includes/admin/tools.php:624
|
5975 |
+
#: includes/admin/tools.php:634
|
5976 |
+
#: includes/admin/tools.php:644
|
5977 |
+
#: includes/admin/tools.php:654
|
5978 |
+
#: includes/admin/tools.php:663
|
5979 |
+
#: includes/admin/tools.php:672
|
5980 |
+
#: includes/admin/tools.php:682
|
5981 |
+
#: includes/admin/tools.php:692
|
5982 |
+
#: includes/admin/tools.php:702
|
5983 |
+
#: includes/admin/tools.php:712
|
5984 |
+
#: includes/admin/tools.php:722
|
5985 |
+
#: includes/admin/tools.php:731
|
5986 |
+
#: includes/admin/tools.php:740
|
5987 |
+
#: includes/admin/tools.php:750
|
5988 |
+
#: includes/admin/tools.php:760
|
5989 |
+
#: includes/admin/tools.php:821
|
5990 |
+
#: includes/admin/tools.php:831
|
5991 |
+
#: includes/admin/tools.php:841
|
5992 |
+
#: includes/admin/tools.php:851
|
5993 |
+
#: includes/admin/tools.php:861
|
5994 |
+
#: includes/admin/tools.php:871
|
5995 |
+
#: includes/admin/tools.php:880
|
5996 |
+
#: includes/admin/tools.php:889
|
5997 |
+
#: includes/admin/tools.php:898
|
5998 |
+
#: includes/admin/tools.php:908
|
5999 |
+
#: includes/admin/tools.php:918
|
6000 |
+
#: includes/admin/tools.php:927
|
6001 |
+
#: includes/admin/tools.php:937
|
6002 |
+
#: includes/admin/tools.php:946
|
6003 |
+
#: includes/admin/tools.php:956
|
6004 |
+
#: includes/admin/tools.php:965
|
6005 |
+
#: includes/admin/tools.php:975
|
6006 |
msgid "- Ignore this field -"
|
6007 |
msgstr ""
|
6008 |
|
6009 |
+
#: includes/admin/tools.php:509
|
6010 |
+
#: includes/admin/tools.php:518
|
6011 |
+
#: includes/admin/tools.php:528
|
6012 |
+
#: includes/admin/tools.php:538
|
6013 |
+
#: includes/admin/tools.php:548
|
6014 |
+
#: includes/admin/tools.php:558
|
6015 |
+
#: includes/admin/tools.php:568
|
6016 |
+
#: includes/admin/tools.php:578
|
6017 |
+
#: includes/admin/tools.php:588
|
6018 |
+
#: includes/admin/tools.php:598
|
6019 |
+
#: includes/admin/tools.php:608
|
6020 |
+
#: includes/admin/tools.php:618
|
6021 |
+
#: includes/admin/tools.php:627
|
6022 |
+
#: includes/admin/tools.php:637
|
6023 |
+
#: includes/admin/tools.php:647
|
6024 |
+
#: includes/admin/tools.php:657
|
6025 |
+
#: includes/admin/tools.php:666
|
6026 |
+
#: includes/admin/tools.php:675
|
6027 |
+
#: includes/admin/tools.php:685
|
6028 |
+
#: includes/admin/tools.php:695
|
6029 |
+
#: includes/admin/tools.php:705
|
6030 |
+
#: includes/admin/tools.php:715
|
6031 |
+
#: includes/admin/tools.php:725
|
6032 |
+
#: includes/admin/tools.php:734
|
6033 |
+
#: includes/admin/tools.php:743
|
6034 |
+
#: includes/admin/tools.php:753
|
6035 |
+
#: includes/admin/tools.php:763
|
6036 |
+
#: includes/admin/tools.php:824
|
6037 |
+
#: includes/admin/tools.php:834
|
6038 |
+
#: includes/admin/tools.php:844
|
6039 |
+
#: includes/admin/tools.php:854
|
6040 |
+
#: includes/admin/tools.php:864
|
6041 |
+
#: includes/admin/tools.php:874
|
6042 |
+
#: includes/admin/tools.php:883
|
6043 |
+
#: includes/admin/tools.php:892
|
6044 |
+
#: includes/admin/tools.php:901
|
6045 |
+
#: includes/admin/tools.php:911
|
6046 |
+
#: includes/admin/tools.php:921
|
6047 |
+
#: includes/admin/tools.php:930
|
6048 |
+
#: includes/admin/tools.php:940
|
6049 |
+
#: includes/admin/tools.php:949
|
6050 |
+
#: includes/admin/tools.php:959
|
6051 |
+
#: includes/admin/tools.php:968
|
6052 |
+
#: includes/admin/tools.php:978
|
6053 |
msgid "- select field to preview data -"
|
6054 |
msgstr ""
|
6055 |
|
6056 |
+
#: includes/admin/tools.php:561
|
6057 |
msgid "Discount Code(s)"
|
6058 |
msgstr ""
|
6059 |
|
6060 |
+
#: includes/admin/tools.php:591
|
6061 |
msgid "Parent Payment ID"
|
6062 |
msgstr ""
|
6063 |
|
6064 |
+
#: includes/admin/tools.php:640
|
6065 |
msgid "Purchased Product(s)"
|
6066 |
msgstr ""
|
6067 |
|
6068 |
+
#: includes/admin/tools.php:708
|
6069 |
#: includes/gateways/stripe/includes/template-functions.php:460
|
6070 |
msgid "Address Line 1"
|
6071 |
msgstr ""
|
6072 |
|
6073 |
+
#: includes/admin/tools.php:718
|
6074 |
#: includes/blocks/views/checkout/purchase-form/address.php:43
|
6075 |
#: includes/gateways/stripe/includes/template-functions.php:474
|
6076 |
msgid "Address Line 2"
|
6077 |
msgstr ""
|
6078 |
|
6079 |
+
#: includes/admin/tools.php:768
|
6080 |
+
#: includes/admin/tools.php:983
|
6081 |
msgid "Process Import"
|
6082 |
msgstr ""
|
6083 |
|
6084 |
+
#: includes/admin/tools.php:776
|
6085 |
msgid "Import Download Products"
|
6086 |
msgstr ""
|
6087 |
|
6088 |
+
#: includes/admin/tools.php:778
|
6089 |
msgid "Import a CSV file of products."
|
6090 |
msgstr ""
|
6091 |
|
6092 |
+
#: includes/admin/tools.php:801
|
6093 |
msgid "Each column loaded from the CSV needs to be mapped to a Download product field. Select the column that should be mapped to each field below. Any columns not needed can be ignored. See <a href=\"%s\" target=\"_blank\">this guide</a> for assistance with importing Download products."
|
6094 |
msgstr ""
|
6095 |
|
6096 |
+
#: includes/admin/tools.php:810
|
6097 |
msgid "Product Field"
|
6098 |
msgstr ""
|
6099 |
|
6100 |
+
#: includes/admin/tools.php:817
|
6101 |
msgid "Product Author"
|
6102 |
msgstr ""
|
6103 |
|
6104 |
+
#: includes/admin/tools.php:827
|
6105 |
#: includes/reports/reports-functions.php:324
|
6106 |
msgid "Product Categories"
|
6107 |
msgstr ""
|
6108 |
|
6109 |
+
#: includes/admin/tools.php:837
|
6110 |
msgid "Product Creation Date"
|
6111 |
msgstr ""
|
6112 |
|
6113 |
+
#: includes/admin/tools.php:847
|
6114 |
msgid "Product Description"
|
6115 |
msgstr ""
|
6116 |
|
6117 |
+
#: includes/admin/tools.php:857
|
6118 |
msgid "Product Excerpt"
|
6119 |
msgstr ""
|
6120 |
|
6121 |
+
#: includes/admin/tools.php:867
|
6122 |
msgid "Product Image"
|
6123 |
msgstr ""
|
6124 |
|
6125 |
+
#: includes/admin/tools.php:877
|
6126 |
msgid "Product Notes"
|
6127 |
msgstr ""
|
6128 |
|
6129 |
+
#: includes/admin/tools.php:886
|
6130 |
msgid "Product Price(s)"
|
6131 |
msgstr ""
|
6132 |
|
6133 |
+
#: includes/admin/tools.php:895
|
6134 |
msgid "Product SKU"
|
6135 |
msgstr ""
|
6136 |
|
6137 |
+
#: includes/admin/tools.php:904
|
6138 |
msgid "Product Slug"
|
6139 |
msgstr ""
|
6140 |
|
6141 |
+
#: includes/admin/tools.php:914
|
6142 |
msgid "Product Status"
|
6143 |
msgstr ""
|
6144 |
|
6145 |
+
#: includes/admin/tools.php:924
|
6146 |
msgid "Product Tags"
|
6147 |
msgstr ""
|
6148 |
|
6149 |
+
#: includes/admin/tools.php:933
|
6150 |
msgid "Product Title"
|
6151 |
msgstr ""
|
6152 |
|
6153 |
+
#: includes/admin/tools.php:943
|
6154 |
msgid "Download Files"
|
6155 |
msgstr ""
|
6156 |
|
6157 |
+
#: includes/admin/tools.php:962
|
6158 |
msgid "Sale Count"
|
6159 |
msgstr ""
|
6160 |
|
6161 |
+
#: includes/admin/tools.php:991
|
6162 |
msgid "Export Settings"
|
6163 |
msgstr ""
|
6164 |
|
6165 |
+
#: includes/admin/tools.php:993
|
6166 |
msgid "Export the Easy Digital Downloads settings for this site as a .json file. This allows you to easily import the configuration into another site."
|
6167 |
msgstr ""
|
6168 |
|
6169 |
+
#: includes/admin/tools.php:997
|
6170 |
msgid "To export shop data (purchases, customers, etc), visit the <a href=\"%s\">Reports</a> page."
|
6171 |
msgstr ""
|
6172 |
|
6173 |
+
#: includes/admin/tools.php:1019
|
6174 |
msgid "Import Settings"
|
6175 |
msgstr ""
|
6176 |
|
6177 |
+
#: includes/admin/tools.php:1021
|
6178 |
msgid "Import the Easy Digital Downloads settings from a .json file. This file can be obtained by exporting the settings on another site using the form above."
|
6179 |
msgstr ""
|
6180 |
|
6181 |
+
#: includes/admin/tools.php:1030
|
6182 |
msgid "Import"
|
6183 |
msgstr ""
|
6184 |
|
6185 |
+
#: includes/admin/tools.php:1108
|
6186 |
msgid "Please upload a valid .json file"
|
6187 |
msgstr ""
|
6188 |
|
6189 |
+
#: includes/admin/tools.php:1114
|
6190 |
msgid "Please upload a file to import"
|
6191 |
msgstr ""
|
6192 |
|
6193 |
+
#: includes/admin/tools.php:1177
|
6194 |
msgid "No File"
|
6195 |
msgstr ""
|
6196 |
|
6197 |
+
#: includes/admin/tools.php:1180
|
6198 |
msgid "Log is Empty"
|
6199 |
msgstr ""
|
6200 |
|
6201 |
+
#: includes/admin/tools.php:1186
|
6202 |
msgid "When debug mode is enabled, specific information will be logged here. (<a href=\"https://github.com/easydigitaldownloads/easy-digital-downloads/blob/master/includes/class-edd-logging.php\">Learn how</a> to use <code>EDD_Logging</code> in your own code.)"
|
6203 |
msgstr ""
|
6204 |
|
6205 |
+
#: includes/admin/tools.php:1195
|
6206 |
msgid "Download Debug Log File"
|
6207 |
msgstr ""
|
6208 |
|
6209 |
+
#: includes/admin/tools.php:1196
|
6210 |
+
#: includes/admin/tools.php:1282
|
6211 |
msgid "Copy to Clipboard"
|
6212 |
msgstr ""
|
6213 |
|
6214 |
+
#: includes/admin/tools.php:1200
|
6215 |
msgid "Clear Log"
|
6216 |
msgstr ""
|
6217 |
|
6218 |
+
#: includes/admin/tools.php:1209
|
6219 |
msgid "Log file"
|
6220 |
msgstr ""
|
6221 |
|
6222 |
+
#: includes/admin/tools.php:1268
|
6223 |
msgid "System Information"
|
6224 |
msgstr ""
|
6225 |
|
6226 |
+
#: includes/admin/tools.php:1271
|
6227 |
msgid "Use the system information below to help troubleshoot problems."
|
6228 |
msgstr ""
|
6229 |
|
6230 |
+
#: includes/admin/tools.php:1281
|
6231 |
msgid "Download System Info File"
|
6232 |
msgstr ""
|
6233 |
|
6661 |
|
6662 |
#: includes/admin/views/tmpl-order-adjustment-discount.php:35
|
6663 |
#: includes/admin/views/tmpl-order-form-add-order-discount.php:22
|
6664 |
+
#: includes/ajax-functions.php:1151
|
6665 |
#: includes/blocks/views/checkout/discount.php:16
|
6666 |
#: includes/blocks/views/orders/discounts.php:7
|
6667 |
#: includes/checkout/template.php:741
|
6696 |
msgstr[1] ""
|
6697 |
|
6698 |
#: includes/admin/views/tmpl-order-form-add-order-adjustment.php:46
|
6699 |
+
#: includes/ajax-functions.php:1184
|
6700 |
#: includes/blocks/views/orders/credits.php:8
|
6701 |
#: includes/blocks/views/orders/credits.php:12
|
6702 |
#: templates/shortcode-receipt.php:143
|
6845 |
msgid "Missing nonce when retrieving state list. Please read the following for more information: https://easydigitaldownloads.com/development/2018/07/05/important-update-to-ajax-requests-in-easy-digital-downloads-2-9-4"
|
6846 |
msgstr ""
|
6847 |
|
6848 |
+
#: includes/ajax-functions.php:691
|
6849 |
+
#: includes/class-edd-html-elements.php:105
|
6850 |
msgid "All Price Options"
|
6851 |
msgstr ""
|
6852 |
|
6853 |
+
#: includes/ajax-functions.php:794
|
6854 |
msgid "No results found"
|
6855 |
msgstr ""
|
6856 |
|
6857 |
+
#: includes/ajax-functions.php:816
|
6858 |
+
#: includes/ajax-functions.php:954
|
6859 |
+
#: includes/class-edd-html-elements.php:379
|
6860 |
msgid "No users found"
|
6861 |
msgstr ""
|
6862 |
|
6863 |
+
#: includes/ajax-functions.php:885
|
6864 |
msgid "All Prices"
|
6865 |
msgstr ""
|
6866 |
|
6867 |
+
#: includes/ajax-functions.php:1403
|
6868 |
+
#: includes/ajax-functions.php:1410
|
6869 |
msgid "Unable to verify action. Please refresh the page and try again."
|
6870 |
msgstr ""
|
6871 |
|
6872 |
+
#: includes/ajax-functions.php:1449
|
6873 |
msgid "Unable to find download. Please refresh the page and try again."
|
6874 |
msgstr ""
|
6875 |
|
6876 |
#: includes/api/class-edd-api-v2.php:166
|
6877 |
#: includes/api/class-edd-api.php:1131
|
6878 |
+
#: includes/api/class-edd-api.php:1338
|
6879 |
+
#: includes/api/class-edd-api.php:1457
|
6880 |
msgid "Product %s not found!"
|
6881 |
msgstr ""
|
6882 |
|
6913 |
msgid "Customer %s not found!"
|
6914 |
msgstr ""
|
6915 |
|
6916 |
+
#: includes/api/class-edd-api.php:1239
|
6917 |
+
#: includes/api/class-edd-api.php:1354
|
6918 |
msgid "The end date must be later than the start date!"
|
6919 |
msgstr ""
|
6920 |
|
6921 |
+
#: includes/api/class-edd-api.php:1244
|
6922 |
+
#: includes/api/class-edd-api.php:1359
|
6923 |
msgid "Invalid or no date range specified!"
|
6924 |
msgstr ""
|
6925 |
|
6926 |
+
#: includes/api/class-edd-api.php:1613
|
6927 |
msgid "No discounts found!"
|
6928 |
msgstr ""
|
6929 |
|
6930 |
+
#: includes/api/class-edd-api.php:1659
|
6931 |
msgid "Discount %s not found!"
|
6932 |
msgstr ""
|
6933 |
|
6934 |
+
#: includes/api/class-edd-api.php:1730
|
6935 |
msgid "No download logs found!"
|
6936 |
msgstr ""
|
6937 |
|
6938 |
+
#: includes/api/class-edd-api.php:1986
|
6939 |
#: includes/user-functions.php:1088
|
6940 |
msgid "Downloads API Keys"
|
6941 |
msgstr ""
|
6942 |
|
6943 |
+
#: includes/api/class-edd-api.php:1996
|
6944 |
#: includes/user-functions.php:1095
|
6945 |
msgid "Generate API Key"
|
6946 |
msgstr ""
|
6947 |
|
6948 |
+
#: includes/api/class-edd-api.php:2000
|
6949 |
msgid "Public key:"
|
6950 |
msgstr ""
|
6951 |
|
6952 |
+
#: includes/api/class-edd-api.php:2003
|
6953 |
msgid "Secret key:"
|
6954 |
msgstr ""
|
6955 |
|
6956 |
+
#: includes/api/class-edd-api.php:2006
|
6957 |
#: includes/user-functions.php:1106
|
6958 |
msgid "Token:"
|
6959 |
msgstr ""
|
6960 |
|
6961 |
+
#: includes/api/class-edd-api.php:2010
|
6962 |
#: includes/user-functions.php:1112
|
6963 |
msgid "Revoke API Keys"
|
6964 |
msgstr ""
|
6965 |
|
6966 |
+
#: includes/api/class-edd-api.php:2034
|
6967 |
msgid "User ID Required"
|
6968 |
msgstr ""
|
6969 |
|
6970 |
+
#: includes/api/class-edd-api.php:2046
|
6971 |
+
#: includes/api/class-edd-api.php:2048
|
6972 |
msgid "You do not have permission to %s API keys for this user"
|
6973 |
msgstr ""
|
6974 |
|
7161 |
msgstr ""
|
7162 |
|
7163 |
#: includes/blocks/includes/orders/functions.php:38
|
7164 |
+
#: includes/blocks/includes/orders/orders.php:158
|
7165 |
#: templates/history-purchases.php:78
|
7166 |
msgid "View Details and Downloads"
|
7167 |
msgstr ""
|
7176 |
msgid "Your account is pending verification. Please click the link in your email to activate your account. No email? %1$sSend a new activation code.%2$s"
|
7177 |
msgstr ""
|
7178 |
|
7179 |
+
#: includes/blocks/includes/orders/orders.php:126
|
7180 |
msgid "To view a sample confirmation screen, you need to have at least one order in your store."
|
7181 |
msgstr ""
|
7182 |
|
7183 |
+
#: includes/blocks/includes/orders/orders.php:129
|
7184 |
msgid "Your purchase session could not be retrieved."
|
7185 |
msgstr ""
|
7186 |
|
7187 |
+
#: includes/blocks/includes/orders/orders.php:180
|
7188 |
#: includes/shortcodes.php:667
|
7189 |
msgid "Sorry, trouble retrieving order receipt."
|
7190 |
msgstr ""
|
7191 |
|
7192 |
+
#: includes/blocks/includes/orders/orders.php:190
|
7193 |
msgid "To view a sample receipt, you need to have at least one order in your store."
|
7194 |
msgstr ""
|
7195 |
|
7196 |
+
#: includes/blocks/includes/orders/orders.php:235
|
7197 |
msgid "Sorry, you do not have permission to view this receipt."
|
7198 |
msgstr ""
|
7199 |
|
7200 |
+
#: includes/blocks/includes/orders/orders.php:244
|
7201 |
msgid "Please confirm your email address to access your downloads."
|
7202 |
msgstr ""
|
7203 |
|
7204 |
+
#: includes/blocks/includes/orders/orders.php:254
|
7205 |
msgid "Please log in to view your order."
|
7206 |
msgstr ""
|
7207 |
|
7208 |
+
#: includes/blocks/includes/orders/orders.php:286
|
7209 |
msgid "Please log in to access your downloads."
|
7210 |
msgstr ""
|
7211 |
|
7212 |
+
#: includes/blocks/includes/orders/orders.php:302
|
7213 |
+
#: includes/blocks/includes/orders/orders.php:314
|
7214 |
msgid "Your email address could not be verified."
|
7215 |
msgstr ""
|
7216 |
|
7372 |
|
7373 |
#: includes/blocks/views/checkout/purchase-form/login.php:6
|
7374 |
#: includes/blocks/views/forms/login.php:11
|
7375 |
+
#: includes/blocks/views/forms/registration.php:13
|
7376 |
#: templates/shortcode-login.php:15
|
7377 |
#: includes/blocks/build/login/index.js:1
|
7378 |
#: includes/blocks/build/register/index.js:1
|
7382 |
#: includes/blocks/views/checkout/purchase-form/login.php:17
|
7383 |
#: includes/blocks/views/checkout/purchase-form/register.php:18
|
7384 |
#: includes/blocks/views/forms/login.php:22
|
7385 |
+
#: includes/blocks/views/forms/registration.php:35
|
7386 |
#: includes/checkout/template.php:518
|
7387 |
#: includes/checkout/template.php:524
|
7388 |
#: includes/checkout/template.php:591
|
7438 |
msgstr ""
|
7439 |
|
7440 |
#: includes/blocks/views/checkout/purchase-form/register.php:29
|
7441 |
+
#: includes/blocks/views/forms/registration.php:57
|
7442 |
#: templates/shortcode-register.php:35
|
7443 |
#: includes/blocks/build/register/index.js:1
|
7444 |
msgid "Confirm Password"
|
7481 |
msgid "Get New Password"
|
7482 |
msgstr ""
|
7483 |
|
7484 |
+
#: includes/blocks/views/forms/registration.php:42
|
7485 |
+
#: includes/blocks/views/forms/reset-password.php:17
|
7486 |
+
msgid "Hide password"
|
7487 |
+
msgstr ""
|
7488 |
+
|
7489 |
+
#: includes/blocks/views/forms/registration.php:74
|
7490 |
#: includes/checkout/template.php:573
|
7491 |
#: templates/shortcode-register.php:46
|
7492 |
msgid "Register"
|
7500 |
msgid "New password"
|
7501 |
msgstr ""
|
7502 |
|
|
|
|
|
|
|
|
|
7503 |
#: includes/blocks/views/orders/guest.php:22
|
7504 |
msgid "Confirm Email"
|
7505 |
msgstr ""
|
7950 |
msgstr ""
|
7951 |
|
7952 |
#: includes/class-edd-cli.php:306
|
7953 |
+
#: includes/class-edd-html-elements.php:307
|
7954 |
msgid "No customers found"
|
7955 |
msgstr ""
|
7956 |
|
8040 |
msgstr ""
|
8041 |
|
8042 |
#: includes/class-edd-cli.php:423
|
8043 |
+
#: includes/class-edd-html-elements.php:475
|
8044 |
#: includes/shortcodes.php:259
|
8045 |
msgid "No discounts found"
|
8046 |
msgstr ""
|
8098 |
msgstr ""
|
8099 |
|
8100 |
#: includes/class-edd-cli.php:486
|
8101 |
+
#: includes/class-edd-cli.php:2005
|
8102 |
msgid "No action specified, did you mean"
|
8103 |
msgstr ""
|
8104 |
|
8105 |
#: includes/class-edd-cli.php:488
|
8106 |
+
#: includes/class-edd-cli.php:2007
|
8107 |
msgid "Invalid action specified, did you mean"
|
8108 |
msgstr ""
|
8109 |
|
8133 |
|
8134 |
#: includes/class-edd-cli.php:921
|
8135 |
#: includes/class-edd-cli.php:1044
|
8136 |
+
#: includes/class-edd-cli.php:1521
|
8137 |
+
#: includes/class-edd-cli.php:1755
|
8138 |
msgid "Old Records: "
|
8139 |
msgstr ""
|
8140 |
|
8141 |
#: includes/class-edd-cli.php:922
|
8142 |
#: includes/class-edd-cli.php:1045
|
8143 |
+
#: includes/class-edd-cli.php:1522
|
8144 |
+
#: includes/class-edd-cli.php:1756
|
8145 |
msgid "New Records: "
|
8146 |
msgstr ""
|
8147 |
|
8241 |
msgid "Migrating Customer Addresses"
|
8242 |
msgstr ""
|
8243 |
|
8244 |
+
#: includes/class-edd-cli.php:1391
|
8245 |
msgid "The user email addresses custom table migration has already been run. To do this anyway, use the --force argument."
|
8246 |
msgstr ""
|
8247 |
|
8248 |
+
#: includes/class-edd-cli.php:1393
|
8249 |
msgid "Preparing to migrate customer email addresses (this can take several minutes)."
|
8250 |
msgstr ""
|
8251 |
|
8252 |
+
#: includes/class-edd-cli.php:1394
|
8253 |
msgid "Migrating Customer Email Addresses"
|
8254 |
msgstr ""
|
8255 |
|
8256 |
+
#: includes/class-edd-cli.php:1457
|
8257 |
msgid "Migration complete: Customer Email Addresses"
|
8258 |
msgstr ""
|
8259 |
|
8260 |
+
#: includes/class-edd-cli.php:1489
|
8261 |
msgid "The tax rates custom table migration has already been run. To do this anyway, use the --force argument."
|
8262 |
msgstr ""
|
8263 |
|
8264 |
+
#: includes/class-edd-cli.php:1492
|
8265 |
msgid "Checking for default tax rate"
|
8266 |
msgstr ""
|
8267 |
|
8268 |
+
#: includes/class-edd-cli.php:1495
|
8269 |
msgid "Migrating default tax rate"
|
8270 |
msgstr ""
|
8271 |
|
8272 |
+
#: includes/class-edd-cli.php:1519
|
8273 |
msgid "Migration complete: Tax Rates"
|
8274 |
msgstr ""
|
8275 |
|
8276 |
+
#: includes/class-edd-cli.php:1562
|
8277 |
+
msgid "This process will remove and recreate orders in your database. Please make sure you've backed up your EDD database tables. Are you sure you want to delete orders that have already been migrated and run the migration again?"
|
8278 |
+
msgstr ""
|
8279 |
+
|
8280 |
+
#: includes/class-edd-cli.php:1568
|
8281 |
msgid "The payments custom table migration has already been run. To do this anyway, use the --force argument."
|
8282 |
msgstr ""
|
8283 |
|
8284 |
+
#: includes/class-edd-cli.php:1571
|
8285 |
msgid "Preparing to migrate payments."
|
8286 |
msgstr ""
|
8287 |
|
8288 |
+
#: includes/class-edd-cli.php:1574
|
8289 |
msgid "Migrating Payments"
|
8290 |
msgstr ""
|
8291 |
|
8292 |
+
#: includes/class-edd-cli.php:1601
|
8293 |
+
msgid "An EDD Payment could not be found for that ID."
|
8294 |
+
msgstr ""
|
8295 |
+
|
8296 |
+
#: includes/class-edd-cli.php:1604
|
8297 |
+
msgid "The payment ID must be an integer from the post_id column."
|
8298 |
+
msgstr ""
|
8299 |
+
|
8300 |
+
#: includes/class-edd-cli.php:1615
|
8301 |
+
msgid "The starting ID must be an integer from the post_id column."
|
8302 |
+
msgstr ""
|
8303 |
+
|
8304 |
+
#: includes/class-edd-cli.php:1625
|
8305 |
+
msgid "The ending ID must be an integer from the post_id column."
|
8306 |
+
msgstr ""
|
8307 |
+
|
8308 |
+
#: includes/class-edd-cli.php:1632
|
8309 |
+
msgid "Are you sure you want to run a partial order migration?"
|
8310 |
+
msgstr ""
|
8311 |
+
|
8312 |
+
#. translators: 1. the refund order ID; 2. the original payment ID.
|
8313 |
+
#: includes/class-edd-cli.php:1674
|
8314 |
+
msgid "%1$d is a refund order. EDD will delete the refund and migrate payment %1$d, then re-migrate payment %2$d."
|
8315 |
+
msgstr ""
|
8316 |
+
|
8317 |
+
#. translators: 1. the order/payment ID.
|
8318 |
+
#: includes/class-edd-cli.php:1684
|
8319 |
+
msgid "Order ID %1$d appears to be a different record from Payment ID %1$d. Are you sure you want to destroy this order and overwrite it?"
|
8320 |
+
msgstr ""
|
8321 |
+
|
8322 |
+
#. translators: payment ID.
|
8323 |
+
#: includes/class-edd-cli.php:1719
|
8324 |
+
msgid "Migration failed for payment %d."
|
8325 |
+
msgstr ""
|
8326 |
+
|
8327 |
+
#: includes/class-edd-cli.php:1742
|
8328 |
msgid "No payment records found."
|
8329 |
msgstr ""
|
8330 |
|
8331 |
+
#: includes/class-edd-cli.php:1749
|
8332 |
+
msgid "Partial order migration complete. Orders Processed: "
|
8333 |
+
msgstr ""
|
8334 |
+
|
8335 |
+
#: includes/class-edd-cli.php:1750
|
8336 |
+
msgid "To recalculate all download sales and earnings, run wp edd `recalculate_download_sales_earnings`."
|
8337 |
+
msgstr ""
|
8338 |
+
|
8339 |
+
#: includes/class-edd-cli.php:1752
|
8340 |
msgid "Migration complete: Orders"
|
8341 |
msgstr ""
|
8342 |
|
8343 |
+
#: includes/class-edd-cli.php:1759
|
8344 |
msgid "Refund Records Created: "
|
8345 |
msgstr ""
|
8346 |
|
8347 |
+
#: includes/class-edd-cli.php:1781
|
8348 |
+
msgid "You must enter a payment ID to display legacy data."
|
8349 |
+
msgstr ""
|
8350 |
+
|
8351 |
+
#: includes/class-edd-cli.php:1796
|
8352 |
+
msgid "The legacy payment data could not be found."
|
8353 |
+
msgstr ""
|
8354 |
+
|
8355 |
+
#: includes/class-edd-cli.php:1839
|
8356 |
msgid "Sales and Earnings successfully recalculated for all downloads."
|
8357 |
msgstr ""
|
8358 |
|
8359 |
+
#: includes/class-edd-cli.php:1840
|
8360 |
msgid "Downloads Updated: "
|
8361 |
msgstr ""
|
8362 |
|
8363 |
+
#: includes/class-edd-cli.php:1858
|
8364 |
msgid "Do you want to remove legacy data? This will permanently remove legacy discounts, logs, and order notes."
|
8365 |
msgstr ""
|
8366 |
|
8367 |
+
#: includes/class-edd-cli.php:1866
|
8368 |
msgid "Legacy discounts have already been removed. To run this anyway, use the --force argument."
|
8369 |
msgstr ""
|
8370 |
|
8371 |
+
#: includes/class-edd-cli.php:1868
|
8372 |
msgid "Removing old discount data."
|
8373 |
msgstr ""
|
8374 |
|
8375 |
+
#: includes/class-edd-cli.php:1889
|
8376 |
msgid "Legacy logs have already been removed. To run this anyway, use the --force argument."
|
8377 |
msgstr ""
|
8378 |
|
8379 |
+
#: includes/class-edd-cli.php:1891
|
8380 |
msgid "Removing old logs."
|
8381 |
msgstr ""
|
8382 |
|
8383 |
+
#: includes/class-edd-cli.php:1912
|
8384 |
msgid "Legacy order notes have already been removed. To run this anyway, use the --force argument."
|
8385 |
msgstr ""
|
8386 |
|
8387 |
+
#: includes/class-edd-cli.php:1914
|
8388 |
msgid "Removing old order notes."
|
8389 |
msgstr ""
|
8390 |
|
8391 |
+
#: includes/class-edd-cli.php:1938
|
8392 |
msgid "Updating customers database table."
|
8393 |
msgstr ""
|
8394 |
|
8395 |
+
#: includes/class-edd-cli.php:1947
|
8396 |
msgid "Legacy customer emails have already been removed. To run this anyway, use the --force argument."
|
8397 |
msgstr ""
|
8398 |
|
8399 |
+
#: includes/class-edd-cli.php:1949
|
8400 |
msgid "Removing old customer emails."
|
8401 |
msgstr ""
|
8402 |
|
8403 |
+
#: includes/class-edd-cli.php:1960
|
8404 |
msgid "Legacy customer addresses have already been removed. To run this anyway, use the --force argument."
|
8405 |
msgstr ""
|
8406 |
|
8407 |
+
#: includes/class-edd-cli.php:1962
|
8408 |
msgid "Removing old customer addresses."
|
8409 |
msgstr ""
|
8410 |
|
8411 |
+
#: includes/class-edd-cli.php:1973
|
8412 |
msgid "Legacy orders have already been removed. To run this anyway, use the --force argument."
|
8413 |
msgstr ""
|
8414 |
|
8415 |
+
#: includes/class-edd-cli.php:1975
|
8416 |
msgid "Removing old orders."
|
8417 |
msgstr ""
|
8418 |
|
8483 |
msgid "Choose a %s"
|
8484 |
msgstr ""
|
8485 |
|
8486 |
+
#: includes/class-edd-html-elements.php:283
|
8487 |
msgid "Choose a Customer"
|
8488 |
msgstr ""
|
8489 |
|
8490 |
+
#: includes/class-edd-html-elements.php:287
|
8491 |
msgid "Search Customers"
|
8492 |
msgstr ""
|
8493 |
|
8494 |
+
#: includes/class-edd-html-elements.php:289
|
8495 |
msgid "No customer attached"
|
8496 |
msgstr ""
|
8497 |
|
8498 |
+
#: includes/class-edd-html-elements.php:357
|
8499 |
msgid "Select a User"
|
8500 |
msgstr ""
|
8501 |
|
8502 |
+
#: includes/class-edd-html-elements.php:361
|
8503 |
msgid "Search Users"
|
8504 |
msgstr ""
|
8505 |
|
8506 |
+
#: includes/class-edd-html-elements.php:437
|
8507 |
msgid "Choose a Discount"
|
8508 |
msgstr ""
|
8509 |
|
8510 |
+
#: includes/class-edd-html-elements.php:438
|
8511 |
#: includes/post-types.php:123
|
8512 |
msgid "All Discounts"
|
8513 |
msgstr ""
|
8514 |
|
8515 |
+
#: includes/class-edd-html-elements.php:518
|
8516 |
msgctxt "plural: Example: \"All Categories\""
|
8517 |
msgid "All %s"
|
8518 |
msgstr ""
|
8519 |
|
8520 |
+
#: includes/class-edd-html-elements.php:617
|
8521 |
msgid "Choose a Country"
|
8522 |
msgstr ""
|
8523 |
|
8524 |
+
#: includes/class-edd-html-elements.php:618
|
8525 |
msgid "All Countries"
|
8526 |
msgstr ""
|
8527 |
|
8528 |
+
#: includes/class-edd-html-elements.php:655
|
8529 |
msgid "Choose a Region"
|
8530 |
msgstr ""
|
8531 |
|
8532 |
+
#: includes/class-edd-html-elements.php:688
|
8533 |
msgctxt "all dropdown items"
|
8534 |
msgid "All"
|
8535 |
msgstr ""
|
8536 |
|
8537 |
+
#: includes/class-edd-html-elements.php:689
|
8538 |
msgctxt "no dropdown items"
|
8539 |
msgid "None"
|
8540 |
msgstr ""
|
8541 |
|
8542 |
+
#: includes/class-edd-html-elements.php:987
|
8543 |
msgid "Enter Username"
|
8544 |
msgstr ""
|
8545 |
|
8546 |
+
#: includes/class-edd-html-elements.php:1017
|
8547 |
#: includes/blocks/build/register/index.js:1
|
8548 |
msgid "Required"
|
8549 |
msgstr ""
|
12333 |
msgstr ""
|
12334 |
|
12335 |
#: includes/process-purchase.php:702
|
|
|
12336 |
msgid "Passwords do not match"
|
12337 |
msgstr ""
|
12338 |
|
12902 |
msgid "Your password reset link appears to be invalid. Please request a new link below."
|
12903 |
msgstr ""
|
12904 |
|
12905 |
+
#: includes/users/lost-password.php:256
|
12906 |
+
#: includes/users/register.php:92
|
12907 |
msgid "The password cannot be a space or all spaces."
|
12908 |
msgstr ""
|
12909 |
|
12910 |
#: includes/users/lost-password.php:261
|
12911 |
+
#: includes/users/register.php:97
|
12912 |
msgid "The passwords do not match."
|
12913 |
msgstr ""
|
12914 |
|
12936 |
msgid "Registration form validation failed."
|
12937 |
msgstr ""
|
12938 |
|
12939 |
+
#: includes/users/register.php:119
|
12940 |
+
msgid "Your account has been successfully created."
|
12941 |
msgstr ""
|
12942 |
|
12943 |
#: includes/widgets.php:38
|
readme.txt
CHANGED
@@ -4,18 +4,18 @@ Plugin URI: https://easydigitaldownloads.com
|
|
4 |
Contributors: easydigitaldownloads, am, cklosows, littlerchicken, zkawesome, smub, mordauk, sunnyratilal, chriscct7, section214, sumobi, sdavis2702, mindctrl, sksmatt, SpencerFinnell, johnstonphilip, brashrebel, drewapicture, johnjamesjacoby, nosegraze, lisacee
|
5 |
Tags: ecommerce, e-commerce, sell, digital store, stripe
|
6 |
Requires at least: 4.9
|
7 |
-
Tested up to: 6.
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable Tag: 3.1.0.
|
10 |
License: GNU Version 2 or Any Later Version
|
11 |
|
12 |
-
Sell your digital products with the ecommerce plugin written for digital creators, by digital creators.
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
Easy Digital Downloads is a complete eCommerce solution for selling digital products on WordPress. Learn more at [EasyDigitalDownloads.com](https://easydigitaldownloads.com/?utm_source=home&utm_medium=description_tab&utm_content=home&utm_campaign=readme).
|
17 |
|
18 |
-
|
19 |
|
20 |
Whether it is selling [software like WordPress plugins or themes](https://easydigitaldownloads.com/blog/selling-software/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [documents](https://easydigitaldownloads.com/blog/selling-documents/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description) and [spreadsheets](https://easydigitaldownloads.com/blog/sell-excel-or-google-spreadsheets/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [photography](https://easydigitaldownloads.com/blog/selling-photographs/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [ebooks](https://easydigitaldownloads.com/blog/selling-ebooks/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [music](https://easydigitaldownloads.com/blog/selling-audio-and-music/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [graphics or digital artwork](https://easydigitaldownloads.com/blog/selling-graphics-and-digital-artwork/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [videos](https://easydigitaldownloads.com/blog/selling-videos/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), or any other type of media file, Easy Digital Downloads provides a complete ecommerce platform that just works, so you can get back to creating.
|
21 |
|
@@ -23,7 +23,23 @@ Whether it is selling [software like WordPress plugins or themes](https://easydi
|
|
23 |
|
24 |
> Mark Hunter - Mark of Approval
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
Too often digital creators have to make the hard choice between affordable and powerful. Not with Easy Digital Downloads. It's free forever. It's easy to get started. Then, as you grow, there are hundreds of extensions to add functionality when you need it.
|
29 |
|
@@ -43,11 +59,11 @@ Here are some of the features supported out-of-the-box:
|
|
43 |
- **Works with any theme** - Let your chosen WordPress theme handle the design. Easy Digital Downloads will fit right in.
|
44 |
- [And much more](https://easydigitaldownloads.com/edd-features/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=much-more&utm_term=description)!
|
45 |
|
46 |
-
|
47 |
|
48 |
Easy Digital Downloads has been translated into more than two dozen languages and new translations are being added all the time, letting you have a natural, native experience, regardless of where you live. If your language is not available, we welcome translation contributions! See our [FAQ](https://easydigitaldownloads.com/docs/easy-digital-downloads-in-your-own-language/?utm_source=docs&utm_medium=description_tab&utm_content=languages&utm_campaign=readme).
|
49 |
|
50 |
-
|
51 |
|
52 |
The internet has made it possible for anyone to sell their products to a world-wide audience. No matter where you live, Easy Digital Downloads can be your e-Commerce solution. We offer integrations for the most common merchant processors and, through 3rd party extensions, support for many, many more as well.
|
53 |
|
@@ -73,7 +89,7 @@ See our [payment gateways](https://easydigitaldownloads.com/downloads/category/g
|
|
73 |
|
74 |
Easy Digital Downloads is a verified member of the [Stripe partner program](https://stripe.com/accept-payments/easy-digital-downloads). This program recognizes software that meets Stripe's strict quality requirements and provides users of Easy Digital Downloads and Stripe with the confidence they need to trust us both with their payment integrations.
|
75 |
|
76 |
-
|
77 |
|
78 |
With extensions from our [extensive catalog](https://easydigitaldownloads.com/downloads/?utm_source=extensions&utm_medium=description_tab&utm_content=extensions&utm_campaign=readme) you can super-charge your ecommerce business. Some of our most popular extensions are:
|
79 |
|
@@ -95,7 +111,7 @@ With extensions from our [extensive catalog](https://easydigitaldownloads.com/do
|
|
95 |
|
96 |
These are just a few of the extensions we offer to help you optimize your digital store and increase revenue. See our complete [extensions catalogue](https://easydigitaldownloads.com/downloads/?utm_source=extensions&utm_medium=description_tab&utm_content=extensions&utm_campaign=readme) for more. There are also hundreds of extensions created by Easy Digital Downloads community members, which can be found on our [3rd Party Extensions page](https://easydigitaldownloads.com/3rd-party-extensions/?utm_source=3rd-party-extensions&utm_medium=description_tab&utm_content=3rd-party-extensions&utm_campaign=readme).
|
97 |
|
98 |
-
|
99 |
|
100 |
Extensible, adaptable, and open source -- Easy Digital Downloads is created with designers and developers in mind. Consult our detailed [developer documentation](https://easydigitaldownloads.com/categories/docs/developer-docs/?utm_source=wporg&utm_medium=readme&utm_content=documentation&utm_campaign=dev-docs) to learn how you can extend and customize your Easy Digital Downloads powered eCommerce store.
|
101 |
|
@@ -114,7 +130,7 @@ The Easy Digital Downloads API makes it possible for developers to make customiz
|
|
114 |
|
115 |
> Yudhistira Mauris - WP House
|
116 |
|
117 |
-
|
118 |
|
119 |
Easy Digital Downloads is backed by top-notch technical support from our globally distributed full-time support team. We also have an [extensive documentation site available](https://easydigitaldownloads.com/docs/?utm_medium=readme&utm_source=wporg&utm_campaign=lite-plugin&utm_content=docs&utm_term=description). If you're looking for faster support via email, we encourage you to [purchase an Easy Digital Downloads pass](https://easydigitaldownloads.com/pricing/?utm_medium=readme&utm_source=wporg&utm_campaign=lite-plugin&utm_content=upgrade&utm_term=description) or premium extension.
|
120 |
|
@@ -122,23 +138,23 @@ Easy Digital Downloads is backed by top-notch technical support from our globall
|
|
122 |
|
123 |
> Joe Casabona - Creator Courses
|
124 |
|
125 |
-
|
126 |
|
127 |
Check out some of our popular posts for actionable advice for running your business and selling digital files on the web.
|
128 |
|
129 |
-
- [
|
130 |
-
- [How to
|
131 |
-
- [
|
132 |
- [How to Sell Canva Templates with WordPress](https://easydigitaldownloads.com/blog/how-to-sell-canva-templates-with-wordpress/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=canva&utm_term=description)
|
133 |
-
- [
|
134 |
|
135 |
**[Subscribe to our newsletter](https://easydigitaldownloads.com/subscribe/?utm_medium=readme&utm_source=wporg&utm_campaign=lite-plugin&utm_content=subscribe&utm_term=description)** to get posts like these in your inbox as soon as they're published.
|
136 |
|
137 |
-
|
138 |
|
139 |
Development for this plugin happens in a public GitHub repository to better facilitate contributions from an active community of users, developers and designers. If you have a suggestion, bug report, patch, or pull request, please feel free to [contribute here](https://github.com/easydigitaldownloads/easy-digital-downloads) or to our [code snippet library](https://github.com/easydigitaldownloads/library).
|
140 |
|
141 |
-
|
142 |
|
143 |
Easy Digital Downloads is the perfect digital e-Commerce alternative to Etsy, Gumroad, WooCommerce, Shopfiy, BigCommerce, or Wix.
|
144 |
|
@@ -238,6 +254,31 @@ Yes, through the use of our commercial addon called [Recurring Payments](https:/
|
|
238 |
|
239 |
== Changelog ==
|
240 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
= 3.1.0.1.1, October 21, 2022 =
|
242 |
This is a very minor point release, with a single change to try and correct an issue within the PayPal API that is causing 403 and 400 errors.
|
243 |
It is not intended to resolve the issue within PayPal's API, but offer us some time to continue to work with PayPal to solve the issue long term without it impacting customer's purchases.
|
4 |
Contributors: easydigitaldownloads, am, cklosows, littlerchicken, zkawesome, smub, mordauk, sunnyratilal, chriscct7, section214, sumobi, sdavis2702, mindctrl, sksmatt, SpencerFinnell, johnstonphilip, brashrebel, drewapicture, johnjamesjacoby, nosegraze, lisacee
|
5 |
Tags: ecommerce, e-commerce, sell, digital store, stripe
|
6 |
Requires at least: 4.9
|
7 |
+
Tested up to: 6.1
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable Tag: 3.1.0.2
|
10 |
License: GNU Version 2 or Any Later Version
|
11 |
|
12 |
+
Sell your digital products with the ecommerce plugin written for digital creators, by digital creators. 🚀
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
Easy Digital Downloads is a complete eCommerce solution for selling digital products on WordPress. Learn more at [EasyDigitalDownloads.com](https://easydigitaldownloads.com/?utm_source=home&utm_medium=description_tab&utm_content=home&utm_campaign=readme).
|
17 |
|
18 |
+
=== ✨ Sell effortlessly ===
|
19 |
|
20 |
Whether it is selling [software like WordPress plugins or themes](https://easydigitaldownloads.com/blog/selling-software/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [documents](https://easydigitaldownloads.com/blog/selling-documents/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description) and [spreadsheets](https://easydigitaldownloads.com/blog/sell-excel-or-google-spreadsheets/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [photography](https://easydigitaldownloads.com/blog/selling-photographs/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [ebooks](https://easydigitaldownloads.com/blog/selling-ebooks/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [music](https://easydigitaldownloads.com/blog/selling-audio-and-music/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [graphics or digital artwork](https://easydigitaldownloads.com/blog/selling-graphics-and-digital-artwork/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), [videos](https://easydigitaldownloads.com/blog/selling-videos/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description), or any other type of media file, Easy Digital Downloads provides a complete ecommerce platform that just works, so you can get back to creating.
|
21 |
|
23 |
|
24 |
> Mark Hunter - Mark of Approval
|
25 |
|
26 |
+
=== ✨ Build with Blocks ===
|
27 |
+
|
28 |
+
Easy Digital Downloads comes with built in Block Editor support, giving you the best experience in building your ecommerce store. We've added blocks for the following (with more coming all the time...)
|
29 |
+
|
30 |
+
* Shopping Cart (great for sidebars)
|
31 |
+
* Mini Shopping Cart (great for navigation menus)
|
32 |
+
* Product Listing
|
33 |
+
* Payment Confirmation
|
34 |
+
* Product Category/Tag Listing
|
35 |
+
* Registration Form
|
36 |
+
* Login Form (complete with password reset support)
|
37 |
+
* Receipt View
|
38 |
+
* Customer Order History
|
39 |
+
* Product purchase & add to cart button
|
40 |
+
* Store Checkout
|
41 |
+
|
42 |
+
=== 💪 Easy and free, meet robust and powerful ===
|
43 |
|
44 |
Too often digital creators have to make the hard choice between affordable and powerful. Not with Easy Digital Downloads. It's free forever. It's easy to get started. Then, as you grow, there are hundreds of extensions to add functionality when you need it.
|
45 |
|
59 |
- **Works with any theme** - Let your chosen WordPress theme handle the design. Easy Digital Downloads will fit right in.
|
60 |
- [And much more](https://easydigitaldownloads.com/edd-features/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=much-more&utm_term=description)!
|
61 |
|
62 |
+
=== 🌏 Localized for your language ===
|
63 |
|
64 |
Easy Digital Downloads has been translated into more than two dozen languages and new translations are being added all the time, letting you have a natural, native experience, regardless of where you live. If your language is not available, we welcome translation contributions! See our [FAQ](https://easydigitaldownloads.com/docs/easy-digital-downloads-in-your-own-language/?utm_source=docs&utm_medium=description_tab&utm_content=languages&utm_campaign=readme).
|
65 |
|
66 |
+
=== 💳 Support for many payment gateways, including Stripe and PayPal ===
|
67 |
|
68 |
The internet has made it possible for anyone to sell their products to a world-wide audience. No matter where you live, Easy Digital Downloads can be your e-Commerce solution. We offer integrations for the most common merchant processors and, through 3rd party extensions, support for many, many more as well.
|
69 |
|
89 |
|
90 |
Easy Digital Downloads is a verified member of the [Stripe partner program](https://stripe.com/accept-payments/easy-digital-downloads). This program recognizes software that meets Stripe's strict quality requirements and provides users of Easy Digital Downloads and Stripe with the confidence they need to trust us both with their payment integrations.
|
91 |
|
92 |
+
=== 🚀 Take your store further with extensions ===
|
93 |
|
94 |
With extensions from our [extensive catalog](https://easydigitaldownloads.com/downloads/?utm_source=extensions&utm_medium=description_tab&utm_content=extensions&utm_campaign=readme) you can super-charge your ecommerce business. Some of our most popular extensions are:
|
95 |
|
111 |
|
112 |
These are just a few of the extensions we offer to help you optimize your digital store and increase revenue. See our complete [extensions catalogue](https://easydigitaldownloads.com/downloads/?utm_source=extensions&utm_medium=description_tab&utm_content=extensions&utm_campaign=readme) for more. There are also hundreds of extensions created by Easy Digital Downloads community members, which can be found on our [3rd Party Extensions page](https://easydigitaldownloads.com/3rd-party-extensions/?utm_source=3rd-party-extensions&utm_medium=description_tab&utm_content=3rd-party-extensions&utm_campaign=readme).
|
113 |
|
114 |
+
=== 🔌 Built with developers in mind ===
|
115 |
|
116 |
Extensible, adaptable, and open source -- Easy Digital Downloads is created with designers and developers in mind. Consult our detailed [developer documentation](https://easydigitaldownloads.com/categories/docs/developer-docs/?utm_source=wporg&utm_medium=readme&utm_content=documentation&utm_campaign=dev-docs) to learn how you can extend and customize your Easy Digital Downloads powered eCommerce store.
|
117 |
|
130 |
|
131 |
> Yudhistira Mauris - WP House
|
132 |
|
133 |
+
=== 🙋 Get help ===
|
134 |
|
135 |
Easy Digital Downloads is backed by top-notch technical support from our globally distributed full-time support team. We also have an [extensive documentation site available](https://easydigitaldownloads.com/docs/?utm_medium=readme&utm_source=wporg&utm_campaign=lite-plugin&utm_content=docs&utm_term=description). If you're looking for faster support via email, we encourage you to [purchase an Easy Digital Downloads pass](https://easydigitaldownloads.com/pricing/?utm_medium=readme&utm_source=wporg&utm_campaign=lite-plugin&utm_content=upgrade&utm_term=description) or premium extension.
|
136 |
|
138 |
|
139 |
> Joe Casabona - Creator Courses
|
140 |
|
141 |
+
=== 📘 From our blog ===
|
142 |
|
143 |
Check out some of our popular posts for actionable advice for running your business and selling digital files on the web.
|
144 |
|
145 |
+
- [How to Offer a Free Trial Subscription in WordPress](https://easydigitaldownloads.com/blog/how-to-give-away-trial-memberships/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description)
|
146 |
+
- [How to Create a Digital Product That Sells](https://easydigitaldownloads.com/blog/how-to-create-a-digital-product-that-sells/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=lead-magnets&utm_term=description)
|
147 |
+
- [Easy Digital Downloads Free vs Paid: Which Is Right for You?](https://easydigitaldownloads.com/blog/edd-free-vs-paid/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=launch&utm_term=description)
|
148 |
- [How to Sell Canva Templates with WordPress](https://easydigitaldownloads.com/blog/how-to-sell-canva-templates-with-wordpress/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=canva&utm_term=description)
|
149 |
+
- [How to Create Manual eCommerce Orders in WordPress](https://easydigitaldownloads.com/blog/how-to-create-manual-ecommerce-orders-in-wordpress/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=benefits&utm_term=description)
|
150 |
|
151 |
**[Subscribe to our newsletter](https://easydigitaldownloads.com/subscribe/?utm_medium=readme&utm_source=wporg&utm_campaign=lite-plugin&utm_content=subscribe&utm_term=description)** to get posts like these in your inbox as soon as they're published.
|
152 |
|
153 |
+
=== ℹ️ Contribute to Easy Digital Downloads ===
|
154 |
|
155 |
Development for this plugin happens in a public GitHub repository to better facilitate contributions from an active community of users, developers and designers. If you have a suggestion, bug report, patch, or pull request, please feel free to [contribute here](https://github.com/easydigitaldownloads/easy-digital-downloads) or to our [code snippet library](https://github.com/easydigitaldownloads/library).
|
156 |
|
157 |
+
=== 💰 Looking to change e-Commerce solutions? ===
|
158 |
|
159 |
Easy Digital Downloads is the perfect digital e-Commerce alternative to Etsy, Gumroad, WooCommerce, Shopfiy, BigCommerce, or Wix.
|
160 |
|
254 |
|
255 |
== Changelog ==
|
256 |
|
257 |
+
= 3.1.0.2, October 27, 2022 =
|
258 |
+
* New - Blocks: The registration block now supports the WordPress password strength script.
|
259 |
+
* Improvement: The products API now includes the product permalink.
|
260 |
+
* Improvement: The user registration process and messaging has been updated to more closely match WordPress Core.
|
261 |
+
* Improvement: Searching in the product dropdown is now restricted to titles only.
|
262 |
+
* Improvement: The no-js/js class switcher has been prefixed and made more specific.
|
263 |
+
* Improvement: Editing a bundled product has been updated to be more performant.
|
264 |
+
* Improvement - Blocks: Fees in the cart/checkout blocks have been updated to more closely match cart items and other amounts.
|
265 |
+
* Improvement - Blocks: Update block definitions so that icons show on the repository.
|
266 |
+
* Improvement - Blocks: The order history block filter has been updated to not override filtered values.
|
267 |
+
* Improvement - Blocks: A filter has been added to the Terms block to allow users to filter the query.
|
268 |
+
* Fix: The 3.0 migration for customer addresses could create duplicate addresses.
|
269 |
+
* Fix: A redundant database update for customer addresses was removed from the 3.0 migration.
|
270 |
+
* Fix: The main checkout function now checks directly for the checkout block rather than relying on a filter.
|
271 |
+
* Fix: The Tools screen could time out on a site with a large number of products.
|
272 |
+
* Fix: The options for bundled products now show the general product in addition to each price option.
|
273 |
+
* Fix: For some time zones, reports could show incorrect dates for a range such as "last quarter".
|
274 |
+
* Fix: The block editor was not showing the correct list of authors for a download.
|
275 |
+
* Fix: Some settings for the legacy cart widget could not be disabled once saved.
|
276 |
+
* Fix: Customer names with unexpected characters could be improperly interpreted by spreadsheet apps.
|
277 |
+
* Fix - Blocks: The checkout helper function was incorrectly returning true.
|
278 |
+
* Fix - Blocks: The cart block is now disabled in the block editor.
|
279 |
+
* Fix - Blocks: The purchase link filter could incorrectly override previous adjustments to the button class.
|
280 |
+
* Dev: The CLI order migration has been updated to allow partial order migrations.
|
281 |
+
|
282 |
= 3.1.0.1.1, October 21, 2022 =
|
283 |
This is a very minor point release, with a single change to try and correct an issue within the PayPal API that is causing 403 and 400 errors.
|
284 |
It is not intended to resolve the issue within PayPal's API, but offer us some time to continue to work with PayPal to solve the issue long term without it impacting customer's purchases.
|