LP Express Installation and User Manual



Similar documents
Stripe Payment Module Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: SUPPORT@MAGEDELIGHT.COM P: +1-(248)

Magento module Documentation

skype ID: store.belvg US phone number:

Purolator Eship Web Services

DPD shipping module documentation. Magento module version 2.0.3

Google Trusted Stores Setup in Magento

Magento Certified Developer What, Why & How

SMSNotify Extension. User Documentation. Automated SMS sender and customer relationship tool. SMSNotify User Documentation 1

JOINUS AG. PowerPay Checkout. Magento Module User Manual. Support:

GPMD CheckoutSuite for Magento Documentation

Google Universal Analytics Enhanced E-commerce Tracking - Installation/Set-up Guide

[Jet-Magento Integration]

DHL Discounted Shipping by InXpress

DutyCalculator - Installation and Configuration

Order Manager Toolkit

Multivendor Extension User Guide

Plugin Integration Guide

Bazaarvoice for Magento Extension Implementation Guide v6.3.4

MAGENTO-TWINFIELD APP

CPMagento - Standard Order Processing Lifecycle from Magento to CounterPoint back to Magento

Hitachi PaybyFinance Magento Plugin

skype ID: store.belvg US phone number:

Trytond Magento Documentation

PaybyFinance Magento Plugin

Shipbeat Magento Module. Installation and user guide

MAGENTO-TWINFIELD MODULE

X-POS GUIDE. v3.4 INSTALLATION SmartOSC and X-POS

DNNSmart Super Store User Manual

User s manual. Magento extension. BCP - Better Configurable Products

Magento Extension Point of Sales User Manual Version 1.0

ekomimeetsmage Manual for version 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0

Official Amazon Checkout Extension for Magento Commerce. Documentation

Setup Guide for Magento and BlueSnap

Magento Dhru Fusion Integration Extension. IMEI Profile Configuration

Shop by Manufacturer Custom Module for Magento

Bazaarvoice for Magento

Morningtime Ogone Pro Manual (manual v1.0) Step 1 - Preparations Step 2 - unpack and copy files... 2

CORNERDROP OVERVIEW & CORNERDROP MAGENTO INSTALLATION INSTRUCTIONS CORNERDROP.COM/CONTACT-US

Magento-Twinfield Module

Paazl Magento Extension Manual for using and configuring Paazl in the Magento Admin

Authorize.net modules for oscommerce Online Merchant.

Improved Navigation Magento Extension User Guide

Magento - Feature Set

CheckItOut Developer Manual

Copyright 2013 X.commerce, Inc. All rights reserved

Shipbeat Magento Module. Installation and user guide

MyanPay API Integration with Magento CMS

Xerox Supplies Recycling Program Instructions

magento features list

Magento 1.3 Feature List

Prestashop Ship2MyId Module. Configuration Process

Reward Points Getting Started. How to install extension

[Jet-Magento Integration]

OSF INTEGRATOR for INGRAM MICRO Integration Guide

Product Name: Recurring & Subscription Payments Version: Document Type: Help doc Author: Milople Inc.

Magento Woopra Visitor & Event Tracking Installation and User Guide. Version 1.0

MAGENTO YELLOWCUBE CONNECTOR

Login and Pay with Amazon - extension for Magento

MAGENTO TRAINING PROGRAM

For a full comparison of Magento Enterprise and Magento Community, visit Magento Feature List

USER MANUAL MAGEBASE DPS PAYMENT EXPRESS

For a full comparison of Magento Enterprise and Magento Community, visit Magento Feature List

CedCommerce. All rights reserved. S SUPPORT@CEDCOMMERCE.COM

Magento Clang Integration Extension version 1.2.0

Magento Quotation Module User and Installer Documentation Version 2.2

Changes Overview of View Layer in Magento 2

Magento Extension for Add Multiple Products by Capacity Web Solutions

Installation Guide MAGENTO PAYMENT PLUGIN. release 1.0.1

Paya Card Services Payment Gateway Extension. Magento Extension User Guide

MAGEJAM PLUGIN INSTALLATION GUIDE

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : rtharoth@yahoo.

The ultimate integrated Magento helpdesk solution

MAGENTO THEME SHOE STORE

Administration: Users and Roles

OpenCart. SugarCRM CE (Community Edition Only) Integration. Guide

Servired Pro ING Direct Manual by Interactiv4 Version /04/25

Credit Card Functionality in IMS

Speed Up Magento Web Store Via Magento Extension Support By: M-Connect Media. Prepared By: M-Connect Media

Embedded ERP for Magento Integration and User Guidelines Version 2.6 & 2.1

Amazon Payments Implementation Guide. Support for ZenCart

Product Name: Size Chart Popup Version: Document Type: Help doc Author: Milople Inc.

ULTIMATE LOYALTY MODULE

Active Directory Integration for Greentree

Shipping Administration Getting Started Guide

Global Amazon Integration Module v1.1. Users Guide & Setup Instructions

Magento OpenERP Integration Documentation

Authorize.NET Setup Guide

MAGENTO - SETUP PAYMENT PLANS

PayPal Integration in Magento Jefferson Blvd. Suite 200, Culver City, CA Magento.com

Magento Extension User Guide

Egnyte for Salesforce v2.1 Administrator s Guide

Stripe. Chapters. Copyright. Authors. Stripe modules for oscommerce Online Merchant. oscommerce Online Merchant v2.3

Product Name: ANZ egate Connect Version: Document Type: Help doc Author: Milople Inc.

