Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Possible? Payment and Product as a Service question

Possible? Payment and Product as a Service question

Locked

Views: 566

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
3 Sep 2009, 10:17 AM
#1
sparrowhawk360 avatar

sparrowhawk360

New Zenner

Join Date:
Sep 2009
Posts:
4
Plugin Contributions:
0

Possible? Payment and Product as a Service question

Hi all.
I've just installed ZenCart and have a few questions. I have ordered the Goh Koon book but until that arrives...

  1. Is it possible to have 1 product requiring Payment Processor A (Lets say, Pay Pal) and another Product requiring Payment Processor B?

  2. I have a service to sell with Zen Cart which unlike a 'Childminding Product' will require a lot of variables and different prices depending on time of day requireed etc.

I can see this page being a long list of days where user selects am or pm and each has a different price based on the day chosen.

That seems much more complicated than the usual 'product' selection and was ondering if this type of thing is possible?

Many thanks if you have read and replied to this.

3 Sep 2009, 10:31 AM
#2
sparrowhawk360 avatar

sparrowhawk360

New Zenner

Join Date:
Sep 2009
Posts:
4
Plugin Contributions:
0

Re: Possible? Payment and Product as a Service question

Quick update: I have attached a mockup of how the Childminding service should 'look' to help.

3 Sep 2009, 11:14 AM
#3
sparrowhawk360 avatar

sparrowhawk360

New Zenner

Join Date:
Sep 2009
Posts:
4
Plugin Contributions:
0

Re: Possible? Payment and Product as a Service question

Quick update: I have attached a mockup of how the Childminding service should 'look' to help.

3 Sep 2009, 7:58 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Possible? Payment and Product as a Service question

  1. There is not currently any built-in options to "check a box to enable certain payment module" for certain products.
    You could alter some of the code to remove certain modules if certain products are in the cart, but you do need to take into consideration all possible combinations.

  2. You can add attributes to products, and have those attributes affect the price based on chosen options.
    Related FAQ: https://www.zen-cart.com/tutorials/index.php?article=57
    Sample product: http://www.zen-cart.net/demo/index.php?main_page=product_info&cPath=22&products_id=34

4 Sep 2009, 8:53 AM
#5
sparrowhawk360 avatar

sparrowhawk360

New Zenner

Join Date:
Sep 2009
Posts:
4
Plugin Contributions:
0

Re: Possible? Payment and Product as a Service question

Hi DrByte

Many thanks for the reply. Re..

1). Thats understandable. Thanks.

2). Looks promising. I discovered 'attributes' yesterday evening and they are working out perfect. I knew what I wanted to do, I just didnt realise that this is what they were called.