PluginProbe ʕ •ᴥ•ʔ
PiWeb Delivery & Pickup Date Time for WooCommerce / 3.0.49.3
PiWeb Delivery & Pickup Date Time for WooCommerce v3.0.49.3
3.0.63 3.0.62 3.0.61 3.0.60 3.0.49.49 3.0.49.6 3.0.49.60 3.0.49.61 3.0.49.62 3.0.49.63 3.0.49.64 3.0.49.66 3.0.49.67 3.0.49.69 3.0.49.7 3.0.49.70 3.0.49.72 3.0.49.73 3.0.49.74 3.0.49.76 3.0.49.77 3.0.49.79 3.0.49.9 3.0.49.90 3.0.49.91 3.0.49.92 3.0.49.93 3.0.49.94 3.0.49.96 3.0.49.97 3.0.49.99 trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 2.9.17 3.0.47 3.0.49 3.0.49.1 3.0.49.10 3.0.49.11 3.0.49.12 3.0.49.13 3.0.49.16 3.0.49.17 3.0.49.19 3.0.49.2 3.0.49.20 3.0.49.21 3.0.49.22 3.0.49.23 3.0.49.24 3.0.49.26 3.0.49.27 3.0.49.29 3.0.49.3 3.0.49.30 3.0.49.31 3.0.49.32 3.0.49.33 3.0.49.34 3.0.49.36 3.0.49.37 3.0.49.39 3.0.49.4 3.0.49.40 3.0.49.41 3.0.49.42 3.0.49.43 3.0.49.44 3.0.49.46 3.0.49.47
pi-woocommerce-order-date-time-and-type / admin / options-addons.php
pi-woocommerce-order-date-time-and-type / admin Last commit date
css 2 years ago img 2 years ago js 2 years ago class-adv-order-filter.php 2 years ago class-pi-dtt-labels.php 2 years ago class-pi-dtt-order-table.php 2 years ago conflict-fixer.php 2 years ago menu.php 2 years ago options-addons.php 2 years ago options-date.php 2 years ago options-limit.php 2 years ago options-pickup.php 2 years ago options-time-slot.php 2 years ago options-time.php 2 years ago options.php 2 years ago
options-addons.php
209 lines
1 <?php
2 if ( ! defined( 'WPINC' ) ) {
3 die;
4 }
5 class pisol_dtt_addons{
6
7 private $settings = array();
8
9 private $active_tab;
10
11 private $this_tab = 'addons';
12
13 private $tab_name = 'Addon Plugins';
14
15 private $setting_key = 'pisol_dtt_addons';
16
17
18
19 function __construct(){
20
21 $this->active_tab = (isset($_GET['tab'])) ? sanitize_text_field($_GET['tab']) : 'default';
22
23
24 if($this->this_tab == $this->active_tab){
25 add_action('pisol_dtt_tab_content', array($this,'tab_content'));
26 }
27
28 add_action('pisol_dtt_tab', array($this,'tab'),10);
29
30
31
32
33 }
34
35
36 function tab(){
37 ?>
38 <a class=" pi-side-menu <?php echo ($this->active_tab == $this->this_tab ? 'bg-warning' : 'bg-warning'); ?>" href="<?php echo admin_url( 'admin.php?page='.esc_attr($_GET['page']).'&tab='.esc_attr($this->this_tab) ); ?>">
39 <span class="dashicons dashicons-admin-plugins"></span> <?php _e( $this->tab_name, 'pisol-dtt' ); ?>
40 </a>
41 <a class=" pi-side-menu bg-warning" target="_blank" href="https://www.piwebsolution.com/documentation-for-order-delivery-pickup-date-time-and-location-for-woocommerce/">
42 <span class="dashicons dashicons-media-document"></span> Documentation
43 </a>
44 <?php
45 }
46
47 function tab_content(){
48 ?>
49 <div class="alert alert-warning mt-3">This addon plugins only works along with the PRO Version of the Order date, time pickup location plugin</div>
50
51 <div class="border p-2 my-3">
52 <div class="row align-items-center">
53 <div class="col-12 col-md-5">
54 <iframe style="width:100%; height:230px;" src="https://www.youtube.com/embed/890xVsrgQVU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
55 </div>
56 <div class="col-12 col-md-7">
57 <h3>Preparation time master (Addon plugin)</h3>
58 <p>This allows you to change various setting of the plugin on product level</p>
59 <ul>
60 <li>Set different preparation time for each product</li>
61 <li>Make product only available for pickup or delivery or both</li>
62 <li>Set product as only available at specific pickup location only </li>
63 <li>Make product available on specific day or date</li>
64 </ul>
65 <div class="py-2 text-right">
66 <a class="btn btn-md btn-primary" href="https://www.piwebsolution.com/cart/?add-to-cart=5844&variation_id=5846" target="_blank">Buy Now</a>
67 </div>
68 </div>
69 </div>
70 </div>
71
72 <div class="border p-2 my-3">
73 <div class="row align-items-center">
74 <div class="col-12 col-md-5">
75 <iframe style="width:100%; height:230px;" src="https://www.youtube.com/embed/sPhxFkF_jsE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
76 </div>
77 <div class="col-12 col-md-7">
78 <h3>Special Working date & Special Timing Pro (Addon for pro plugin)</h3>
79 <ul>
80 <li>You can set special working dates that are outside your preorder day range</li>
81 <li>You can set special timing for this special date as well</li>
82 <li>You can use this plugin to change time slot of some normal working date as well </li>
83 </ul>
84 <div class="py-2 text-right">
85 <a class="btn btn-md btn-primary" href="https://www.piwebsolution.com/cart/?add-to-cart=8739&variation_id=8745" target="_blank">Buy Now</a>
86 </div>
87 </div>
88 </div>
89 </div>
90
91
92 <div class="border p-2 my-3">
93 <div class="row align-items-center">
94 <div class="col-12 col-md-5">
95 <iframe style="width:100%; height:230px;" src="https://www.youtube.com/embed/4lJdvR_s6gc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
96 </div>
97 <div class="col-12 col-md-7">
98 <h3>Different date time for Different pickup stores and Different delivery areas PRO (Addon for pro plugin)</h3>
99 <ul>
100 <li>Offer different Time for different pickup stores</li>
101 <li>Set different working days for different pickup stores</li>
102 <li>Offer different Time for different delivery zones (e.g: based on delivery area postcode)</li>
103 </ul>
104 <div class="py-2 text-right">
105 <a class="btn btn-md btn-primary" href="https://www.piwebsolution.com/cart/?add-to-cart=6068&variation_id=6069" target="_blank">Buy Now</a>
106 </div>
107 </div>
108 </div>
109 </div>
110
111 <div class="border p-2 my-3">
112 <div class="row align-items-center">
113 <div class="col-12 col-md-5">
114 <iframe style="width:100%; height:230px;" src="https://www.youtube.com/embed/vk77jLrzp8g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
115 </div>
116 <div class="col-12 col-md-7">
117 <h3>Minimum Purchase Amount for Delivery order Pro (Addon for pro plugin)</h3>
118 <ul>
119 <li>Set Minimum purchase amount to get the Delivery option</li>
120 <li>Minimum purchase amount to get Pickup option</li>
121 <li>You can set a custom message to inform the user about the minimum purchase amount restriction</li>
122 <li>You can show a message when the user does not qualify for the delivery option, so the customer will know how he can get the delivery option</li>
123 <li>Likewise, if you want to set a minimum purchase about the restriction on your shop, you can do that as well bu setting minimum purchase amount restriction on delivery and pickup orders both</li>
124 </ul>
125 <div class="py-2 text-right">
126 <a class="btn btn-md btn-primary" href="https://www.piwebsolution.com/cart/?add-to-cart=6090&variation_id=6095" target="_blank">Buy Now</a>
127 </div>
128 </div>
129 </div>
130 </div>
131
132 <div class="border p-2 my-3">
133 <div class="row align-items-center">
134 <div class="col-12 col-md-5">
135 <iframe style="width:100%; height:230px;" src="https://www.youtube.com/embed/nkVBYRXFStk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
136 </div>
137 <div class="col-12 col-md-7">
138 <h3>Delivery pickup reminder email WooCommerce PRO (Addon plugin)</h3>
139 <p>This is an addon plugin for order delivery date and time plugin, it automatically sends a reminder email to your customer, admin and staff regarding upcoming delivery or pickup for there order, you can configure in the plugin how much time before a reminder email should be sent.</p>
140
141 <strong>E.g: if the user places a pickup order for 25th April 2020 3:00 PM<br>
142 and you have set the reminder time to be 30 min <br>
143 then the customer will receive and a reminder email on 25th April 2020 2:30 PM</strong>
144 <div class="py-2 text-right">
145 <a class="btn btn-md btn-primary" href="https://www.piwebsolution.com/cart/?add-to-cart=5195&variation_id=5199" target="_blank">Buy Now</a> <a class="btn btn-md btn-primary" href="https://wordpress.org/plugins/delivery-pickup-reminder-email-woocommerce/" target="_blank">Try Free version</a>
146 </div>
147 </div>
148 </div>
149 </div>
150
151 <div class="border p-2 my-3">
152 <div class="row align-items-center">
153 <div class="col-12 col-md-5">
154 <iframe style="width:100%; height:230px;" src="https://www.youtube.com/embed/bJw2k4FniOQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
155 </div>
156 <div class="col-12 col-md-7">
157 <h3>Delivery date, time preference selection popup (Addon for pro plugin)</h3>
158 <ul>
159 <li>This plugin allows you to get user delivery preference way before they reach the checkout page.</li>
160 <li>There are multiple ways to trigger the preference popup like:
161 <ol>
162 <li>Link based trigger: create a link class name “pisol-date-time-popup” and that link will trigger the preference popup</li>
163 <li>Auto load the preference popup on every page untill user saves his preference</li>
164 </ol>
165 </li>
166 <li>Buyer can change there selected preference again on the checkout page</li>
167 <li>Auto fills the user selected preferences on the checkout page</li>
168 <li>Option to customize all the text of the form in your language, from plugin setting + Loco translator</li>
169 <li>Customize the looks of the preferece popup</li>
170 </ul>
171 <div class="py-2 text-right">
172 <a class="btn btn-md btn-primary" href="https://www.piwebsolution.com/cart/?add-to-cart=4462&variation_id=4467" target="_blank">Buy Now</a>
173 </div>
174 </div>
175 </div>
176 </div>
177
178 <div class="border p-2 my-3">
179 <div class="row align-items-center">
180 <div class="col-12 col-md-5">
181 <iframe style="width:100%; height:230px;" src="https://www.youtube.com/embed/z0BzI2Mc2cs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
182 </div>
183 <div class="col-12 col-md-7">
184 <h3>Pro Order Calendar for WooCommerce (Add-on plugin)</h3>
185 <ul>
186 <li>It can show delivery date on the calendar</li>
187 <li>Show pickup dates on the calendar</li>
188 <li>This can be helpful for you to see upcoming delivery and pickup dates</li>
189 <li>Show calendar on the front end using the short-code [order_calendar]</li>
190 <li>Your staff can log in into the front end of the site to see order detail</li>
191 <li>Assign order detail access as per the employee role</li>
192 <li>If an employee is in a production show them product detail of the order</li>
193 <li>If an employee is in delivery then only show him customer detail or even product detail</li>
194 </ul>
195 <div class="py-2 text-right">
196 <a class="btn btn-md btn-primary" href="https://www.piwebsolution.com/cart/?add-to-cart=4052&variation_id=4054" target="_blank">Buy Now</a>
197 </div>
198 </div>
199 </div>
200 </div>
201
202
203 <?php
204 }
205
206
207 }
208
209 new pisol_dtt_addons();