-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #343 from codersaiful/3.5.0.0
3.5.0.0
- Loading branch information
Showing
15 changed files
with
147 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<?php | ||
$settings = array( | ||
'page' => 'configuration_page', | ||
'module' => 'free', | ||
); | ||
|
||
$settings = apply_filters('wpto_configuration_settings', $settings); | ||
|
||
$wrapper_class = isset($settings['module']) ? $settings['module'] : ''; | ||
|
||
?> | ||
<div class="wrap wpt_wrap wpt-content <?php echo esc_attr($wrapper_class); ?>"> | ||
|
||
<h1 class="wp-heading "></h1> | ||
<div class="fieldwrap"> | ||
|
||
|
||
<?php | ||
if( ! class_exists( 'PSSGP_Init' ) ){ | ||
?> | ||
<a href="https://codeastrology.com/downloads/product-sync-master-sheet-premium/" target="_blank" style="margin-bottom: -30px;display:block;color: #d00;">Get <i>Sync Master Sheet Premium</i></a> | ||
<?php | ||
} | ||
if( class_exists( '\PSSG_Sync_Sheet\App\Handle\Quick_Table' ) ){ | ||
|
||
$quckTable = new \PSSG_Sync_Sheet\App\Handle\Quick_Table(); | ||
$quckTable->display_table_full(); | ||
|
||
}else{ | ||
|
||
|
||
?> | ||
|
||
<div class="wpt-section-panel supported-terms wpt-recomendation-area" id="wpt-recomendation-area"> | ||
<table class="wpt-my-table universal-setting"> | ||
<thead> | ||
<tr> | ||
<th class="wpt-inside"> | ||
<div class="wpt-table-header-inside"> | ||
<h3><?php echo esc_html__('Quick and Bulk Edit', 'wpt'); ?> <small class="wpt-small-title">Need to intall and activate following</small></h3> | ||
</div> | ||
|
||
</th> | ||
<th> | ||
<div class="wpt-table-header-right-side"></div> | ||
</th> | ||
</tr> | ||
</thead> | ||
|
||
<tbody> | ||
<tr> | ||
<td> | ||
<div class="wqpmb-form-control"> | ||
<div class="form-label col-lg-12"> | ||
<?php | ||
|
||
do_action( 'wpt_sync_plugin_recommendation' ); ?> | ||
</div> | ||
|
||
</div> | ||
</td> | ||
<td> | ||
<div class="wqpmb-form-info"> | ||
|
||
<p>Highly Recommeded this plugin. Which will help you to bulk edit of your all product.</p> | ||
</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</div> <!--/.wpt-recomendation-area --> | ||
<?php | ||
} | ||
?> | ||
</div> | ||
|
||
</div> <!-- ./wrap wpt_wrap wpt-content --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,16 @@ public static function render( Shortcode $shortcode ){ | |
|
||
$html .= apply_filters('end_part_advance_search_box','',$shortcode->table_id); | ||
|
||
ob_start(); | ||
/** | ||
* Used following hook to insert two insert other field | ||
* such: | ||
* Order By, Order and On sale | ||
* | ||
* @author Saiful Islam <[email protected]> | ||
*/ | ||
do_action('wpt_search_box_bottom', $shortcode->table_id); | ||
$html .= ob_get_clean(); | ||
/** | ||
* Query by URL | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters