Changeset 1705589
- Timestamp:
- 07/31/2017 09:57:53 AM (9 years ago)
- Location:
- blu-logistics/trunk
- Files:
-
- 4 edited
-
admin/label/display_label.php (modified) (2 diffs)
-
admin/templates/contact-merchant.php (modified) (1 diff)
-
admin/templates/label-printing.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blu-logistics/trunk/admin/label/display_label.php
r1697902 r1705589 278 278 279 279 //Merchant Info 280 $pdf->SetXY(6 6, 32);280 $pdf->SetXY(68, 33); 281 281 $pdf->Write(0, 'BluLogistics'); 282 282 283 $pdf->SetXY(66, 35); 284 $pdf->Write(0, 'Contact: '.'098765431'); 285 286 $pdf->SetXY(66, 38); 287 $pdf->Write(0, '1 North Bridge Road #17-10'); 288 289 $pdf->SetXY(66, 41); 283 $pdf->SetXY(68, 36); 284 $pdf->Write(0, '098765431'); 285 286 $pdf->SetXY(68, 39); 287 $pdf->Write(0, '1 North Bridge'); 288 289 $pdf->SetXY(68, 42); 290 $pdf->Write(0, 'Road #17-10'); 291 292 $pdf->SetXY(68, 45); 290 293 $pdf->Write(0, 'Singapore'); 291 294 292 $pdf->SetXY(6 6, 44);295 $pdf->SetXY(68, 48); 293 296 $pdf->Write(0, 'Singapore - 179094'); 294 297 … … 339 342 $pdf->MultiCell(70,0,$selected_location[2],0,'L'); 340 343 341 $pdf->SetXY(30, 8 0,true);344 $pdf->SetXY(30, 85,true); 342 345 $pdf->MultiCell(70,0,$selected_location[3],0,'L'); 343 346 } -
blu-logistics/trunk/admin/templates/contact-merchant.php
r1697902 r1705589 231 231 $message = apply_filters( 'woocommerce_mail_content', $email->style_inline( $mailer->wrap_message( $email_heading, $message ) ) ); 232 232 233 wp_mail( $current_user->user_email, $subject, $message,$headers); // send mail233 wp_mail( 'blucare@go.blu.today', $subject, $message,$headers); // send mail 234 234 235 235 blsm_save_message( 'success', __( 'Thank you! We will get in touch with you soon.') ); -
blu-logistics/trunk/admin/templates/label-printing.php
r1697902 r1705589 66 66 <option value="A6" <?php if($options['blu_label_print'] == "A6") echo 'selected="selected"' ?>>A6</option> 67 67 </select> 68 <p class="info">(Your blu parcel labels will be generated in this size on the ' Orders' and 'blu Orders' pages)</p>68 <p class="info">(Your blu parcel labels will be generated in this size on the 'blu Orders' pages)</p> 69 69 <?php 70 70 -
blu-logistics/trunk/readme.txt
r1697902 r1705589 3 3 Tags: woocommerce, woocommerceshipping, commerce, ecommerce, shipping, weight, country, shop, shippingmethod 4 4 Requires at least: 3.3 5 Tested up to: 3.3 6 Stable tag: 1.0 5 7 6 8 == Description == 7 This plugin provide you custom shipping method. 9 Connect seamlessly with blu's retail logistics platform and the bluPort Parcel Terminal network! 10 11 blu’s innovative shipping plug-in helps you get your business moving, effortlessly! Speed, convenience, flexibility, cost efficiency and security, what you need, all rolled into one with blu Logistics. 12 13 Integrate seamlessly and obtain locations and other details for using our various services including bluPort - an island-wide network of self-collection parcel terminals in Singapore! 14 15 Experience a whole new way of managing your deliveries! 16 - blu’s Delivery Methods - Get access to blu’s delivery methods including bluPort, available to your customers on your Checkout page. Manage the activation and prices you wish to offer to your customers. 17 - Order Management - view and manage all your orders shipped with blu. 18 - Label Printing - print shipping labels customized for each order with all the required details filled in. 19 - Self-deposit at a bluPort - have the ability to drop-off your parcel directly at a bluPort near you for further delivery to your customer’s selected bluPort / shipping address. 20 - Security - use a unique Merchant ID and Authorization Key to log-in and start using the module on your Woocommerce account. 21 - Notifications to Customers - Notify your customers of the delivery method they’ve selected and the next steps on the delivery of their parcels. 22 - Parcel Tracking - Get the latest delivery statuses for all your parcels and allow your customers the same luxury! 23 - Allow your customers to have a seamless experience in selecting their preferred blu delivery method and receiving notifications on the status of their deliveries. 8 24 9 25 … … 26 42 = 1.0 = 27 43 * First release 44 45 46 == Upgrade Notice == 47 48 = 1.0 = 49 We will provide more features.
Note: See TracChangeset
for help on using the changeset viewer.