Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / How do I break down One time charges at Checkout?

How do I break down One time charges at Checkout?

Locked

Views: 1,974

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
28 Dec 2007, 8:58 PM
#1
dchrastil avatar

dchrastil

New Zenner

Join Date:
Sep 2007
Location:
Colorado, USA
Posts:
68
Plugin Contributions:
0

How do I break down One time charges at Checkout?

When a user adds a product to their shopping cart that has one-time charges, those charges are all grouped together. I need these one-time charged to be broken down into each charge....

ie:

the attribute color:blue = +5.00
the attribute production time: rush = +20.00

Product 1............................................................. $100.00

  • Color: blue
  • Production time: rush

..................................................onetime charges: $ 25.00
..............................................................sub-total: $125.00

i need it to break out the one-time charges to show both attributes in the shopping cart. Has anyone done this before or have an idea on how to go about it?

Thanks

... the site is setup to allow checkout only when you are approved, so no point in sending out the link.

31 Dec 2007, 4:49 PM
#2
dchrastil avatar

dchrastil

New Zenner

Join Date:
Sep 2007
Location:
Colorado, USA
Posts:
68
Plugin Contributions:
0

Re: How do I break down One time charges at Checkout?

Anyone have any ideas? I'm about to just hack up the checkout process and create this functionality manually... but i ideally want to keep the integrity of zen-cart :yuck:

31 Dec 2007, 4:54 PM
#3
dchrastil avatar

dchrastil

New Zenner

Join Date:
Sep 2007
Location:
Colorado, USA
Posts:
68
Plugin Contributions:
0

Re: How do I break down One time charges at Checkout?

Maybe my post wasn't very clear... here is a better example...

This is how zencart is by default:

Product 1................................................. ............ $100.00

  • Color: blue
  • Production time: rush

.................................................. onetime charges: $ 25.00
.................................................. ............sub-total: $125.00

But, I want it to go like this:

Product 1................................................. ............ $100.00

  • Color: blue
  • Production time: rush

.................................................. onetime charges:
........................................................ - Color, Blue: $ 5.00
........................................................ - Production, Time: $ 20.00
.................................................. sub-total: $125.00

31 Dec 2007, 6:52 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How do I break down One time charges at Checkout?

The one time charges are broken out on each Product but are not lumped on the Totals ...

While it could be done, you are looking at quite a bit of customization to the code ...

9 Jan 2008, 7:00 PM
#5
dchrastil avatar

dchrastil

New Zenner

Join Date:
Sep 2007
Location:
Colorado, USA
Posts:
68
Plugin Contributions:
0

Re: How do I break down One time charges at Checkout?

Thanks Ajeh,

I figured out a work around. I had disabled the +one-time-price display on all attributes, so I had to make an alteration to allow those to show up in the shopping cart and checkout pages only....

If anyone has any questions, or is doing something similar and needs help. let me know.

15 Oct 2009, 7:17 PM
#6
cliffvt avatar

cliffvt

Zen Follower

Join Date:
Jul 2009
Posts:
100
Plugin Contributions:
0

Re: How do I break down One time charges at Checkout?

Hey Dchrastil, I am really interested in this too, could you share the modifications, please?

Thanks

Cliff