Skip to content

Commit

Permalink
Fix: Filter by customer placeholder issue solve on frontend getdokan#750
Browse files Browse the repository at this point in the history
  • Loading branch information
weDevs authored and weDevs committed Feb 6, 2020
1 parent ed09fe3 commit ce991af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/dokan-lite.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5622,7 +5622,7 @@ msgid "Filter by Date"
msgstr ""

#: templates/orders/date-export.php:36
msgid "Filter by Customer"
msgid "Filter by registered customer"
msgstr ""

#: templates/orders/date-export.php:39 templates/products/listing-filter.php:48
Expand Down
2 changes: 1 addition & 1 deletion templates/orders/date-export.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<form action="" method="GET" class="dokan-left">
<div class="dokan-form-group">
<input type="text" class="datepicker" style="width:120px; padding-bottom:7px" name="order_date" id="order_date_filter" placeholder="<?php esc_attr_e( 'Filter by Date', 'dokan-lite' ); ?>" value="<?php echo esc_attr( $filter_date ); ?>">
<select name="customer_id" id="dokan-filter-customer" style="width:200px" class="dokan-form-control" data-allow_clear="true" data-placeholder="<?php esc_attr_e( 'Filter by Customer', 'dokan-lite' ); ?>">
<select name="customer_id" id="dokan-filter-customer" style="width:220px" class="dokan-form-control" data-allow_clear="true" data-placeholder="<?php esc_attr_e( 'Filter by registered customer', 'dokan-lite' ); ?>">
<option value="<?php echo esc_attr( $user_id ); ?>" selected="selected"><?php echo wp_kses_post( $user_string ); ?><option>
</select>
<input type="submit" name="dokan_order_filter" class="dokan-btn dokan-btn-sm dokan-btn-danger dokan-btn-theme" value="<?php esc_attr_e( 'Filter', 'dokan-lite' ); ?>">
Expand Down

0 comments on commit ce991af

Please sign in to comment.