Zen Cart Logo

Product with open amount

Locked

Views: 1,830

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
22 Aug 2006, 4:03 PM
#1
gardengate avatar

gardengate

New Zenner

Join Date:
Jul 2006
Location:
Cleveland
Posts:
79
Plugin Contributions:
0

Product with open amount

I am trying to set up an open product to use it as Pay invoice online so I need to keep the amount open to be entered by our customer. I am not sure how to set it up.

Garden Gate
findaflorist.org/sendflowers

22 Aug 2006, 4:32 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Product with open amount

You can set it up as its own Product type so you can customize the layout easier such as Document Product ...

Then set the price to $1.00

Hide the Price ...

Change the Add to Cart to something more meaningful such as Enter Quoted Amount ...

Will these quotes be whole dollar amounts or include change?

7 Nov 2006, 6:23 PM
#3
splieg avatar

splieg

New Zenner

Join Date:
Jul 2005
Location:
Newfoundland, Canada
Posts:
59
Plugin Contributions:
0

Re: Product with open amount

Hey Ajeh,

I'm trying to do the same. I've taken your advice and made a product of type "Document-Product", but this doesn't allow you to enter your own price anywhere from the customer standpoint. Can you elaborate on this?

Thanks

7 Nov 2006, 6:33 PM
#4
ajeh avatar

ajeh

Oba-san

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

Re: Product with open amount

Document Product has an Add to Cart qty just like a Product General ...

What you do is customize the Document Product to look more like a Quote by changing Add to Cart to read something more useful like: Quoted Amount

If you do not see the Add to Cart quantity ... make sure in the Catalog ... Product Types ... on the Document Product ... EDIT ... it is set to Allow Add to Cart ...

Changes made to the Document Product will not effect the look of the regular Product General display ...

7 Nov 2006, 7:48 PM
#5
splieg avatar

splieg

New Zenner

Join Date:
Jul 2005
Location:
Newfoundland, Canada
Posts:
59
Plugin Contributions:
0

Re: Product with open amount

Thanks for the quick reply.

I have followed your directions, however, I still can't see where a client can enter in their own dollar amount or how to implement this. My goal is to allow a client who chooses this product to be able to enter in a variable dollar value and have that added to the cart. The key here is the value is variable and will always be different. Can this be done??

Thanks again.

8 Nov 2006, 2:01 AM
#6
ajeh avatar

ajeh

Oba-san

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

Re: Product with open amount

Make sure that you used Document Product and not Document General ...

Document Product can be added to cart ...

Document General cannot be added to the cart ...

In the Catalog ... Product Types ... under the Add to Cart should read Y or YES for everything "except" Document General ...

Make sure that when you edit that Product ... that you see:
Products Quantity Box Shows: YES

10 Aug 2009, 1:25 PM
#7
helmetdecals avatar

helmetdecals

New Zenner

Join Date:
Jan 2009
Posts:
26
Plugin Contributions:
0

Re: Product with open amount

how do you Hide the Price?

10 Aug 2009, 2:00 PM
#8
ajeh avatar

ajeh

Oba-san

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

Re: Product with open amount

Customize the tpl_product_info_display.php with your templates and overrides ...

Look for the section where the Price is displayed:

<!--bof Product Price block -->

blah blah blah

<!--eof Product Price block -->

Test for the products_id and when it matches the id for this Product, do have this section of code display ...