Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order Personalisation


mes

Recommended Posts

Posted

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

Posted
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

 

 

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:

Posted

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

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...