mes Posted December 24, 2004 Posted December 24, 2004 I would like a feature which allows a customer to upload an image or a sentance as they order. It is so I can make personalised cards with their own greeting/image. Does anyone know how this could be done or if their is a mod available for adding extra fields to orders? Thanks Guys... mes
markmca Posted December 24, 2004 Posted December 24, 2004 I would like a feature which allows a customer to upload an image or a sentance as they order. It is so I can make personalised cards with their own greeting/image. Does anyone know how this could be done or if their is a mod available for adding extra fields to orders? Thanks Guys... mes <{POST_SNAPBACK}> For this you what you can do is find the following line of code from the checkout_process.php file tep_redirect(tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL')); and replace it with tep_redirect(tep_href_link(FILENAME_CHECKOUT_SUCCESS, 'orderid='.$insert_id, 'SSL')); and goto file checkout_success.php file and place the following line of code whereever you want the order number to be displayed <?php echo 'Order No: '.$HTTP_GET_VARS['orederid']; ?> This should solve your pblm :thumbsup:
Guest Posted December 27, 2004 Posted December 27, 2004 hey mes, I would look at the contribution: Option type feature. This will allow you to add in extra fields to your products pages so your customer can customize each product (if it is on check out and they have more than one product it might be difficult, but with option type feature you do everything before going to the cart) RW I would like a feature which allows a customer to upload an image or a sentance as they order. It is so I can make personalised cards with their own greeting/image. Does anyone know how this could be done or if their is a mod available for adding extra fields to orders? Thanks Guys... mes <{POST_SNAPBACK}>
BrianKCook Posted December 28, 2004 Posted December 28, 2004 I did a search for that list contribution I cant find it can you send me the link. I need that feature also.
BrianKCook Posted December 28, 2004 Posted December 28, 2004 I think I found it http://www.oscommerce.com/community/contri...rch,option+type
mes Posted January 4, 2005 Author Posted January 4, 2005 This sounds exciting thanks RavenWulf:-) I'll give this a go. I know it my be asking too much but I would like the user to be able to upload an image at point of order aswell:-) Cheers, mes
Guest Posted January 6, 2005 Posted January 6, 2005 Hmm sorry mes I have no idea on that one, I also haven't run across any contrib to that fact either. :( RW This sounds exciting thanks RavenWulf:-) I'll give this a go. I know it my be asking too much but I would like the user to be able to upload an image at point of order aswell:-) Cheers, mes <{POST_SNAPBACK}>
giftmaster Posted January 8, 2005 Posted January 8, 2005 Try this out File Upload .7 (for PA - Option Type Feature)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.