PDA

View Full Version : Cart System?


anjam
Sat 23rd Nov '02, 9:51am
Hi, i need a cart system, for my site www.gsmfusion.com (http://www.gsmfusion.com) can anyone tell me where i can get one from, who can make one, or some good software!!

Regards

Jam

MarkB
Sat 23rd Nov '02, 10:56am
Originally posted by anjam
Hi, i need a cart system, for my site www.gsmfusion.com (http://www.gsmfusion.com) can anyone tell me where i can get one from, who can make one, or some good software!!

Regards

Jam Try www.oscommerce.com (http://www.oscommerce.com) - it's not templated, but it works fine! :) And you can tied it in with most major pay systems.

bigmattyh
Sat 23rd Nov '02, 2:57pm
Originally posted by anjam
Hi, i need a cart system, for my site www.gsmfusion.com (http://www.gsmfusion.com)I use X-cart (www.x-cart.com (http://www.x-cart.com)). If you like templates, it's the way to go.

You can check out my store here: http://store.icomix.com.

tubedogg
Sat 23rd Nov '02, 3:33pm
Originally posted by bigmattyh
I use X-cart (www.x-cart.com (http://www.x-cart.com)). If you like templates, it's the way to go.

You can check out my store here: http://store.icomix.com. Ooh, that one looks nice. I've been looking for a cart as well. Thanks! :)

MarkB
Sat 23rd Nov '02, 3:46pm
Originally posted by bigmattyh
I use X-cart (www.x-cart.com (http://www.x-cart.com)). If you like templates, it's the way to go.

You can check out my store here: http://store.icomix.com. Nice cart! (although expensive for me right now)

May I ask who you use as a payment processor?

anjam
Sun 24th Nov '02, 9:01am
Yeah, who do u use for payment processing? I live in the UK

bigmattyh
Sun 24th Nov '02, 5:13pm
Originally posted by MarkB
Nice cart! (although expensive for me right now)

May I ask who you use as a payment processor? Paypal. I know, I know, everyone hates them. But it works.

About the templates -- X-cart uses Smarty templates (http://smarty.php.net). The system takes a little while to learn, but it works pretty well. One thing Smarty's got over the current vB template system is conditional templates, meaning you can do this:

{if CONDITION}
Do some stuff!
{elseif ANOTHER_CONDITION}
Do some other stuff!
{else}
Do the other other thing!
{/if}

So that's pretty cool.

Anyway, if you're used to vB, you might be a little frustrated with X-cart at first, because it isn't as slick in some ways, but it's a good system with a lot of features.

MarkB
Sun 24th Nov '02, 6:30pm
Originally posted by bigmattyh
Paypal. I know, I know, everyone hates them. But it works.

About the templates -- X-cart uses Smarty templates (http://smarty.php.net). The system takes a little while to learn, but it works pretty well. One thing Smarty's got over the current vB template system is conditional templates, meaning you can do this:

{if CONDITION}
Do some stuff!
{elseif ANOTHER_CONDITION}
Do some other stuff!
{else}
Do the other other thing!
{/if}

So that's pretty cool.

Anyway, if you're used to vB, you might be a little frustrated with X-cart at first, because it isn't as slick in some ways, but it's a good system with a lot of features. Sweet! I tried smarty templates very very briefly, but I'm a bit spoiled by how vB's system worked, so I just coded my own. But the cart looks very very nice...

And nothing wrong with PayPal! Does your cart integrate with it as part of the standard installation?

bigmattyh
Mon 25th Nov '02, 12:19am
Originally posted by MarkB
Does your cart integrate with [Paypal] as part of the standard installation? Yes. And it supports about 10-12 other payment gateways, too, like Authorize.net and Verisign.

MarkB
Mon 25th Nov '02, 4:05am
Originally posted by bigmattyh
Yes. And it supports about 10-12 other payment gateways, too, like Authorize.net and Verisign. Nice!! :)

Wayne Luke
Mon 25th Nov '02, 2:55pm
Originally posted by bigmattyh
Paypal. I know, I know, everyone hates them. But it works.

About the templates -- X-cart uses Smarty templates (http://smarty.php.net). The system takes a little while to learn, but it works pretty well. One thing Smarty's got over the current vB template system is conditional templates, meaning you can do this:

{if CONDITION}
Do some stuff!
{elseif ANOTHER_CONDITION}
Do some other stuff!
{else}
Do the other other thing!
{/if}

So that's pretty cool.

Anyway, if you're used to vB, you might be a little frustrated with X-cart at first, because it isn't as slick in some ways, but it's a good system with a lot of features. Sure is a good thing those conditional templates are included in vBulletin 3.0 huh? Sure wouldn't want to confuse people.

bigmattyh
Mon 25th Nov '02, 4:41pm
Originally posted by Wayne Luke
Sure is a good thing those conditional templates are included in vBulletin 3.0 huh? Sure wouldn't want to confuse people. I did say the current template system...

I'm sure I'll effuse with joy over the new vB -- that is, when it is released.