Plugin Directory

Changeset 1705589


Ignore:
Timestamp:
07/31/2017 09:57:53 AM (9 years ago)
Author:
blulogistics1
Message:

Update readme.txt for description

Location:
blu-logistics/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • blu-logistics/trunk/admin/label/display_label.php

    r1697902 r1705589  
    278278
    279279    //Merchant Info
    280     $pdf->SetXY(66, 32);
     280    $pdf->SetXY(68, 33);
    281281    $pdf->Write(0, 'BluLogistics');
    282282
    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);
    290293    $pdf->Write(0, 'Singapore');
    291294
    292     $pdf->SetXY(66, 44);
     295    $pdf->SetXY(68, 48);
    293296    $pdf->Write(0, 'Singapore - 179094');
    294297
     
    339342        $pdf->MultiCell(70,0,$selected_location[2],0,'L');
    340343
    341         $pdf->SetXY(30, 80,true);
     344        $pdf->SetXY(30, 85,true);
    342345        $pdf->MultiCell(70,0,$selected_location[3],0,'L');
    343346    }
  • blu-logistics/trunk/admin/templates/contact-merchant.php

    r1697902 r1705589  
    231231      $message       = apply_filters( 'woocommerce_mail_content', $email->style_inline( $mailer->wrap_message( $email_heading, $message ) ) );
    232232
    233       wp_mail( $current_user->user_email, $subject, $message,$headers); // send mail
     233      wp_mail( 'blucare@go.blu.today', $subject, $message,$headers); // send mail
    234234
    235235      blsm_save_message( 'success', __( 'Thank you! We will get in touch with you soon.') );
  • blu-logistics/trunk/admin/templates/label-printing.php

    r1697902 r1705589  
    6666         <option value="A6" <?php if($options['blu_label_print'] == "A6") echo 'selected="selected"' ?>>A6</option>
    6767   </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>
    6969   <?php
    7070
  • blu-logistics/trunk/readme.txt

    r1697902 r1705589  
    33Tags: woocommerce, woocommerceshipping, commerce, ecommerce, shipping, weight, country, shop, shippingmethod
    44Requires at least: 3.3
     5Tested up to: 3.3
     6Stable tag: 1.0
    57
    68== Description ==
    7 This plugin provide you custom shipping method.
     9Connect seamlessly with blu's retail logistics platform and the bluPort Parcel Terminal network!
     10
     11blu’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
     13Integrate 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
     15Experience 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.
    824
    925
     
    2642= 1.0 =
    2743* First release
     44
     45
     46== Upgrade Notice ==
     47 
     48= 1.0 =
     49We will provide more features.
Note: See TracChangeset for help on using the changeset viewer.