Managing Discounts, Vouchers, and Referrals with PHP 5 Ecommerce
Once your shipping and tax issues taken into account, the next logical step for your e-commerce store is discount codes, as these need to be entered at the shopping basket stage. Going hand in hand with discount codes are voucher codes and referral discounts. In this article by Michael Peacock, you will learn:
- How to create a discount code system
- How to offer different types of discounts
- How to take the discount into account at the shopping basket stage
- How to sell voucher codes on your store
- How to offer discounts to customers who bring us referral business
Shipping and Tax Calculations with PHP 5 Ecommerce
In this article by Michael Peacock, you will learn about how to process orders for shipping and tax calculations, once your e-commerce store has received the purchase order. The article includes the following topics:
- How to calculate shipping costs based on Product, Weight, Location, and "Shipping rules"
- About third-party shipping APIs
- How to integrate shipping and tracking notifications on orders
- How to integrate tax costs into our system
Setting Up Tools to Build Applications Using jBPM: Part 2
Read Part One of Setting Up Tools to Build Applications Using jBPM here.
Read Setting Up Tools to Build Applications Using jBPM: Part 2 in fullSetting Up Tools to Build Applications Using jBPM: Part 1
In this article by Mauricio Salatino, we will basically have a look at the following points:
- Background about the jBPM project
- Tools and software
- Maven
- MySQL
- Eclipse IDE
- SVN client
jBPM for Developers: Part 1
This article by Mauricio Salatino, will give us a basic background into how the framework was built. We will be fully focused on the approach used to implement jBPM. This approach is called Graph Oriented Programming, and we will discuss and implement a basic solution with it. This will guide us to knowing about the framework internals with a simplistic vision. That will give us the power to understand the main guidelines used to build the entire framework.
Read jBPM for Developers: Part 1 in fulljBPM for Developers: Part 2
Read Part One of jBPM for Developers here.
Read jBPM for Developers: Part 2 in fullIntroducing SQL Developer Data Modeler: Part 1
Oracle SQL Developer Data Modeler is available as an independent product, providing a focused data modeling tool for data architects and designers. There is also a Data Modeler Viewer extension to SQL Developer, which allows users to open previously created data models and to create read-only models of their database schemas. SQL Developer Data Modeler is a vast tool, supporting the design of logical Entity Relationship Diagrams, and relational models, with forward and reverse engineering capabilities between the two. It supports multi-dimensional, data flow, data type, and physical models, and allows files to be imported from a variety sources and exported to a variety of destinations. It allows users to set naming conventions and verify designs using a set of predefined design rules. Each of these topics is extensive, so in this two-part article by Sue Harper (author of Oracle SQL Developer 2.1) we'll review a few of the areas, illustrating how you can use them and highlight a few key features, using the independent, stand alone release of SQL Developer Data Modeler. We'll include a rief review of the integration points of the Data Modeler Viewer extension to SQL Developer. The product offers support for Oracle and non-Oracle Databases. In the interest of time and space, we have elected to only work with the Oracle database.
Read Introducing SQL Developer Data Modeler: Part 1 in fullIntroducing SQL Developer Data Modeler: Part 2
Read Part One of Introducing SQL Developer Data Modeler here.
Read Introducing SQL Developer Data Modeler: Part 2 in fullGetting Started with SQL Developer: Part 1
This article by Sue Harper is all about preparing your environment, installation, and getting started with SQL Developer.
SQL Developer is easy to set up and use. The best way to learn is by practice, and for that you'll need a computer with access to an Oracle database and SQL Developer. This article assumes you have a computer with Microsoft Windows, Linux, or Mac OS X installed, and that you have access to an Oracle database. It focuses on the alternative installations available for SQL Developer, where to find the product, and how to install it. Once your environment is set up, you can follow a quick product walk-through to familiarize yourself with the landscape. You'll create a few connections, touch on the various areas available (such as the SQL Worksheet and Reports navigator), and learn about the control of the windows and general product layout.
Read Getting Started with SQL Developer: Part 1 in fullGetting Started with SQL Developer: Part 2
Read Part One of Getting Started with SQL Developer here.
Read Getting Started with SQL Developer: Part 2 in full

