********** WHAT IT IS ********** CCart is a complete cart system which uses CCBill payment system to sell both digital products and offlike goods. ALthough it can be customized to be used without bootstrap, the use of bootstrap is warmly suggested, if you want to take advantage of the already coded layout and responsiveness. The cart as it is, shows up below the header/menu section of your site every time that a product is added or when a user toggle the cart button. No database is needed, since the script uses a sophisticated cookies system which keeps track of every cart operation until a sale has gone through successfully. You can choose to sell digital goods or offline goods simply changing one parameter on the thankyou.php page and the script will take care of serving protected downloadable files when a transaction has been successful or a simple invoice with no download-files option. The script has been coded around the CCBill APIs natively and therefore it is secure and reliable. If you don't have an account with CCBill, you can get one visiting http://ccbill.com ********************** FILES LIST ********************** CSS ==>> Folder with needed css files IMAGES ==>> Folder with images needed JS ==>> Folder with needed js files config.cart.php ==>> Configuration file cart.html ==>> Page with products and cart sample thankyou.php ==>> Post transaction (declined or approved) page checkout.php ==>> Interface with CCBill download.php ==>> It handles digital goods download from the thankyou.php page instructions.txt ==>> This file ********************** INSTALLATION AND TESTING ********************** - Make sure you have taken all the necessary steps to be set and running with CCBill. - Open the file config.cart.php and set the requested variables according to your CCBill account settings. - If you intend to use CCart for selling downloadable items, open the file download.php and set the first two variables as requested. - Upload all the files to your sever into the folder where your pages and cart should be. - Visit the page cart.html on your server from your browser. Look at the source and work your pages around it or grab the necessary sections and paste them to your pages making sure to replace the needed parameters according to your needs. Don't forget the CSS files inside the section as well as the two like this ... ... replace top:65px with the height of your
section. Doing so, the cart will show and hide exactly to the bottom of your header, bleeding beautifully. Now your header. It should be wrapped inside a main div right after the tag like this
add your header content (logo, menus etc) here
Now, right after your header, you add the cart section like this: and it will look like this, all together:
add your header content (logo, menus etc) here
Recapping, the whole page structure will be like this: ... ...
add your header content (logo, menus etc) here
******************************* HOW TO ADD PRODUCTS TO YOUR PAGES *******************************

PRODUCT 1 - $23.75

add to cart

PRODUCT 2 - $18.95

add to cart

PRODUCT 3 - $41.45

add to cart
ETC.
data-id: it is the product id. it must be unique to each product. data-name: product name. If the product is a downloadable file, this must be exactly the same as the name of the file to download, with spaces in place of underscores. For example, if you are selling a script called PRODUCT 1 you must use data-name="PRODUCT 1" and the related downloadable file must be named PRODUCT_1.zip (replace .zip with whatever the file requires). Product names and downloadable files are case-sensitive. data-price: the price of the product with cents.
add to cart
this adds the product to the cart and it shows as a button. If you want it to show as a link simply remove the button solid blue md classes like this
add to cart
**************************************************** TOGGLE CART BUTTON ON YOUR HEADER OR WHEREVER YOU WANT IT **************************************************** If you want it to show as a link simply remove the button solid blue md classes like this ********** SUPPORT ********** Should you need any assistance, email team@madeinpluto.com making sure to add your name and purchase confirmation number plus the kind of assistance that you require. If you need customization, we can do that as per hour standard rates. Just ask and we will be glad to help you.