Jump to content

switching type of the item from "product" into "virtual product"


Recommended Posts

How can I switch type of the selling item from "Product" into "Virtual Product" and upload a file

so that a customer who has paid for the item marked as "product" ealier can download it now after the change. What link should I

provide to customer or what message to send to allow my customer download file that it was ordered by him?

 

In other words:

1. customer paid for the itme defined as a "product"

2. I change status of the item into "virtual product"

3. and upload associated file.

4. how can customer download the file after this change ?

 

 

I know it is messy but I imported my downloadable items with csv import tool. And I didn't know how to define in csv file that all

items are virtual products.

Link to comment
Share on other sites

You cannot do that, as there are fields in the order_details table that get populated when the order is placed.

 

You would need to create a script that will populate all the data that gets added when you place an order for a virtual product.

 

You can create a new order, and try to compare the DB tables (related to the order) and see the differences.

Link to comment
Share on other sites

×
×
  • Create New...