XML Cart
A mobile-friendly / responsive PHP XML shopping cart script, that can be used to integrate a basic shopping cart functionality in existing sites. It doesn't use a relational database, but a XML
file to store and edit the products data ...
What is DB XML Cart?
XML Cart is a free and simple PHP shopping cart script using XML files to store the data - to add it on a web page you just need to include a single line of php code in your php file or add an iframe if you wish to insert it in a html file. No database is used and no installation is required, the products information is defined in a XML file with your products (see Help & FAQ for the supported format). The customers will be able to add the products in their cart, check out (an email notification will be sent to the store owner) and pay with PayPal (the script generates the PayPal payment code).
How can it be used?
Information & Frequently Asked Questions
1) How to add it in a .php file?
If you downloaded xml-cart.zip and extracted the files in a sub folder /xml-cart , it's enough to add such line of php code:<?php include("xml-cart/cart.php");?>
at the position in your php file where you would like the cart to show up.
2) How to add it in a .html file?
To add the cart in a .html file, you need to insert an iframe line of code in it (see below). Please note when using this option, you still need to have PHP running on your server, since it's used to process the cart, send email notifications to you and others.The iframe code to be inserted in your html file (at the position you would like the cart to show up) is:
<iframe src="xml-cart/cart-iframe.php" width="100%" frameborder="0" height="100%"></iframe>
Please note sometimes you may need to limit the height taken by the cart - you could do that by setting the height in pixels using the height parameter of the iframe tag. For example the line below will set it to 600px:
<iframe src="xml-cart/cart-iframe.php" width="100%" frameborder="0" height="600"></iframe>
3) How to define my own products?
You could do that by editing the products.xml file located in the /xml-cart folder.You may find below the content of the sample products.xml file we are using in our demos:
<my_products> <product> <id>1</id> <name>Some test product</name> <price>49.00</price> <description> Here comes the description of the test product ... </description> <details_link>www.google.com</details_link> </product> <product> <id>2</id> <name>Another test product</name> <price>69.00</price> <description> This is the description of the second test product ... </description> <details_link>www.yahoo.com</details_link> </product> </my_products>
For every product you may use the following fields:
id - the unique id of the product.
name - is the name of the product
price - price of the product, it should be entered without the currency symbol
description - the product description
details_link - you may fill a value in it, if you would like to have a Details button linking to the product details page. If you leave it empty, then no Details link will show up for the product.
4) Setting the currency symbol, PayPal currency code, PayPal account and email address to be used for order notifications?
To change these values, you need to edit the configuration file - config.xml located in the /xml-cart folder.You may check the content of the sample config.xml file below -
<my_config> <configuration> <notification_email>your_email@mail.com</notification_email> <currency_symbol>$</currency_symbol> <currency_code>USD</currency_code> <paypal_account>test@paypal.com</paypal_account> </configuration> </my_config>
Online Demos
Please find below demos of the front-end and the administration panel ...
Demo 1 - basic bootstrap template
This demo shows a basic integration in a bootstrap template by simply inserting a line of php code in it.
Open the demo
Demo 2 - adding it in an empty html file
This is our most basic example, we took an empty html file and inserted a line of iframe code in it.
Open the demo
Demo 3 - integration in the free Verti template
Verti is a html, which is free and responsive (it can be downloaded from web). We used the html method to integrate the cart in it, by just inserting a a line with iframe code.
Open the demo
Get Now XML Cart for Your Site
When purchasing XML Cart, you get also:
- the full source codes
- free technical support
- free installation on your host (if you prefer that we do it for you)
- free powered by removal
Combine XML Cart with any of our other PHP scripts
Discover our collection with ready-made website systems and PHP scripts - create unique websites by combining different scripts with single log in for the users and multiple features
Discover some of the advantages of our PHP scripts and ready-made website systems
Please check below some of the advantages of the ready-made website solutions and PHP scripts we offer ...
Free & Easy installation
The integrated web installer makes
the installation quick & easy.
If you prefer, we can also do it for you - it's a free service we offer.
Optimized for Speed and Performance
We try to use simple data structures, in order for the database queries to work fast and site load quickly and be able to support really a lot of listings and users.
White Label
We don't require that you keep any link back to us
or powered by on your site and there is no extra fee for that.
Easy to Customize
The template based approach makes it easy to customize the site design and you can also customize the site colors and the different configuration options.
Customization Services
We offer various customization services to help customize the software and meet your project requirements.
Multi-Language
Using a language file, which makes it easy
to translate them to new languages.
Ready translations are also available on request.
Fast & Friendly Support
We do our best to help our customers and
reply as quickly as possible.
You are welcome to test it - contact us and our competitors
and see who will reply first.
Combine them with Other Products
You can combine different products of ours to
create websites with unique features and single login for the users.
SEO Optimized
We pay special attention to SEO and try to make them fast to load, use SEO friendly urls, optimize meta tags and others.
Established in 2003
We were founded back in 2003 and since then offer and constantly
improve our ready-made website systems and software products
Not Encrypted Source Codes
We provide by default the source
codes - non encrypted, so you can modify them or add new features.
Mobile Friendly
We design all our products and interfaces to be mobile friendly, in order to work well on different devices like smartphones and tablets
Latest News
Download free, fast loading and SEO-optimized website templates
Visit our Free Templates page where you can find website fast loading and optimized templates for free download. The templates we . . .
A new product added in our portfolio - Car Rental Marketplace
Our new car rental marketplace website solution allows to create websites connecting individuals or companies looking to rent vehicles with providers or owners who . . .
Download a sample store and make money with our white-label partnership program
With our white label partnership program, you can resell our products under your brand name. You are free to change the product names, product prices, . . .
2003 - 2024 ©
NetArt Media