Guest Posted February 3, 2003 Posted February 3, 2003 Hello! I was wondering if anyone could point me in the right direction on this concern. I would like to offer my customers the ability to select a warranty package during their checkout procedure. It would be a standard choice depending on the item. For instance, if an item was priced over $200, the warranty would be $20; whereas an item priced less than $199 would be $10. I'd like for this to happen during the checkout procedure as an extra step. Please help. Thanks! Quote
Guest Posted February 6, 2003 Posted February 6, 2003 Is there not a single wayward soul that can help me out?? Please help. Thanks! :( Quote
mattice Posted February 6, 2003 Posted February 6, 2003 Look at checkout_confirmation.php First a simple php code to check for the amount the warranty will cost, then add a checkbox saying: [ ] Add warranty - $xxx Then use the order_total class to add that value to the order total. That way it will show up on all the related pages. HTH Mattice Quote "Politics is the art of preventing people from taking part in affairs which properly concern them"
Guest Posted February 6, 2003 Posted February 6, 2003 Thanks for the help Mattice. I'm a complete novice at PHP. Is there any place or resource where I could find a sample snippet of code that might help me create the code you suggest? Or maybe an example in the existing osC pages? Thanks. Quote
rascal2trust Posted February 6, 2003 Posted February 6, 2003 Why could you not just add that as an option to each product, it would be quite simple to do as you are adding your products. Quote
Guest Posted February 6, 2003 Posted February 6, 2003 I don't quite follow rascal2trust. Please explain. Forgive my ignorance. :cry: Quote
rascal2trust Posted February 6, 2003 Posted February 6, 2003 There is a place to set up options or attributes in the admin, like you might have a shirt that comes in sevearal different colors, so you would list that item and then you can have an dropdown box for customers to select different colors, they can also have added priceing.Play around with the attributes in admin, and you will see. It should do just what you want. Customer selects your product, then he can select the warranty option if he wants it. Quote
Guest Posted February 6, 2003 Posted February 6, 2003 Thanks! I was able to setup what I needed with the suggestion that Jim made. Thanks so much for your help!!! Regards, Manoj Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.