├── README.md ├── adddomain.tpl ├── addons.tpl ├── base.js ├── checkout.tpl ├── common.tpl ├── complete.tpl ├── configuredomains.tpl ├── configureproduct.tpl ├── configureproductdomain.tpl ├── css ├── all.css ├── all.min.css ├── blue.png ├── blue@2x.png └── style.css ├── domain-renewals.tpl ├── domainoptions.tpl ├── domainregister.tpl ├── domainrenewals.tpl ├── domaintransfer.tpl ├── error.tpl ├── fraudcheck.tpl ├── img └── globe.png ├── includes ├── existing-paymethods.tpl └── product-recommendations.tpl ├── index.php ├── js ├── base.js ├── scripts.js └── scripts.min.js ├── linkedaccounts.tpl ├── marketconnect-promo.tpl ├── ordersummary.tpl ├── products.tpl ├── recommendations-modal.tpl ├── service-renewal-item.tpl ├── service-renewals.tpl ├── sidebar-categories-collapsed.tpl ├── sidebar-categories-selector.tpl ├── sidebar-categories.tpl ├── style.css ├── theme.yaml ├── thumbnail.gif └── viewcart.tpl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/README.md -------------------------------------------------------------------------------- /adddomain.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/adddomain.tpl -------------------------------------------------------------------------------- /addons.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/addons.tpl -------------------------------------------------------------------------------- /base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/base.js -------------------------------------------------------------------------------- /checkout.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/checkout.tpl -------------------------------------------------------------------------------- /common.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/common.tpl -------------------------------------------------------------------------------- /complete.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/complete.tpl -------------------------------------------------------------------------------- /configuredomains.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/configuredomains.tpl -------------------------------------------------------------------------------- /configureproduct.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/configureproduct.tpl -------------------------------------------------------------------------------- /configureproductdomain.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/configureproductdomain.tpl -------------------------------------------------------------------------------- /css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/css/all.css -------------------------------------------------------------------------------- /css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/css/all.min.css -------------------------------------------------------------------------------- /css/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/css/blue.png -------------------------------------------------------------------------------- /css/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/css/blue@2x.png -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/css/style.css -------------------------------------------------------------------------------- /domain-renewals.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/domain-renewals.tpl -------------------------------------------------------------------------------- /domainoptions.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/domainoptions.tpl -------------------------------------------------------------------------------- /domainregister.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/domainregister.tpl -------------------------------------------------------------------------------- /domainrenewals.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/domainrenewals.tpl -------------------------------------------------------------------------------- /domaintransfer.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/domaintransfer.tpl -------------------------------------------------------------------------------- /error.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/error.tpl -------------------------------------------------------------------------------- /fraudcheck.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/fraudcheck.tpl -------------------------------------------------------------------------------- /img/globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/img/globe.png -------------------------------------------------------------------------------- /includes/existing-paymethods.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/includes/existing-paymethods.tpl -------------------------------------------------------------------------------- /includes/product-recommendations.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/includes/product-recommendations.tpl -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/index.php -------------------------------------------------------------------------------- /js/base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/js/base.js -------------------------------------------------------------------------------- /js/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/js/scripts.js -------------------------------------------------------------------------------- /js/scripts.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/js/scripts.min.js -------------------------------------------------------------------------------- /linkedaccounts.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/linkedaccounts.tpl -------------------------------------------------------------------------------- /marketconnect-promo.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/marketconnect-promo.tpl -------------------------------------------------------------------------------- /ordersummary.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/ordersummary.tpl -------------------------------------------------------------------------------- /products.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/products.tpl -------------------------------------------------------------------------------- /recommendations-modal.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/recommendations-modal.tpl -------------------------------------------------------------------------------- /service-renewal-item.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/service-renewal-item.tpl -------------------------------------------------------------------------------- /service-renewals.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/service-renewals.tpl -------------------------------------------------------------------------------- /sidebar-categories-collapsed.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/sidebar-categories-collapsed.tpl -------------------------------------------------------------------------------- /sidebar-categories-selector.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/sidebar-categories-selector.tpl -------------------------------------------------------------------------------- /sidebar-categories.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/sidebar-categories.tpl -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/style.css -------------------------------------------------------------------------------- /theme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/theme.yaml -------------------------------------------------------------------------------- /thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/thumbnail.gif -------------------------------------------------------------------------------- /viewcart.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHMCS/orderforms-standard_cart/HEAD/viewcart.tpl --------------------------------------------------------------------------------