Zen Cart Logo
Forums / General Questions / How would I set up for Selling Mobile Phones with Contract options?

How would I set up for Selling Mobile Phones with Contract options?

Views: 826

Results 1 to 3 of 3
23 Apr 2011, 9:10 AM
#1
damiankrzyz avatar

damiankrzyz

New Zenner

Join Date:
Mar 2011
Location:
United Kingdom
Posts:
9
Plugin Contributions:
0

How would I set up for Selling Mobile Phones with Contract options?

Hi Guys,

I've searched on forum but couldn't find an answer.
I'm building a store with Mobile Phone Contracts.
It's running on 1.3.9h with template from TemplateMonster.

The idea is to:
Let customers shop by Phone, by Gift, by Tariff.
So when they pick free gift they'll be redirected to phone section and after that to tariff section and same in other ways. Once they have these in cart they can checkout.

Do I have to do it with attributes or maybe some addon.

Please advise.

Thanks in advance

Damian

23 Apr 2011, 10:17 AM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: How would I set up for Selling Mobile Phones with Contract options?

One of the benefits of Zen Cart being open source is that it gives you all the basic stuff you need for a store, well-tested and proven, while also allowing you easy access to add those bits that are specific to your business model.

Your business model, whilst not unique, is fairly specific and I think you'd have to do some custom programming to get all the bits you want in place.

If we were developing this for a client, we'd put the phones in one category, the gifts in another and the tariffs in a third. We'd then build a custom home page to make clear that they should choose one from each.

We'd set the appropriate config switch to not take them to the shopping cart when they make a choice, and add some code to instead move them to next decision.

We'd also use the Zen Cart extra cart actions functionality to ensure that they only make one choice from each category. There are examples of using this functionality in the wiki.

We'd probably suppress the quantity boxes too (which can be done through the configuration switches).

23 Apr 2011, 10:41 AM
#3
damiankrzyz avatar

damiankrzyz

New Zenner

Join Date:
Mar 2011
Location:
United Kingdom
Posts:
9
Plugin Contributions:
0

Re: How would I set up for Selling Mobile Phones with Contract options?

@kuroi

Many Thanks for this. It gives me better understanding now.

Damian