ocodewire one_page_checkout_extension_demo

33
Single Step/Page Checkout Extension for Magento Compatibility: 1.5, 1.6, 1.6.1, 1.6.2.0, 1.7, 1.8, 1.8.1.0, 1.9

Upload: magento-ocodewire

Post on 13-Jul-2015

80 views

Category:

Business


0 download

TRANSCRIPT

Page 1: Ocodewire one_page_checkout_extension_demo

Single Step/Page Checkout Extension for Magento

Compatibility: 1.5, 1.6, 1.6.1, 1.6.2.0, 1.7, 1.8, 1.8.1.0, 1.9

Page 2: Ocodewire one_page_checkout_extension_demo

Table of Content1. Introduction 7. Demo2. Installation Guide 7.1 Front-end 2.1 How to Install 7.2 Back-end 2.2 After Installation 8. FAQ3. Uninstallation Guide 9. Contact4. How It Works5. Importance Of Extension6. Features List 6.1 Customer features 6.2 Admin features 6.3 Other features

Page 3: Ocodewire one_page_checkout_extension_demo

Introduction

→ Magento single step/page checkout extension Magento single step/page checkout extension make the checkout make the checkout process easier for your customers. This extension reduces the long or process easier for your customers. This extension reduces the long or multiple steps checkout stepsmultiple steps checkout steps

→ It also increase conversion rate because of fast processing.

Page 4: Ocodewire one_page_checkout_extension_demo

Installation Guide

1. Login to your Magento Admin Panel

Step 1- How To Install

Page 5: Ocodewire one_page_checkout_extension_demo

2. Go to System → Magento Connect → Magento Connect Manager

Installation Guide Step 1- How To Install

Page 6: Ocodewire one_page_checkout_extension_demo

Installation Guide

3. Enter your Magento username and password for the Magento Connect Manager.

Step 1- How To Install

Page 7: Ocodewire one_page_checkout_extension_demo

Installation Guide

4. Under the ‘Direct package file upload’ section, select the Choose File button.

Step 1- How To Install

Page 8: Ocodewire one_page_checkout_extension_demo

Installation Guide

5. Select the file and click Upload

6. Click on Return to Admin.

7. Go to System → Cache Management → Flush Magento Cache

8. To complete installation, logout and log back into your Admin panel

Step 1- How To Install

Page 9: Ocodewire one_page_checkout_extension_demo

Installation Guide

1. Unzip the ZIP archive on your local computer. Remember to place the ZIP archive in a separate folder before you unzip.

2. Use a FTP client to transfer all the folders in the ZIP directly to your Magento root. The existing folders will not be overwritten, it will only add new files to the folder structure.

3. Login to your Magento administration panel and disable cache. (System Cache management and choose “Disable”→ )

Step 2- After Installation

Page 10: Ocodewire one_page_checkout_extension_demo

Installation Guide

4. In administration panel, visit System Configuration → → Sales Shipping methods→ , click Save Config.

5. In your administration panel, visit System Configuration → → SinglePageCheckout tab. If it is there, the checkout is installed properly.

6. Visit www.yourdomain.com/singlepagecheckout and make sure it works properly with your shipping and payment methods.

Step 2- After Installation

Page 11: Ocodewire one_page_checkout_extension_demo

Installation Guide

Step 2- After Installation

7. Enable caching under System Cache management→ .

8. Update all links to the original checkout with the link to singlepagecheckout. You need to make these changes: checkout/onepage/link.phtml - Search for $this- >getCheckoutUrl() and replace it with $this- >getUrl('singlepagecheckout', array('_secure'=>true))

Page 12: Ocodewire one_page_checkout_extension_demo

Installation Guide

Step 2- After Installation

9. Update links from the cart sidebar to the new checkout - checkout/cart/sidebar.phtml - replace echo $this- >getCheckoutUrl(); with echo $this- >getUrl('singlepagecheckout', array('_secure'=>true));

Page 13: Ocodewire one_page_checkout_extension_demo

Unin stallation Guide

1. Login to your Magento Admin Panel

2. Go to System → Magento Connect → Magento Connect Manager

3. Enter your Magento Connect Manager username and password

4. Locate the extension you are uninstalling in the Magento Existing Extensions section

Page 14: Ocodewire one_page_checkout_extension_demo

Unin stallation Guide

5. Select Uninstall in the column Actions

