X-Cart:Understanding X-Cart

From X-Cart 4 Classic
Revision as of 12:44, 14 January 2010 by Ivka (talk | contribs) (Created page with '== Functionality == X-Cart is a professional store builder and shopping cart solution. Although it is most often referred to as ‘shopping cart software’, X-Cart is not merel…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Functionality

X-Cart is a professional store builder and shopping cart solution. Although it is most often referred to as ‘shopping cart software’, X-Cart is not merely a shopping cart. It is a powerful e-commerce system featuring web-based administration, a completely customizable front end, a product catalog, inventory tracking, a side-bar shopping cart, shipping and taxes calculation, advanced website promotion tools, search engine optimization, multilanguage support and much more.

Designed to be a reliable and efficient platform for e-commerce websites, X-Cart allows you to build a professional-looking and easy to use online store as quickly and efficiently as possible. A variety of configuration options for appearance and general behavior ensures that a newly installed X-Cart based store can be fine-tuned to your environment and business needs in just a few hours. You have the ability not just to add products and prices, but also to define shipping and handling rates, taxes, discounts, shipping destinations to deny or accept, shipping methods to use, payment methods to accept, etc.

X-Cart’s web-based administration allows you to manage your online store from any computer connected to the Internet. An intuitive web interface provides capabilities for managing products, users and orders, virtually making the process of operating your store point and click easy.

Using a database for product management allows you to keep your product information up to date without having to worry about programming or writing HTML code.

Whether you are selling ten products or tens of thousands of products, X-Cart showcases them in a way captivating and informative to the site visitors. An intuitive interface, easy site navigation and product search support make your store an attractive e-commerce environment for customers.

X-Cart’s scalable architecture allows you to easily extend your store’s basic functionality with such powerful e-commerce features as detailed product images, product variations, newsletter management, fraud prevention, coupon codes, wholesale prices, gift certificates, wish lists and others.

Although X-Cart e-commerce software can be used ‘out of the box’, you can choose to customize it, so the front end of your store will have its own unique look and feel. X-Cart’s template-based structure and optimized code make the process of implementing even the most sophisticated design in an X-Cart based store a positive experience. A built-in template editor, a debugging console and a special operating mode for WYSIWYG text editing facilitate customization of X-Cart templates, making it fast and hassle free.

Due to the extensive set of features, overall flexibility and ease of customization, X-Cart has become e-commerce software of choice for thousands of online store owners all over the world. We are hoping it will become a solid foundation for your business and will help you succeed in e-commerce.

Technology

From the technological viewpoint, X-Cart is a PHP/MySQL-based web application using Smarty. After installation, this application runs on a web server and can be controlled via a web interface. This means that users can access the online store powered by this application from anywhere in the world provided there is an Internet connection and a web browser.

Of course, most people who will use your store will not care about the technical details; however, what is perceived by the users as simply browsing the store pages and selecting options is in fact a much more complicated process.

For those of you interested in the behind-the-scenes side of things, every page of your store is generated by X-Cart application in response to requests from the users’ browsers. When a person working with your store submits information through the application's web interface, his or her web browser forms a request to the web server where X-Cart software is running; on the server, X-Cart’s PHP code processes the browser request and connects to the MySQL database server to request retrieval of the necessary data from the store database (in some cases, data may also be written to the database); Smarty template engine finishes processing the request and handles output presentation. As a result, X-Cart generates a web page which the user sees from his web browser as a page of an online store’s storefront or back end.