Forum Moderators: buckworks

Message Too Old, No Replies

Help with choosing an ecommerce cart

         

stilllooking

10:07 pm on Feb 22, 2005 (gmt 0)

10+ Year Member



Hello all,
I've searched until I'm exhausted. Any help would be greatly appreciated, and thanks in advance.

<snip>

I've got a small online store, about 50 items. I like that the above cart:

*does not take you away to another page when you add to the cart, but it simply and quickly updates the on-screen mini-cart. When you finished, you go to the cart page.

*I need a mini-cart that is on every page like this one, with a good short definition of the items in it like this.

I process orders offline, so the processing gateways are not important to me. I have an existing site and like the current design and freedom, so catalog builder carts are not as attractive since they will force their categories, thumbnails, and design on me. Is there anything this elegant out there that would allow you to integrate it into an existing site?

I looked at XCart, MonsterCommerce, Catcushop, and others that have a mini-cart on all pages, but still have not found one that does not hi-jack the customer to a cart page.

Any thoughts on where to look.
thanks
stilllooking

[edited by: lorax at 1:10 pm (utc) on Feb. 23, 2005]
[edit reason] removed example URL [/edit]

GarryBoyd

10:19 pm on Feb 22, 2005 (gmt 0)

10+ Year Member



your virtual store. Aussie design in ASP.

stilllooking

10:52 pm on Feb 22, 2005 (gmt 0)

10+ Year Member



Garry,
thanks for the reply. maybe I missed it when I viewed yourvirtualstore, but it still looks like it hijacks the customer to view a cart page, and says nothing about existing sites. looks like cactushop or xcart. what am I missing?
stilllooking

GarryBoyd

9:39 am on Feb 23, 2005 (gmt 0)

10+ Year Member



you can run a mini cart at the bottom of each page. When you add an item it shows in the minicart.

You can make a link from existing static pages to place items in the cart, tho you would need the minicart code on the page. The item does not need to be in the database.

The docs are a bit scruffy, but dig around, they are linked on the site somewhere.

webtress

12:18 am on Feb 24, 2005 (gmt 0)

10+ Year Member



Take a look at ecommercetemplates they offer a generic template that you can use with your own design they also have a mini cart add on. The demos on the site may not show it but parameters can be set for once the add to cart button is clicked the page refreshes to where the customer came back from. If you have question you can post pre-sales question on the their forum.

kbba04527

12:53 am on Feb 24, 2005 (gmt 0)

10+ Year Member



I had the same question when I first started out with a little bit of ASP knowledge and came to one conclusion, build it yourself, It easier than you think using ASP and a Secure SSL area supplied by your hosting company..

You collect the details you want.. as in my case I have a Credit Card Machine like yourself so its easy!

...and works for future proofing sites, changes etc

stilllooking

4:10 pm on Feb 24, 2005 (gmt 0)

10+ Year Member



Thanks for the responses.

Webtres,
I have looked at the templetes and remember the generic they offered with the mini cart add-on. I think I'm still hooked into categories and thumnails, but I'll take another look. thanks

kbba04527,
I don't know asp, but I like a challenge. Is there available code that has the basics you would start with? I'll take a look at that also.

any more ideas are welcome,

stilllooking

kbba04527

4:20 pm on Feb 24, 2005 (gmt 0)

10+ Year Member



I always used ASP Resource Index for Tutorials and code, always handy to look up bits after your first attemp fails.. and trust me.. it does..

Good luck!

[edited by: lorax at 4:34 pm (utc) on Feb. 24, 2005]
[edit reason] removed URL [/edit]

webtress

9:33 pm on Feb 24, 2005 (gmt 0)

10+ Year Member



stilllooking, I didn't know a lick of ASP when I started with these templates but since I have learned to tweak the code when I needed (not often) Lately I have been working with the PHP version and my PHP is even less than my ASP but when I get stuck there's usually a guru or two hanging around to ask questions and get answers.