Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter pandowata

    (@pandowata)

    Hi, thank you for the reply ??

    Now neither am I able to replicate the error. Well magic ??

    Thread Starter pandowata

    (@pandowata)

    Hi,

    sure ??

    We are editing last step of reservation. We manage to change text and disable image, but we are wondaring if we can:

    • move text to another line (red marks on screen shot)
    • add extra text above calendar select (yellow mark on screen shot)
    • change css for the first text (make text-transform as normal)
    Thread Starter pandowata

    (@pandowata)

    Hi,

    thank you for reply ??

    It was our bad – we didnt notice that the there is difference between [ameliabooking] and [ameliacatalog =] forms and customize.

    Is there a possibility to add html code to custom text?

    We want to add <br> and change css a little bit ??

    We have the same issue, but only from yesterday. Three orders in total, one of them with coupon. Three Rollback helped. In two of the orders we notice strange ip address 173.0.81.65 that leads to paypal.

    Thread Starter pandowata

    (@pandowata)

    And this resulted in the notification emails also being received by the administrator. Maybe its a lack of this option:

    https://imgtr.ee/i/zrzut-ekranu-2023-05-31-144529.1flq1

    We rolled back to 1.7.5 version for now

    Thread Starter pandowata

    (@pandowata)

    Hi,

    new version works fine on frontend, but on the backend in setting site it only shows loader animation (red circles).

    Thread Starter pandowata

    (@pandowata)

    Hi,

    thank you ?? i send you a ticket with all the details

    Thread Starter pandowata

    (@pandowata)

    Hi,

    thank you. I submited a ticket with the same title as this thread ?? I didnt find plugin on list so i choose “pricing”, hope its not a problem.

    Thread Starter pandowata

    (@pandowata)

    Hi,
    thank you. This CSS works, but added in Admin CSS, so I created a snippet:

    add_action('admin_head', 'custome_data_pick');
    
    function custome_data_pick() {
      echo '<style>
    .PresetDateRangePicker_panel {
      padding: 0 22px 11px;
    }
    
    .PresetDateRangePicker_button {
      position: relative;
      height: 100%;
      text-align: center;
      background: 0 0;
      border: 2px solid #00a699;
      color: #00a699;
      padding: 4px 12px;
      margin-right: 8px;
      font: inherit;
      font-weight: 700;
      line-height: normal;
      overflow: visible;
      box-sizing: border-box;
      cursor: pointer;
    }
    
    .PresetDateRangePicker_button:active {
      outline: 0;
    }
    
    .PresetDateRangePicker_button__selected {
      color: #fff;
      background: #00a699;
    }
    
    .SingleDatePickerInput {
      display: inline-block;
      background-color: #fff;
    }
    
    .SingleDatePickerInput__withBorder {
      border-radius: 2px;
      border: 1px solid #dbdbdb;
    }
    
    .SingleDatePickerInput__rtl {
      direction: rtl;
    }
    
    .SingleDatePickerInput__disabled {
      background-color: #f2f2f2;
    }
    
    .SingleDatePickerInput__block {
      display: block;
    }
    
    .SingleDatePickerInput__showClearDate {
      padding-right: 30px;
    }
    
    .SingleDatePickerInput_clearDate {
      background: 0 0;
      border: 0;
      color: inherit;
      font: inherit;
      line-height: normal;
      overflow: visible;
      cursor: pointer;
      padding: 10px;
      margin: 0 10px 0 5px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .SingleDatePickerInput_clearDate__default:focus,
    .SingleDatePickerInput_clearDate__default:hover {
      background: #dbdbdb;
      border-radius: 50%;
    }
    
    .SingleDatePickerInput_clearDate__small {
      padding: 6px;
    }
    
    .SingleDatePickerInput_clearDate__hide {
      visibility: hidden;
    }
    
    .SingleDatePickerInput_clearDate_svg {
      fill: #82888a;
      height: 12px;
      width: 15px;
      vertical-align: middle;
    }
    
    .SingleDatePickerInput_clearDate_svg__small {
      height: 9px;
    }
    
    .SingleDatePickerInput_calendarIcon {
      background: 0 0;
      border: 0;
      color: inherit;
      font: inherit;
      line-height: normal;
      overflow: visible;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      padding: 10px;
      margin: 0 5px 0 10px;
    }
    
    .SingleDatePickerInput_calendarIcon_svg {
      fill: #82888a;
      height: 15px;
      width: 14px;
      vertical-align: middle;
    }
    
    .SingleDatePicker {
      position: relative;
      display: inline-block;
    }
    
    .SingleDatePicker__block {
      display: block;
    }
    
    .SingleDatePicker_picker {
      z-index: 1;
      background-color: #fff;
      position: absolute;
    }
    
    .SingleDatePicker_picker__rtl {
      direction: rtl;
    }
    
    .SingleDatePicker_picker__directionLeft {
      left: 0;
    }
    
    .SingleDatePicker_picker__directionRight {
      right: 0;
    }
    
    .SingleDatePicker_picker__portal {
      background-color: rgba(0, 0, 0, 0.3);
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }
    
    .SingleDatePicker_picker__fullScreenPortal {
      background-color: #fff;
    }
    
    .SingleDatePicker_closeButton {
      background: 0 0;
      border: 0;
      color: inherit;
      font: inherit;
      line-height: normal;
      overflow: visible;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      padding: 15px;
      z-index: 2;
    }
    
    .SingleDatePicker_closeButton:focus,
    .SingleDatePicker_closeButton:hover {
      color: #b0b3b4;
      text-decoration: none;
    }
    
    .SingleDatePicker_closeButton_svg {
      height: 15px;
      width: 15px;
      fill: #cacccd;
    }
    
    .DayPickerKeyboardShortcuts_buttonReset {
      background: 0 0;
      border: 0;
      border-radius: 0;
      color: inherit;
      font: inherit;
      line-height: normal;
      overflow: visible;
      padding: 0;
      cursor: pointer;
      font-size: 14px;
    }
    
    .DayPickerKeyboardShortcuts_buttonReset:active {
      outline: 0;
    }
    
    .DayPickerKeyboardShortcuts_show {
      width: 22px;
      position: absolute;
      z-index: 2;
    }
    
    .DayPickerKeyboardShortcuts_show__bottomRight {
      border-top: 26px solid transparent;
      border-right: 33px solid #00a699;
      bottom: 0;
      right: 0;
    }
    
    .DayPickerKeyboardShortcuts_show__bottomRight:hover {
      border-right: 33px solid #008489;
    }
    
    .DayPickerKeyboardShortcuts_show__topRight {
      border-bottom: 26px solid transparent;
      border-right: 33px solid #00a699;
      top: 0;
      right: 0;
    }
    
    .DayPickerKeyboardShortcuts_show__topRight:hover {
      border-right: 33px solid #008489;
    }
    
    .DayPickerKeyboardShortcuts_show__topLeft {
      border-bottom: 26px solid transparent;
      border-left: 33px solid #00a699;
      top: 0;
      left: 0;
    }
    
    .DayPickerKeyboardShortcuts_show__topLeft:hover {
      border-left: 33px solid #008489;
    }
    
    .DayPickerKeyboardShortcuts_showSpan {
      color: #fff;
      position: absolute;
    }
    
    .DayPickerKeyboardShortcuts_showSpan__bottomRight {
      bottom: 0;
      right: -28px;
    }
    
    .DayPickerKeyboardShortcuts_showSpan__topRight {
      top: 1px;
      right: -28px;
    }
    
    .DayPickerKeyboardShortcuts_showSpan__topLeft {
      top: 1px;
      left: -28px;
    }
    
    .DayPickerKeyboardShortcuts_panel {
      overflow: auto;
      background: #fff;
      border: 1px solid #dbdbdb;
      border-radius: 2px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 2;
      padding: 22px;
      margin: 33px;
    }
    
    .DayPickerKeyboardShortcuts_title {
      font-size: 16px;
      font-weight: 700;
      margin: 0;
    }
    
    .DayPickerKeyboardShortcuts_list {
      list-style: none;
      padding: 0;
      font-size: 14px;
    }
    
    .DayPickerKeyboardShortcuts_close {
      position: absolute;
      right: 22px;
      top: 22px;
      z-index: 2;
    }
    
    .DayPickerKeyboardShortcuts_close:active {
      outline: 0;
    }
    
    .DayPickerKeyboardShortcuts_closeSvg {
      height: 15px;
      width: 15px;
      fill: #cacccd;
    }
    
    .DayPickerKeyboardShortcuts_closeSvg:focus,
    .DayPickerKeyboardShortcuts_closeSvg:hover {
      fill: #82888a;
    }
    
    .CalendarDay {
      box-sizing: border-box;
      cursor: pointer;
      font-size: 14px;
      text-align: center;
    }
    
    .CalendarDay:active {
      outline: 0;
    }
    
    .CalendarDay__defaultCursor {
      cursor: default;
    }
    
    .CalendarDay__default {
      border: 1px solid #e4e7e7;
      color: #484848;
      background: #fff;
    }
    
    .CalendarDay__default:hover {
      background: #e4e7e7;
      border: 1px double #e4e7e7;
      color: inherit;
    }
    
    .CalendarDay__hovered_offset {
      background: #f4f5f5;
      border: 1px double #e4e7e7;
      color: inherit;
    }
    
    .CalendarDay__outside {
      border: 0;
      background: #fff;
      color: #484848;
    }
    
    .CalendarDay__outside:hover {
      border: 0;
    }
    
    .CalendarDay__blocked_minimum_nights {
      background: #fff;
      border: 1px solid #eceeee;
      color: #cacccd;
    }
    
    .CalendarDay__blocked_minimum_nights:active,
    .CalendarDay__blocked_minimum_nights:hover {
      background: #fff;
      color: #cacccd;
    }
    
    .CalendarDay__highlighted_calendar {
      background: #ffe8bc;
      color: #484848;
    }
    
    .CalendarDay__highlighted_calendar:active,
    .CalendarDay__highlighted_calendar:hover {
      background: #ffce71;
      color: #484848;
    }
    
    .CalendarDay__selected_span {
      background: #66e2da;
      border: 1px solid #33dacd;
      color: #fff;
    }
    
    .CalendarDay__selected_span:active,
    .CalendarDay__selected_span:hover {
      background: #33dacd;
      border: 1px solid #33dacd;
      color: #fff;
    }
    
    .CalendarDay__last_in_range {
      border-right: #00a699;
    }
    
    .CalendarDay__selected,
    .CalendarDay__selected:active,
    .CalendarDay__selected:hover {
      background: #00a699;
      border: 1px solid #00a699;
      color: #fff;
    }
    
    .CalendarDay__hovered_span,
    .CalendarDay__hovered_span:hover {
      background: #b2f1ec;
      border: 1px solid #80e8e0;
      color: #007a87;
    }
    
    .CalendarDay__hovered_span:active {
      background: #80e8e0;
      border: 1px solid #80e8e0;
      color: #007a87;
    }
    
    .CalendarDay__blocked_calendar,
    .CalendarDay__blocked_calendar:active,
    .CalendarDay__blocked_calendar:hover {
      background: #cacccd;
      border: 1px solid #cacccd;
      color: #82888a;
    }
    
    .CalendarDay__blocked_out_of_range,
    .CalendarDay__blocked_out_of_range:active,
    .CalendarDay__blocked_out_of_range:hover {
      background: #fff;
      border: 1px solid #e4e7e7;
      color: #cacccd;
    }
    
    .CalendarMonth {
      background: #fff;
      text-align: center;
      vertical-align: top;
      -webkit-user-select: none;
      user-select: none;
    }
    
    .CalendarMonth_table {
      border-collapse: collapse;
      border-spacing: 0;
    }
    
    .CalendarMonth_verticalSpacing {
      border-collapse: separate;
    }
    
    .CalendarMonth_caption {
      color: #484848;
      font-size: 18px;
      text-align: center;
      padding-top: 22px;
      padding-bottom: 37px;
      caption-side: initial;
    }
    
    .CalendarMonth_caption__verticalScrollable {
      padding-top: 12px;
      padding-bottom: 7px;
    }
    
    .CalendarMonthGrid {
      background: #fff;
      text-align: left;
      z-index: 0;
    }
    
    .CalendarMonthGrid__animating {
      z-index: 1;
    }
    
    .CalendarMonthGrid__horizontal {
      position: absolute;
      left: 0;
    }
    
    .CalendarMonthGrid__vertical {
      margin: 0 auto;
    }
    
    .CalendarMonthGrid__vertical_scrollable {
      margin: 0 auto;
      overflow-y: scroll;
    }
    
    .CalendarMonthGrid_month__horizontal {
      display: inline-block;
      vertical-align: top;
      min-height: 100%;
    }
    
    .CalendarMonthGrid_month__hideForAnimation {
      position: absolute;
      z-index: -1;
      opacity: 0;
      pointer-events: none;
    }
    
    .CalendarMonthGrid_month__hidden {
      visibility: hidden;
    }
    
    .DayPickerNavigation {
      position: relative;
      z-index: 2;
    }
    
    .DayPickerNavigation__horizontal {
      height: 0;
    }
    
    .DayPickerNavigation__verticalDefault {
      position: absolute;
      width: 100%;
      height: 52px;
      bottom: 0;
      left: 0;
    }
    
    .DayPickerNavigation__verticalScrollableDefault {
      position: relative;
    }
    
    .DayPickerNavigation_button {
      cursor: pointer;
      -webkit-user-select: none;
      user-select: none;
      border: 0;
      padding: 0;
      margin: 0;
    }
    
    .DayPickerNavigation_button__default {
      border: 1px solid #e4e7e7;
      background-color: #fff;
      color: #757575;
    }
    
    .DayPickerNavigation_button__default:focus,
    .DayPickerNavigation_button__default:hover {
      border: 1px solid #c4c4c4;
    }
    
    .DayPickerNavigation_button__default:active {
      background: #f2f2f2;
    }
    
    .DayPickerNavigation_button__horizontalDefault {
      position: absolute;
      top: 18px;
      line-height: 0.78;
      border-radius: 3px;
      padding: 6px 9px;
    }
    
    .DayPickerNavigation_leftButton__horizontalDefault {
      left: 22px;
    }
    
    .DayPickerNavigation_rightButton__horizontalDefault {
      right: 22px;
    }
    
    .DayPickerNavigation_button__verticalDefault {
      padding: 5px;
      background: #fff;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
      position: relative;
      display: inline-block;
      height: 100%;
      width: 50%;
    }
    
    .DayPickerNavigation_nextButton__verticalDefault {
      border-left: 0;
    }
    
    .DayPickerNavigation_nextButton__verticalScrollableDefault {
      width: 100%;
    }
    
    .DayPickerNavigation_svg__horizontal {
      height: 19px;
      width: 19px;
      fill: #82888a;
      display: block;
    }
    
    .DayPickerNavigation_svg__vertical {
      height: 42px;
      width: 42px;
      fill: #484848;
      display: block;
    }
    
    .DayPicker {
      background: #fff;
      position: relative;
      text-align: left;
    }
    
    .DayPicker__horizontal {
      background: #fff;
    }
    
    .DayPicker__verticalScrollable {
      height: 100%;
    }
    
    .DayPicker__hidden {
      visibility: hidden;
    }
    
    .DayPicker__withBorder {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
      border-radius: 3px;
    }
    
    .DayPicker_portal__horizontal {
      box-shadow: none;
      position: absolute;
      left: 50%;
      top: 50%;
    }
    
    .DayPicker_portal__vertical {
      position: initial;
    }
    
    .DayPicker_focusRegion {
      outline: 0;
    }
    
    .DayPicker_calendarInfo__horizontal,
    .DayPicker_wrapper__horizontal {
      display: inline-block;
      vertical-align: top;
    }
    
    .DayPicker_weekHeaders {
      position: relative;
    }
    
    .DayPicker_weekHeaders__horizontal {
      margin-left: 13px;
    }
    
    .DayPicker_weekHeader {
      color: #757575;
      position: absolute;
      top: 62px;
      z-index: 2;
      text-align: left;
      padding: 0 !important;
    }
    
    .DayPicker_weekHeader__vertical {
      left: 50%;
    }
    
    .DayPicker_weekHeader__verticalScrollable {
      top: 0;
      display: table-row;
      border-bottom: 1px solid #dbdbdb;
      background: #fff;
      margin-left: 0;
      left: 0;
      width: 100%;
      text-align: center;
    }
    
    .DayPicker_weekHeader_ul {
      list-style: none;
      margin: 1px 0;
      padding-left: 0;
      padding-right: 0;
      font-size: 14px;
    }
    
    .DayPicker_weekHeader_li {
      display: inline-block;
      text-align: center;
      margin: 0 1px;
    }
    
    .DayPicker_transitionContainer {
      position: relative;
      overflow: hidden;
      border-radius: 3px;
    }
    
    .DayPicker_transitionContainer__horizontal {
      transition: height 0.2s ease-in-out;
    }
    
    .DayPicker_transitionContainer__vertical {
      width: 100%;
    }
    
    .DayPicker_transitionContainer__verticalScrollable {
      padding-top: 20px;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      overflow-y: scroll;
    }
    
    .DateInput {
      margin: 0;
      padding: 0;
      background: #fff;
      position: relative;
      display: inline-block;
      width: 130px;
      vertical-align: middle;
    }
    
    .DateInput__small {
      width: 97px;
    }
    
    .DateInput__block {
      width: 100%;
    }
    
    .DateInput__disabled {
      background: #f2f2f2;
      color: #dbdbdb;
    }
    
    .DateInput_input {
      font-weight: 200;
      font-size: 19px;
      line-height: 24px;
      color: #484848;
      background-color: #fff;
      width: 100%;
      padding: 11px 11px 9px;
      border: 0;
      border-top: 0;
      border-right: 0;
      border-bottom: 2px solid transparent;
      border-left: 0;
      border-radius: 0;
    }
    
    .DateInput_input__small {
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 0.2px;
      padding: 7px 7px 5px;
    }
    
    .DateInput_input__regular {
      font-weight: auto;
    }
    
    .DateInput_input__readOnly {
      -webkit-user-select: none;
      user-select: none;
    }
    
    .DateInput_input__focused {
      outline: 0;
      background: #fff;
      border: 0;
      border-top: 0;
      border-right: 0;
      border-bottom: 2px solid #008489;
      border-left: 0;
    }
    
    .DateInput_input__disabled {
      background: #f2f2f2;
      font-style: italic;
    }
    
    .DateInput_screenReaderMessage {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    .DateInput_fang {
      position: absolute;
      width: 20px;
      height: 10px;
      left: 22px;
      z-index: 2;
    }
    
    .DateInput_fangShape {
      fill: #fff;
    }
    
    .DateInput_fangStroke {
      stroke: #dbdbdb;
      fill: transparent;
    }
    
    .DateRangePickerInput {
      background-color: #fff;
      display: inline-block;
    }
    
    .DateRangePickerInput__disabled {
      background: #f2f2f2;
    }
    
    .DateRangePickerInput__withBorder {
      border-radius: 2px;
      border: 1px solid #dbdbdb;
    }
    
    .DateRangePickerInput__rtl {
      direction: rtl;
    }
    
    .DateRangePickerInput__block {
      display: block;
    }
    
    .DateRangePickerInput__showClearDates {
      padding-right: 30px;
    }
    
    .DateRangePickerInput_arrow {
      display: inline-block;
      vertical-align: middle;
      color: #484848;
    }
    
    .DateRangePickerInput_arrow_svg {
      vertical-align: middle;
      fill: #484848;
      height: 24px;
      width: 24px;
    }
    
    .DateRangePickerInput_clearDates {
      background: 0 0;
      border: 0;
      color: inherit;
      font: inherit;
      line-height: normal;
      overflow: visible;
      cursor: pointer;
      padding: 10px;
      margin: 0 10px 0 5px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .DateRangePickerInput_clearDates__small {
      padding: 6px;
    }
    
    .DateRangePickerInput_clearDates_default:focus,
    .DateRangePickerInput_clearDates_default:hover {
      background: #dbdbdb;
      border-radius: 50%;
    }
    
    .DateRangePickerInput_clearDates__hide {
      visibility: hidden;
    }
    
    .DateRangePickerInput_clearDates_svg {
      fill: #82888a;
      height: 12px;
      width: 15px;
      vertical-align: middle;
    }
    
    .DateRangePickerInput_clearDates_svg__small {
      height: 9px;
    }
    
    .DateRangePickerInput_calendarIcon {
      background: 0 0;
      border: 0;
      color: inherit;
      font: inherit;
      line-height: normal;
      overflow: visible;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      padding: 10px;
      margin: 0 5px 0 10px;
    }
    
    .DateRangePickerInput_calendarIcon_svg {
      fill: #82888a;
      height: 15px;
      width: 14px;
      vertical-align: middle;
    }
    
    .DateRangePicker {
      position: relative;
      display: inline-block;
    }
    
    .DateRangePicker__block {
      display: block;
    }
    
    .DateRangePicker_picker {
      z-index: 1;
      background-color: #fff;
      position: absolute;
    }
    
    .DateRangePicker_picker__rtl {
      direction: rtl;
    }
    
    .DateRangePicker_picker__directionLeft {
      left: 0;
    }
    
    .DateRangePicker_picker__directionRight {
      right: 0;
    }
    
    .DateRangePicker_picker__portal {
      background-color: rgba(0, 0, 0, 0.3);
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }
    
    .DateRangePicker_picker__fullScreenPortal {
      background-color: #fff;
    }
    
    .DateRangePicker_closeButton {
      background: 0 0;
      border: 0;
      color: inherit;
      font: inherit;
      line-height: normal;
      overflow: visible;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      padding: 15px;
      z-index: 2;
    }
    
    .DateRangePicker_closeButton:focus,
    .DateRangePicker_closeButton:hover {
      color: #b0b3b4;
      text-decoration: none;
    }
    
    .DateRangePicker_closeButton_svg {
      height: 15px;
      width: 15px;
      fill: #cacccd;
    }
      </style>';
    }

    Hope someone also will benefit from it ??

    Thread Starter pandowata

    (@pandowata)

    As @justaddsalt – you need to go to custom tab to see the error.

    It’s happening on every wocommerce store I have access to.
    Woocommerce Version 7.1.0
    Wordpress Version 6.1

    Thread Starter pandowata

    (@pandowata)

    After some debugging it seems like the problem with custom analytics appears when wordpress is updated to v. 6.1

    Thread Starter pandowata

    (@pandowata)

    Hi,
    thank you for looking at this case ??
    Here is the status:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://labambino.pl
    Site address (URL): https://labambino.pl
    WC Version: 6.8.2
    REST API Version: ? 6.8.2
    WC Blocks Version: ? 8.0.0
    Action Scheduler Version: ? 3.4.0
    Log Directory Writable: ?
    WP Version: 6.0.2
    WP Multisite: –
    WP Memory Limit: 1 GB
    WP Debug Mode: –
    WP Cron: –
    Language: pl_PL
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 8.0.11
    PHP Post Max Size: 64 MB
    PHP Time Limit: 300
    PHP Max Input Vars: 10000
    cURL Version: 7.74.0
    OpenSSL/1.1.1n
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.5.12-MariaDB-0+deb11u1
    Max Upload Size: 64 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 6.8.2
    WC Database Prefix: rwrct6y0ka_
    Ca?kowity rozmiar bazy danych: 353.00MB
    Rozmiar bazy danych: 215.15MB
    Rozmiar indeksu bazy danych: 137.85MB
    rwrct6y0ka_woocommerce_sessions: Dane: 2.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_api_keys: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_attribute_taxonomies: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_downloadable_product_permissions: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_order_items: Dane: 2.52MB + Indeks: 1.52MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_order_itemmeta: Dane: 20.55MB + Indeks: 15.03MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_tax_rates: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_tax_rate_locations: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_shipping_zones: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_shipping_zone_locations: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_shipping_zone_methods: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_payment_tokens: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_payment_tokenmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_log: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_actionscheduler_actions: Dane: 5.06MB + Indeks: 5.97MB + Silnik InnoDB
    rwrct6y0ka_actionscheduler_claims: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_actionscheduler_groups: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_actionscheduler_logs: Dane: 4.05MB + Indeks: 3.03MB + Silnik InnoDB
    rwrct6y0ka_bv_activities_store: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_bv_fw_requests: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_bv_ip_store: Dane: 0.23MB + Indeks: 0.22MB + Silnik InnoDB
    rwrct6y0ka_bv_lp_requests: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_commentmeta: Dane: 0.22MB + Indeks: 0.25MB + Silnik InnoDB
    rwrct6y0ka_comments: Dane: 6.52MB + Indeks: 9.09MB + Silnik InnoDB
    rwrct6y0ka_frmt_form_entry: Dane: 0.06MB + Indeks: 0.05MB + Silnik InnoDB
    rwrct6y0ka_frmt_form_entry_meta: Dane: 0.31MB + Indeks: 0.39MB + Silnik InnoDB
    rwrct6y0ka_frmt_form_views: Dane: 0.09MB + Indeks: 0.16MB + Silnik InnoDB
    rwrct6y0ka_gla_budget_recommendations: Dane: 0.22MB + Indeks: 0.14MB + Silnik InnoDB
    rwrct6y0ka_gla_merchant_issues: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_gla_shipping_rates: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
    rwrct6y0ka_gla_shipping_times: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_hthb_analytics: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_icl_content_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_icl_core_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_icl_flags: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_icl_languages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_icl_languages_translations: Dane: 0.20MB + Indeks: 0.17MB + Silnik InnoDB
    rwrct6y0ka_icl_locale_map: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_icl_message_status: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_icl_mo_files_domains: Dane: 0.05MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_icl_node: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_icl_reminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_icl_strings: Dane: 0.28MB + Indeks: 0.42MB + Silnik InnoDB
    rwrct6y0ka_icl_string_batches: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_icl_string_packages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_icl_string_positions: Dane: 0.11MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_icl_string_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_icl_string_translations: Dane: 0.08MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_icl_translate: Dane: 0.27MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_icl_translate_job: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_icl_translations: Dane: 2.52MB + Indeks: 7.06MB + Silnik InnoDB
    rwrct6y0ka_icl_translation_batches: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_icl_translation_downloads: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_icl_translation_status: Dane: 0.38MB + Indeks: 0.08MB + Silnik InnoDB
    rwrct6y0ka_itsec_bans: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_itsec_dashboard_events: Dane: 0.06MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_itsec_distributed_storage: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_itsec_fingerprints: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_itsec_geolocation_cache: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_itsec_lockouts: Dane: 0.02MB + Indeks: 0.08MB + Silnik InnoDB
    rwrct6y0ka_itsec_logs: Dane: 4.02MB + Indeks: 1.23MB + Silnik InnoDB
    rwrct6y0ka_itsec_mutexes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_itsec_opaque_tokens: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_itsec_temp: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB
    rwrct6y0ka_itsec_user_groups: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_links: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_mailchimp_carts: Dane: 0.33MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_mailchimp_jobs: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_newsletter: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_newsletter_emails: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_newsletter_sent: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_newsletter_stats: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_newsletter_user_logs: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_options: Dane: 18.17MB + Indeks: 1.38MB + Silnik InnoDB
    rwrct6y0ka_pmxe_exports: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_pmxe_google_cats: Dane: 0.39MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_pmxe_posts: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_pmxe_templates: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_postmeta: Dane: 96.63MB + Indeks: 52.06MB + Silnik InnoDB
    rwrct6y0ka_posts: Dane: 7.50MB + Indeks: 5.89MB + Silnik InnoDB
    rwrct6y0ka_redirection_404: Dane: 4.02MB + Indeks: 5.17MB + Silnik InnoDB
    rwrct6y0ka_redirection_groups: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_redirection_items: Dane: 0.02MB + Indeks: 0.09MB + Silnik InnoDB
    rwrct6y0ka_redirection_logs: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
    rwrct6y0ka_sgpb_subscribers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_sgpb_subscription_error_log: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_shopmagic_automation_outcome: Dane: 0.27MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_shopmagic_automation_outcome_logs: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_shopmagic_cart: Dane: 1.52MB + Indeks: 0.34MB + Silnik InnoDB
    rwrct6y0ka_shopmagic_guest: Dane: 0.38MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_shopmagic_guest_meta: Dane: 3.52MB + Indeks: 1.52MB + Silnik InnoDB
    rwrct6y0ka_shopmagic_marketing_lists: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_shopmagic_optin_email: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_smush_dir_images: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
    rwrct6y0ka_snippets: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_termmeta: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB
    rwrct6y0ka_terms: Dane: 0.06MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_term_relationships: Dane: 0.36MB + Indeks: 0.22MB + Silnik InnoDB
    rwrct6y0ka_term_taxonomy: Dane: 0.09MB + Indeks: 0.06MB + Silnik InnoDB
    rwrct6y0ka_tm_taskmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_tm_tasks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_usermeta: Dane: 9.52MB + Indeks: 11.03MB + Silnik InnoDB
    rwrct6y0ka_users: Dane: 0.52MB + Indeks: 0.42MB + Silnik InnoDB
    rwrct6y0ka_user_registration_sessions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_wcas_match_rows: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
    rwrct6y0ka_wcas_match_sets: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
    rwrct6y0ka_wc_admin_notes: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_wc_admin_note_actions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_wc_category_lookup: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_wc_customer_lookup: Dane: 1.52MB + Indeks: 0.53MB + Silnik InnoDB
    rwrct6y0ka_wc_download_log: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_wc_order_coupon_lookup: Dane: 0.17MB + Indeks: 0.23MB + Silnik InnoDB
    rwrct6y0ka_wc_order_product_lookup: Dane: 2.52MB + Indeks: 1.59MB + Silnik InnoDB
    rwrct6y0ka_wc_order_stats: Dane: 1.52MB + Indeks: 0.73MB + Silnik InnoDB
    rwrct6y0ka_wc_order_tax_lookup: Dane: 1.52MB + Indeks: 0.41MB + Silnik InnoDB
    rwrct6y0ka_wc_product_attributes_lookup: Dane: 0.16MB + Indeks: 0.11MB + Silnik InnoDB
    rwrct6y0ka_wc_product_download_directories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_wc_product_meta_lookup: Dane: 1.52MB + Indeks: 1.23MB + Silnik InnoDB
    rwrct6y0ka_wc_rate_limits: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_wc_reserved_stock: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_wc_tax_rate_classes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_wc_webhooks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_p24_data: Dane: 0.13MB + Indeks: 0.15MB + Silnik MyISAM
    rwrct6y0ka_woocommerce_p24_order_map: Dane: 0.50MB + Indeks: 0.72MB + Silnik InnoDB
    rwrct6y0ka_woocommerce_p24_subscription: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB
    rwrct6y0ka_wpforms_tasks_meta: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_wpmm_subscribers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_wpr_rocket_cache: Dane: 0.08MB + Indeks: 0.09MB + Silnik InnoDB
    rwrct6y0ka_wpr_rucss_used_css: Dane: 0.02MB + Indeks: 0.08MB + Silnik InnoDB
    rwrct6y0ka_wt_iew_action_history: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_wt_iew_mapping_template: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
    rwrct6y0ka_yoast_indexable: Dane: 8.52MB + Indeks: 6.66MB + Silnik InnoDB
    rwrct6y0ka_yoast_indexable_hierarchy: Dane: 0.34MB + Indeks: 0.44MB + Silnik InnoDB
    rwrct6y0ka_yoast_migrations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
    rwrct6y0ka_yoast_primary_term: Dane: 0.05MB + Indeks: 0.03MB + Silnik InnoDB
    rwrct6y0ka_yoast_seo_links: Dane: 0.08MB + Indeks: 0.06MB + Silnik InnoDB
    rwrct6y0ka_yoast_seo_meta: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB
    wp_smush_dir_images: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
    
    ### Post Type Counts ###
    
    attachment: 4992
    custom_css: 5
    custom-css-js: 6
    forminator_forms: 1
    itsec-dash-card: 8
    itsec-dashboard: 1
    mewz_attribute_stock: 40
    nav_menu_item: 67
    oembed_cache: 13
    page: 39
    polylang_mo: 2
    popupbuilder: 1
    post: 12
    product: 189
    product_variation: 1222
    pscw-size-chart: 16
    shipment: 1274
    shop_coupon: 2200
    shop_order: 8445
    shop_order_refund: 170
    shopmagic_automation: 2
    user_registration: 1
    wapf_product: 2
    wbcr-snippets: 16
    wp_global_styles: 1
    wphash_ntf_bar: 1
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (57) ###
    
    ManageWP - Worker: przez GoDaddy – 4.9.14
    WPML Multilingual CMS: przez OnTheGoSystems – 4.5.9
    WPML SEO: przez OnTheGoSystems – 2.1.0
    Advanced Product Fields for WooCommerce: przez StudioWombat – 1.5.3
    Akismet antyspam: przez Automattic – 5.0
    WordPress Backup & Security Plugin - BlogVault: przez Backup by BlogVault – 4.82
    PublishPress Capabilities: przez PublishPress – 2.5.0
    Cookie Notice & Compliance dla RODO / CCPA: przez Hu-manity.co – 2.4.0
    WooCommerce Coupon Generator: przez Jeroen Sormani – 1.2.0
    GTM4WP: przez Thomas Geiger – 1.16.1
    Products & Order Export for WooCommerce: przez WPWhale – 1.9.2
    Flexible Shipping: przez Octolize – 4.14.0
    Font Awesome: przez Font Awesome – 4.3.1
    Forminator: przez WPMU DEV – 1.17.2
    Free Shipping Label: przez Devnet – 2.4.1
    Google Listings and Ads: przez WooCommerce – 2.1.1
    HashBar - WordPress Notification Bar: przez HasThemes – 1.3.4
    Import and export users and customers: przez codection – 1.20.3
    Woody code snippets (PHP snippets | Insert PHP): przez Creative Motion
    Will Bontrager Software
    LLC  – 2.4.6
    
    iThemes Security Pro: przez iThemes – 7.1.3
    Jetpack: przez Automattic – 11.3.1
    Kirki Customizer Framework: przez David Vongries – 4.0.24
    Klaviyo: przez Klaviyo
    Inc. – 3.0.3
    
    Loco Translate: przez Tim Whitlock – 2.6.2
    Mailchimp for WooCommerce: przez Mailchimp – 2.7.3
    Markup by Attribute for WooCommerce: przez MarkTomlinson – 3.10.5
    Biuletyn: przez Stefano Lissa wraz z zespo?em Newslettera – 7.5.3
    Fonts Plugin | Typografia Google Fonts: przez Fonts Plugin – 3.0.21
    Pixel Manager for WooCommerce (Premium): przez SweetCode – 1.20.2
    Popup Builder: przez Sygnoos – 4.1.13
    Product GTIN (EAN, UPC, ISBN) for WooCommerce: przez Emanuela Castorina – 1.1.1
    Product Import Export for WooCommerce: przez WebToffee – 2.2.4
    Product Size Chart for WooCommerce: przez VillaTheme – 1.0.12
    WooCommerce Przelewy24 Payment Gateway: przez Przelewy24 Sp. z o.o. – 1.0.12
    PW WooCommerce Bulk Edit: przez Pimwick
    LLC – 2.105
    
    Redirection: przez John Godley – 5.3.3
    ShopMagic Abandoned Carts: przez WP Desk – 2.1.2
    ShopMagic dla WooCommerce: przez WP Desk – 2.37.13
    CTX Feed: przez WebAppick – 4.5.1
    Converter for Media: przez Mateusz Gbiorczyk – 5.2.0
    WooCommerce UPC, EAN, and ISBN: przez Scott Bolinger – 0.5.1
    InPost dla WooCommerce: przez Inspire Labs – 1.3.7
    Advanced Order Export For WooCommerce: przez AlgolPlus – 3.3.2
    WooCommerce Multilingual & Multicurrency: przez OnTheGoSystems – 5.0.2
    WooCommerce InPost: przez WP Desk – 3.20.10
    WooCommerce Shipping & Tax: przez WooCommerce – 1.26.3
    WooCommerce: przez Automattic – 6.8.2 (dost?pna aktualizacja do wersji 6.9.1)
    Yoast SEO: przez Zespó? Yoast – 19.6.1
    WP Maintenance Mode & Coming Soon: przez Themeisle – 2.5.1
    WP Rocket: przez WP Media – 3.12.0.5
    Smush Pro: przez WPMU DEV – 3.11.1
    WPForms Lite: przez WPForms – 1.7.6
    WPML Media: przez OnTheGoSystems – 2.7.1
    WPML String Translation: przez OnTheGoSystems – 3.2.2
    WPForms Multilingual: przez OnTheGoSystems – 0.2.0
    WPMU DEV Dashboard: przez WPMU DEV – 4.11.16
    Yotpo Social Reviews for Woocommerce: przez Yotpo – 1.1.8
    
    ### Inactive Plugins (7) ###
    
    All in One Product Quantity for WooCommerce: przez WPWhale – 4.3.5
    Apaczka.pl WooCommerce: przez Inspire Labs – 1.4.5
    Google Analytics for WordPress by MonsterInsights: przez MonsterInsights – 8.8.2
    MailPoet 3 (New): przez MailPoet – 3.96.1
    OTGS Installer: przez OnTheGoSystems – 3.0.3
    WooCommerce Attribute Stock: przez Mewz – 1.7.5
    WooCommerce Payments: przez Automattic – 4.7.0 (dost?pna aktualizacja do wersji 4.7.1)
    
    ### Dropin Plugins (1) ###
    
    advanced-cache.php: advanced-cache.php
    
    ### Must Use Plugins (1) ###
    
    ManageWP - Worker Loader: przez GoDaddy – 1.0.0
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: PLN (z?)
    Currency Position: right_space
    Thousand Separator: 
    Decimal Separator: ,
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    Connected to WooCommerce.com: ?
    Enforce Approved Product Download Directories: –
    
    ### WC Pages ###
    
    Strona sklepu: #7 - /sklep/
    Koszyk: #8 - /koszyk/
    Zamówienie: #9 - /zamowienie/
    Moje konto: #10 - /moje-konto/
    Regulamin: #1441 - /regulamin/
    
    ### Theme ###
    
    Name: leto child theme
    Version: 1.0
    Author URL: 
    Child Theme: ?
    Parent Theme Name: Leto
    Parent Theme Version: 1.0.14
    Parent Theme Author URL: https://athemes.com
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: leto/woocommerce/checkout/form-coupon.php
    leto/woocommerce/checkout/form-login.php
    leto-child/woocommerce/emails/customer-completed-order.php
    leto-child/woocommerce/emails/customer-processing-order.php
    leto-child/woocommerce/emails/plain/admin-new-order.php
    
    ### Admin ###
    
    Enabled Features: activity-panels
    analytics
    coupons
    customer-effort-score-tracks
    experimental-products-task
    experimental-import-products-task
    experimental-fashion-sample-products
    experimental-product-tour
    shipping-smart-defaults
    shipping-setting-tour
    homescreen
    marketing
    mobile-app-banner
    navigation
    onboarding
    onboarding-tasks
    remote-inbox-notifications
    remote-free-extensions
    payment-gateway-suggestions
    shipping-label-banner
    subscriptions
    store-alerts
    transient-notices
    wc-pay-promotion
    wc-pay-welcome-page
    wc-pay-subscriptions-page
    
    Disabled Features: minified-js
    settings
    
    Daily Cron: ? Next scheduled: 2022-09-15 20:20:06 +02:00
    Options: ?
    Notes: 9
    Onboarding: completed
    
    ### Action Scheduler ###
    
    Canceled: 10
    Oldest: 2022-08-16 11:21:23 +0200
    Newest: 2022-09-13 19:18:53 +0200
    
    Complete: 12?748
    Oldest: 2022-08-15 13:02:45 +0200
    Newest: 2022-09-15 08:52:02 +0200
    
    Failed: 129
    Oldest: 2021-10-15 14:28:00 +0200
    Newest: 2022-09-15 07:57:29 +0200
    
    Pending: 10
    Oldest: 2022-09-15 21:25:24 +0200
    Newest: 2022-09-21 12:00:15 +0200
    
    ### Status report information ###
    
    Generated at: 2022-09-15 09:00:17 +02:00
    
    Thread Starter pandowata

    (@pandowata)

    Ok i didnt enable the Google Calendar API
    sorry ??

Viewing 13 replies - 1 through 13 (of 13 total)