CMSimple v.2.6 plus Quick.Cart v.1.4

This download is a combined package of the CMS CMSimple and the Online shop QuickCart. While CMSimple can be replaced with other versions since nothing has been changed in this programm, QuickCart cannot, since it is installed with 12 plugins and two addons. Furthermore, this QuickCart version has been adjusted to a specific CMSimple template layout.

Beside the normal functions, QuickCart provides (please check www.opensolution.org), the additional plugins and addons boost up the functionality of this shop to a great extent. Howerever, their functions are optional. - Ordered List Item They can be switched on and off via the QuickCart own PluginManager. As listed they are:

  1. basketSummary - shows the current value of the shopping cart displayed on any page.
  2. htmlMailOrderDetails - sends order details to Admin and/or Client in text and/or HTML format.
  3. sendOrderToClient - sends an e-mail with order info to a client after he/she added an order. This replaces htmlMailOrderDetails in case the latter one does not function on one or the other server.
  4. imageWatermark - provides watermarked images and a lightbox gallery display of images. (requires GD lib)
  5. lastProduct - shows the last product (photo, name) which has been added to the database.
  6. randomProduct - shows one random product with photo and name.
  7. lastProductsPerCategory - displays products only for the requested category, not its sub-categories.
  8. onlineStatistics - a little visitor counter.
  9. ordersStatistics - draws horizontal statistical bars of products being ordered in the admin section of QuickCart.
  10. productAttributes - defines attributes with price offsets, and assigns them to products.
  11. OproductsInRow - allows to show two products in a row. This is a toggle.
  12. templateEdit - provides template file editing and management from the Admin control panel.

As default all functions are switched on in this package except sendOrderToClient. As already mentioned, there are also two addons included, which are permanently functioning. An inactivation requires removal of programming code, which is explained later on. The addons are:

  1. PayPal payment - allows the customer to pay immediately after ordering via Paypal.
  2. Acceptance of terms and regulations - In Germany and other European countries probably as well it is a requirement, that customers have to click a button to agree with the online shop’s terms and regulations (AGB) before they send the order (like Microsoft’s EULA ;-). Such a button has now been included. From now on this shop is legal.

Download at http://www.nmud.de/downloads/CMSimple_QuickCart.zip

Download page at http://www.nmud.de/cmsimple-templates/downloads.shtml

back to cmsimple-solutions

ADDON: Reloading the Frameset

The Quick.Cart shop is loacated in an iframe. If the shop is indexed by Google and other search engines, single indexed shop links will lead to shop subpages without the surrounding CMSimple installation which holds the shop. To circumvent this you can add a javascript which will reload CMSimple in conjunction with the shop’s entry page.

Adding code

  • Open the file /shop/templates/page.tpl
  • Add just above the </head> closing tag:
<script type="text/javascript">
<!--
   var uripath= window.location.pathname.substr(0, window.location.pathname.lastIndexOf("shop") );
   if (uripath.lastIndexOf("shop") == uripath.length)
   {
      uripath = uripath.substr(0,uripath.length) ;
   }
   if(top.location == self.location)
   {
      top.location.href = uripath+'?Demo-Shop';
   }
//-->
</script>
 
</head>
  • Don’t add the </head> closing tag. It’ just mentiond to indicate the script’s position.
  • Instead of ?Demo-Shop you have to add your own CMSimple shop title (?myShop).

Discussion

Tillman Schuster, 2008/03/06 08:18:

Using the wrapper plugin you will be able to include any kind of online shop - oscmmerce, xtcommerce, etc. - or even the newer versions of Quick.Cart shop.

Till

 
Tillman Schuster, 2008/04/11 14:29:

There are newer Quick.Cart versions available. However, they do not come loaded with all the features this version does. The newer versions are - if loaded with features - payware. Only the raw shop can be downloaded as freeware.

Version 1.4 is the last stable, fully featured Quick.Cart shop available. It still can be downloaded from opensolution.org.

 
cmsimple-solutions/quick.cart_shop.txt · Last modified: 2008/06/26 16:54 by till
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0