Shipping Order Processing module

Shipping, Order Processing module 0.4

Shipping, Order Processing module 0.4 Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 959
  • Released: Jun 13, 2007

Shipping, Order Processing module 0.4 Description

All new info entered during the processing of an order is saved in new tables.

This allow to keep a perfect audit trail.

This module allows the following 
Admin side

A. Manage processing of orders placed directly through oscommerce

B. Allows to enter Phone order or orders coming from other sources( fax, mail ,auctions....) through ADMIN login

This modified login allows an administrator to create an account and enter manual order for the account of a client.
(no emails ar sent during the manual entry.)
When all infos are entered, the admin can send an email to the client with all data info and login info to access his account.

C. Allows administrator to login with an ADMIN login under any client email (convenient for some of orders: Paypal is a good example
where client would not press the return to catalog button on paypal site. the result is that the client paid Paypal but items stay in shopping
cart instead of being proceesed as a confirmed order)

D. Payment Info : Administrator can enter payment ref, payment date, check number.....

E. Auction Info : if you place as well auctions on ebay or other, allows you to create an order in catalog and enter as well auction number auction end date....
gives possiblity to send order status to person who won the auction: advantage is that you make the winner aware of your catalog
You ask him to login in the catalog part to see his auction status and tracking number. Thus he may come back directly to your site the next time.

Automated direct link to auction page on major auction sites. you can add any auction site where you place auction through an admin page.

F. Tracking number Info: Entry of shipping date, tracking number, direct link to shipper site to track package.

G. Entry of qty shipped vs qty ordered. This allows to keep track of all back ordered items through a report and classify the order
as "Partial Shipment" status. you can review the items and qunatities you still neded to ship.

H. Allows to send an email when package is sent with all infos above: in particular shipping date, carrier and direct link to track order on shipper site.
email date and time recorded and shown.

I. New templates of invoice and packing list with above information.
Company address, "Thank you Note" at bottom of printed invoice or email sent can be modified through admin. extra comment field for auctions can be managed through admin
for specific feedback or comments.

J. All the validations tables records can be modified through admin interface screens.

K. 2 new comments fields were added : one for shipping, one for billing. both can be seen by client through the catalog side.
A third comment field for shipping dept was added for private comments . not shown to client.

NOTE: we created new validation tables for payment methods, shipping carriers specific to the shipping modules.... the tables are NOT linked to the actual shipping and payment modules.
The reason for that is the flexibility. Even though you would not accept for online orders a particular payment method (like western union Bidpay for example)
you can use it for manual entry of orders. 

Catalog side

A. Client can login to his account and see online all infos entered in the admin
(Payment Info, Shipping Date, Tracking Number, auction info if auction.....)

B. Client can print the invoice template under order details.

Shipping Order Processing module Bookmark

Hyperlink code:
Hyperlink for Forum code:

Shipping, Order Processing module 0.4 Script Download Notice

Top 4 Download periodically updates information of Shipping, Order Processing module 0.4 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Shipping, Order Processing module 0.4 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Free Shipping with Order Count

This module provides a free shipping option when a customer orders a defined number of items in the order. Example: A customer will receive free shipping if they order 3 or more items from your website.You can set the define shipping amount in the admin. ...

Shipping Method Based On Order Total

This contribution will allow you to choose the shipping method based on the total order, i.e. for orders under $200, ship with USPS, while for orders over $200, ship with UPS. It will also allow you to enable/disable shipping, depending on whether order is in the US or not.This is, in ...

Multiple flat shipping rates based on Order Total

... on the "Percent Rate x total sale price" shipping contribution originally posted by WebyMaster and modified by ... who came before!Basically it works like >this: The shipping cost will vary based on the order total >amount. 3 tiers are defined:- $0 - ... >= tier 3 >level a different flat rate shipping price is applied at each >tier The shipping ...

Vat free shipping on zero rated goods

... rated but manuals are ZERO rated. A mixed order means VAT is to be charged on the shipping but if you just send out manuals, then this order should be charged shipping net of VAT.This should work with all shipping modules, even bespoke ones, you need to configure the shipping module to charge VAT on goods and this ...

payment method depends on shipping method

 if the shipping is free, you don´t want to offer cod:catalogincludesmodulespaymentcod.php(it also works in any other payment module!)look for:// class methodsfunction update_status() {global $order;change to:// class ... ($check_flag == false) >{$this-enabled = false;}}insert:// disable if shipping is free - startif ($shipping['id']=="free_free") >{$this-enabled = false;}// disable if shipping is free - endShipping IDs:free: free_freetable: table_tablepickup: pickup_pickupetc.just:"shippingmodulname_shippingmodulname" ...