Documentation of Payment Gateway: By Weight

Introduction

This module is a payment gateway for By Weight (shipping fee depends on product weight). You need to manually enter the shipping rates in ACP > Tools > Area Shipping & Tax. Then choose a country/state/city to set the shipping rates.

[ back to top ]

Installing

To install this Module in, follow these easy steps:

  1. Go to Admin CP > Configure Site > Modules.
  2. Click on Scan New Module.
  3. On 'Available Modules', click 'Documentation' to read this manual.
  4. Click on 'Install' to begin install process.

You may also need to change your template, see Usage section.

[ back to top ]

Usage

This module is intended to be used with Cart3 or other scripts that support C97's Payment Gateway Module.

[ back to top ]

Uninstalling

To uninstall this Module in, follow these easy steps:

  1. Go to Admin CP > Configure Site > Modules.
  2. Find Page Gallery. Click Uninstall.
  3. You can choose to also remove database & files.

Uninstalling may require you to manually remove some files for 100% clean uninstall.

[ back to top ]

Cloning

If you need another shipping By Weight method, follow these easy steps to clone this module:

  1. Copy the following folders to new folder: /admin/module/ship_weight & /module/ship_weight.
    Eg, to /admin/module/ship_xpress & /module/ship_xpress
  2. Open the "/admin/module/ship_xpress/ini.xml" file with a text editor.
  3. Edit the <id>ship_weight</id> to your module id (make sure the id is the same with the new folder!).
    Eg, <id>ship_xpress</id>
  4. Open the "/admin/module/ship_xpress/configure.php" file with a text editor.
  5. Edit the $mod_id = 'ship_weight' to your module id.
    Eg, $mod_id = 'ship_xpress'
  6. Now, install the new module using module installer, you are ready to use the new module.

[ back to top ]

Developer's Guide

This module files have some information for interested developers to create your own shipping module. Please see the source code for more information. They are located in /admin/module/ship_weight & /module/ship_weight folders.

[ back to top ]