DRUPAL COMMERCE YELLOWCUBE CONNECTOR

Salesforce Integration. Installation Manual Release

Magento integration 1.0

Module Private Sales User Manual

Transcription:

LP Express Installation and User Manual Version: 2.0.0 Support questions: support@adeoweb.biz

Table of Contents Table of Contents... 2 LP Express... 3 Installation... 3 Requirements... 3 Installation... 3 Testing information... 4 User Manual... 5 Instruction... 5 Contacts... 9 2

LP Express Welcome to the LP Express - a Magento module that adds new shipping method. Installation Requirements Module tested in these Magento CE versions: 1.6.1.0, 1.9.0.1, 1.9.2.1 Installation Fresh install Copy files from 'module' directory to your Magento directory. Upgrade from 1.x version to 2.0.0 If you are upgrading from older version to 2.0.0 please remove all files which you have added during the installation (see below) (The path may vary depending on your selected template). Copy files from 'module' directory to your Magento directory. Remove the following lines from '/ app / design / frontend / {YOUR_PACKAGE} / {YOUR_THEME} / template / checkout / onepage / shipping_method / available.phtml' just below shipping method '<label>' tag near 65th line: <?php /* Begin: ADEO WEB / LP Express / 01 */?> <?php $this->getchild('adeoweb_lpexpress_method_information')->setdata('rate', $_rate);?> <?php echo $this->getchildhtml('adeoweb_lpexpress_method_information', false);?> <?php /* End: ADEO WEB / LP Express / 01 */?> Remove the following lines from '/ app / design / adminhtml / default / default / template / sales / order / view / tab / info.phtml' after '<?php endif;?>' and before '<?php else:?>' near 76th line: <?php /* Begin: ADEO WEB / LP Express / 02 */?> <?php $this->getchild('adeoweb_lpexpress_order_tab_info_terminal')->setdata('order', $_order);?> <?php echo $this->getchildhtml('adeoweb_lpexpress_order_tab_info_terminal');?> <?php /* End: ADEO WEB / LP Express / 02 */?> Remove the following lines from '/ app / design / adminhtml / default / default / template / sales / order / shipment / create / form.phtml' after '<?php endif;?>' and before '</div>' tag near 66th line: <?php /* Begin: ADEO WEB / LP Express / 03 */?> <?php $this->getchild('adeoweb_lpexpress_form_terminal')->setdata('order', $_order);?> <?php echo $this->getchildhtml('adeoweb_lpexpress_form_terminal');?> <?php /* End: ADEO WEB / LP Express / 03 */?> 3

Remove the following lines from '/ app / design / adminhtml / default / default / template / sales / order / shipment / view / form.phtml' after '<?php endif;?>' and before '</div>' tag near 68th line: <?php /* Begin: ADEO WEB / LP Express / 04 */?> <?php $this->getchild('adeoweb_lpexpress_form_terminal')->setdata('order', $_order);?> <?php echo $this->getchildhtml('adeoweb_lpexpress_form_terminal');?> <?php /* End: ADEO WEB / LP Express / 04 */?> Remove the following lines from '/app / design / adminhtml / default / default / template / sales / order / invoice / create / form.phtml' after '<?php endif;?>' and before '</div>' tag near 69th line: <?php /* Begin: ADEO WEB / LP Express / 05 */?> <?php $this->getchild('adeoweb_lpexpress_form_terminal')->setdata('order', $_order);?> <?php echo $this->getchildhtml('adeoweb_lpexpress_form_terminal');?> <?php /* End: ADEO WEB / LP Express / 05 */?> Remove the following lines from '/app / design / adminhtml / default / default / template / sales / order / invoice / view / form.phtml' after '<?php endif;?>' and before '<div><?php echo $this->getchildhtml('shipment_tracking')?></div>' tag near 67th line: <?php /* Begin: ADEO WEB / LP Express / 06 */?> <?php $this->getchild('adeoweb_lpexpress_form_terminal')->setdata('order', $_order);?> <?php echo $this->getchildhtml('adeoweb_lpexpress_form_terminal');?> <?php /* End: ADEO WEB / LP Express / 06 */?> Testing information Api User ID: a60e321273cd78de2b273131925f9836 Api User Password: treyep4e Baltic Post User ID: 201199 Baltic Post Pin: 5654 4

User Manual Instruction Before starting to use LP Express module, set store information. You will find it in System->Configuration->General->Store Information. Set Store name, Contact telephone, Country, VAT number, Contact Address and save. 5

After that, go to Shipping settings (System->Configuration->Shipping Settings->Origin) and set country, region, postal code, city and address information. Then go to Shipping methods and choose LP Express module. Select enabled mode. Fill all the necessary information and save configuration. 6

You can also choose allowed methods: to the nearest post, to terminal, to courier (and express courier). Express courier service faster than simple courier service. Please note that terminal maximum weight is 30 kg and post office maximum weight is 10 kg. In order details, select shipping method. Go to Orders (Admin Panel-> Sales-> Orders) and select particular order. Choose Ship option. 7

Select Create Shipping Label and submit shipping. If you want to print a label, go to Sales Shipments" section and select one. In the "Shipping and tracking information" section press "Print shipping label". It will look like this: 8

When selecting packages the weight is in kilograms and centimeters. The values are NOT converted if the units are changed. For every created package a label is generated. Contacts UAB Adeo Web Savanorių pr. 178 LT-44150 Kaunas Lithuania www.adeoweb.biz Support: support@adeoweb.biz Sales: info@adeoweb.biz 9