+ Almost all quality improvement comes via simplification of design, manufacturing... layout, processes, and procedures.

September 7, 2008, 10:24 am

Cubecart Auto Complete - Live Search Mod

July 13, 2008

I developed another mod which allows you to have a live search or autocomplete on your cubecart page. This mod puts autocomplete into cubecart search, basicly when you search for an item a list of all items will show up below the search box matching what the user typed in. The items are store items built from your database.

autcomplete.jpg

A Demo of the mod can be found here Just search for an item

 To purchase this mod please click the paypal button below. Processing may take between 2-24 hours. Thank you

Single Domain
  

Multi  Domain
  

Posted by Anthony LeBoeuf under Cubecart | Comments (0)

Cubecart catalog pdf mod

May 2, 2008

I developed a mod which converts your whole shopping cart into a PDF file. The mod handles the following within the PDF

  • Home Page Content
  • Site Docs (1 per page)
  • Products sorted by name

A Demo of the mod can be found here Just click “Download Catalog”

This mod requires php5 but there is a php4 version in development. The mod also requires the php extention domxml to function properly. To purchase this mod please click the paypal button below. Processing may take between 2-24 hours. Thank you


Posted by Anthony LeBoeuf under Cubecart | Comments (2)

Cubecart google sitemap - SEO MOD Friendly

January 5, 2008

I recently added on to the google sitemap mod I made awhile back, It is now SEO mod friendly. I tested this with the latest version of cubecart and latest version of SEO mod. May need to tweak it out for other versions of SEO mod.

Google sitemap mod

Posted by Anthony LeBoeuf under Cubecart | Comments (8)

Cubecart custom category order

August 5, 2007

So I developed another new mod for cubecart, this one allows you to sort out your categories in cubecart the way you want without staying with the normal sort by name or id as seen in other mods. This mod only modifies 3 files and installs one column “pos” to your database to do the ordering. Remember to back up your database and files before attempting any modification on your original files. To download this file click on the link below.

Custom category ordering 1.0

custom_category_order_1.3 (updated for manual ordering)

Posted by Anthony LeBoeuf under Cubecart, PHP | Comments (8)

Cubecart multiple delete and re categorize admin hack

July 15, 2007

I am developing a new shopping cart using the cubecart system, the client has about 2500 parts in the database. After importing these products into the database I noticed that a good 500 were mis categorized and about 100 were out of date and had to be removed. Cubecart didnt have any support for multi re-categorize or multiple deletes so I created the following hack. This hack will allow you to check off all the products on the product view page and do 2 different things. Either delete the selected products or move the selected products to a different category. To enable this hack in your cubecart admin panel paste the code in the following areas .

Due to people not being able to copy the code correctly I have pasted it in a text file which can be viewed here
install_multi_delete_recat.txt

You can also download my own index.php with the mod already installed, this will work perfect for you if you havent already modded your admin/products/index.php. Download that file here: install_multi_delete_recat-2.zip

Posted by Anthony LeBoeuf under Cubecart, mysql, PHP | Comments (0)