Jquery XML Shopping Cart

drip

We’ve built all kinds of shopping carts – many from the ground up. Experienced with all the third party vendors – zencart, opencart, xcart, etc… we know that clients need something completely customized sometimes. Many shopping carts are simply to complicated for some clients to use – also a case where a customized shopping cart is useful. Our easy professional administration systems make controlling your estore a breeze.

On top of that, we’ve been looking into a simple jquery xml shopping cart. We’ve attached a database to the script so that a user can control products and information from inside a custom admin area. This makes it a powerful, easy solution for clients that don’t need a lot of fuss. Everything is handled through Paypal so all your order taking is already done for you – plus you can print shipping labels from inside your paypal account, which makes things much more simple than integrating a shipping xml module.

For clients with a static product list, no database is required. All you need to do is fill out the XML file once with your products and voila!, you’re done. Really, it’s that easy. We’ll fill out a few configuration items and you can start selling that same day. There’s no need to be locked into some monthly subscription service or pay hundreds of dollars for a third party cart that has dozens of features you don’t need and will never use.

Simple, effective, affordable. A Livewire solution for projects of any size and scope.

Better Than Notepad: Notepad ++

We love this little program. It’s a replacement for Notepad called Notepad++. It’s like notepad on steroids. Lots of  new, useful functions – essentially, everything Microsoft neglected to put into their product,; open source, once again, has provided a better alternative. Easy find/replace functions, even in files so

How important is color in web design?

Color is an extremely important aspect of web design. It can have a significant impact on the user’s perception of a website, its brand identity, and the overall user experience. Here are some reasons why color is important in web design: Branding: Colors can be used to create

Our New Look

Take a peak at our main website’s new look! We’re proud to present a brand new layout and style for Livewire Web Design. We work hard on your websites, so we took a few days to upgrade ours – we added a new optimization center that gives prices

Pretty Awesome Image Packages

Nowadays, it’s just best to buy your images. As Gainesville Web Design experts, we purchase them almost on a daily basis. There are always projects that require different photos, icons or footage. Generally people purchase credits and then use those to buy images – kind of like an

Extend Your iPhone or iPad Battery Life

A common problem in todays world – batteries haven’t really kept up with the rest of the tech world and are absolutely the weak link in virtually any modern day tech pack. Things have gotten better over the years. My smartphone lasts about 18 hours depending on usage

WordPress: Capturing Post Author Meta

An easy one here from your local Gainesville Web Designer: How to retreive the author information from a post in the WordPress loop. This assumes you’re in the loop, of course. $meta_field= get_the_author_meta( ‘your_meta’ );   Badda-bing badda-boom. You’re done. It really is that simple. Just use get_the_author_meta,