Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Custom some product with customer image upload ?


S-Bay

Recommended Posts

Hi hello all

A look and read a lot of post and test some add-ons and i didn't find what i need.

 

Im working in a 2.3 project and i need to find a way to let my customers to customize some particular product our products (but not all of my products) with a upload image (jpg,png or gif) option.

And that the upload image are from some way related with that especific order.

 

Anyone know of the existence of the add-on like this ?

Anyone have this kind off option runnig in a 2.3?

 

Tks

Link to comment
Share on other sites

i think what is need is something like :

 

- enum field named upload (0;1) on products table - for yes or no

- varchar field named upload_image on the products for the image text

 

a if or a case on the product_info.php

0 - no field

1 - show the field

 

php script for upload files to a past

 

new varchar field named upload on the orders table

on confirm payment send the varchar field on the products to the varchar fiel on the orders

 

on the admin put the orders.php read the upload field if exist

the admin read the orders with the new field with a link to get it

 

smile.png

 

 

any one??

Edited by S-Bay
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...