Giter Site home page Giter Site logo

orderforms-standard_cart's Introduction

WHMCS Standard Cart Order Form Template

Welcome to the WHMCS "Standard Cart" order form template repository! This repository is dedicated to providing version-by-version changes of the "Standard Cart" template as published in WHMCS. Sharing these changes through GitHub as a read-only repository enables you to quickly inspect and import these changes for your custom theme.

Compatibility

This template is compatible with WHMCS 6.1 and later.

Usage

You can utilise this repository to see the individual changes to this template as distributed in WHMCS.

You can also use it to build your template in a way that can be controlled using Version Control, with the ability to pull in and auto-merge future changes.

You may fork this repository as described in the GitHub Guide: Forking Projects or GitHub Bootcamp: Forking a Repo articles.

Command Line Usage

The below is an example of how you might check this repository out locally into a custom folder and create a branch for building and tracking the changes for your custom theme:

# Navigate to your WHMCS templates directory
cd ~/whmcs/templates/orderforms/

# Clone the Six template theme repo into your new template directory
git clone [email protected]:WHMCS/orderforms-standard_cart.git my-template-name

# Change directory to the template directory
cd my-template-name

# Create a custom branch to make and commit your customisations into
git checkout -b my-template-name

When an update of WHMCS is published, the template changes will be propagated to this repository. You can then pull those changes into your custom template branch as follows:

# Navigate to the template directory
cd ~/whmcs/templates/orderforms/my-template-name

# Fetch the latest updates from the Six template theme repo
git fetch origin

# Ensure your custom template branch is checked out
git checkout my-template-name

# Merge changes from origin/master into your custom branch
git merge origin/master

Viewing the Template Changes

A distinct tag is created for each published version of WHMCS. You can easily view any span of changes you like using the Github Comparison View. Simply, select a pair of version tags in that interface!

Useful Links

orderforms-standard_cart's People

Contributors

whmcs-dev-team avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.