6. Click on Commit Changes and for the extension to be successfully removed

7. Click on Return to Admin

8. Go to System → Cache Management → Flush Magento Cache

Page 15: Ocodewire one_page_checkout_extension_demo

Important Tips

1. After installing or uninstalling extensions, it is recommended to clear your cache.

2. You can do it from, Backend → System → Cache Management

3. Select all cache types, then choose the Refresh action and click the Submit button.

4. Don’t forget to re-login after both these procedures.

How to Clear Cache

Page 16: Ocodewire one_page_checkout_extension_demo

Important Tips

Note:- It is more preferable to flush your Magento store cache by deleting all the content in /var/cache/.

How to Clear Cache

Page 17: Ocodewire one_page_checkout_extension_demo

How to Make a Database Backup

1. Backup your data, before making any changes.

2. You can use a native backup tool in Admin Panel → System → Tools → Backups

3. Click the Database Backup button, now the tool is copying the data from your store’s database to your local database.

4. The Magento backup file appears in /var/backup/ after the procedure.

Page 18: Ocodewire one_page_checkout_extension_demo

Importance Of Extension

Other big benefit of One Step Checkout Extension

Importance Of Extension

Other big benefit of One Step Checkout Extension

→ Increase Conversion

→Reduce long and multiple checkout steps

Page 19: Ocodewire one_page_checkout_extension_demo

Some Advanced Features

1. For registration there are number of options.

2. Previously inputted filed information update automatically.

3. Also one can send comments for their orders.

4. There are two options for checkout process: → As a registered user → As a guest

Customer Features

Page 20: Ocodewire one_page_checkout_extension_demo

Some Advanced Features

1. One can activate/deactivate one step checkout through admin panel.

2. Enable/Disable terms and conditions on the checkout page.

3. Enable/Disable coupon codes option.

4. Admin can edit checkout title and description anytime.

5. To save billing, use AJAX.

Admin Features

Page 21: Ocodewire one_page_checkout_extension_demo

Some Advanced Features

1. Easy to install and configure.

2. Increase sales.

3. Support multiple languages.

4. 100% open source.

5. Supports all standard shipping methods and payment method integration .

Other Features

Page 22: Ocodewire one_page_checkout_extension_demo

Extension Demo

→ Single Step/Page Checkout

Front-end Demo

Page 23: Ocodewire one_page_checkout_extension_demo

Extension Demo

→ Required Fields in Single Page Checkout

Front-end Demo

Page 24: Ocodewire one_page_checkout_extension_demo

Extension Demo

→ Login PopUp

Front-end Demo

Page 25: Ocodewire one_page_checkout_extension_demo

Extension Demo

→ Admin page

Back-end Demo

Page 26: Ocodewire one_page_checkout_extension_demo

Extension Demo

→ Admin Registration Field Settings

Back-end Demo

Page 27: Ocodewire one_page_checkout_extension_demo

Extension Demo

→ Admin Settings

Back-end Demo

Page 28: Ocodewire one_page_checkout_extension_demo

Extension Demo

→ Admin Billing/Shipping Form Field Settings

Back-end Demo

Page 29: Ocodewire one_page_checkout_extension_demo

Extension Demo

→ Admin Shipping/Payment Field Settings

Back-end Demo

Page 30: Ocodewire one_page_checkout_extension_demo

Extension Demo

→ Term and Conditions Settings

Back-end Demo

Page 31: Ocodewire one_page_checkout_extension_demo

FAQ1. Error 404 after installation while browsing Single Step / Page Checkout configuration in admin?Ans. If you get Error 404 after installation while browsing Single Step / Page Checkout configuration in admin, please flush the cache, logout from the admin and log in again. You can manage the configuration without 404 error now.

2. Single Step / Page Checkout is not displaying in the Magento Configuration?Ans. Just clear your cache through the Magento admin and logout and login again and navigate to the System > Configuration, now you will see it under the Sales Tab.

Page 32: Ocodewire one_page_checkout_extension_demo

FAQ

Georgia

3. Is this extension compatible with all payment gateways?Ans. No, this extension works with PayPal only. In order to have checkout extension that works with all payment gateways you can buy our One Page Checkout Extension.

Page 33: Ocodewire one_page_checkout_extension_demo

Contact Us

[email protected]

@oCodeMagento

https://magento.ocodewire.com

+1 – 707 – 676 - 6663