How can i create and sell physical product and also digital product in same site

Posts: 14
Joined: 12/26/2007

Hi all,

I have to do sell the physical product and also digital products(File download) in same site. I have no ideal about the task.

What are the step i have to do for create and sell that kind of product using paypal payment method.

I need your help. Will you explain this task?

Thanks for your information.

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Please don't PM me with the same question posted in the forum. If I see the PM first and respond, no one else benefits and it wastes my time. Thanks. Smiling

It's possible using product attributes and adjustments. You have to make sure you're using the adjustments tab to specify different SKUs for the different type of products. There will be more documentation in the near future.

Posts: 331
Joined: 08/07/2007
Administrator

The future is now.

--

-Shawn Conn: If the Name Don't Rhyme It Ain't Mine

Posts: 1140
Joined: 08/14/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.

Now that is what I call documentation. Drupal.org, eat your heart out.

--

"Pain don't hurt." - Dalton

Mike Nelson's RiffTrax! www.rifftrax.com

Posts: 14
Joined: 12/26/2007

It is very help full for creating and configure the file product.

thanks

nathan

Posts: 86
Joined: 02/06/2008

Agreed. That's how you document properly.

Posts: 6
Joined: 03/03/2008

Hello,

I can't quite figure out how to offer a download option for a product -- a report. I followed the instructions at http://www.ubercart.org/docs/user/3345/selling_files
No problem there.

But I need a separate SKU (I think) for the download, because in some cases customers will want to purchase the download *without* purchasing the physical product. So I need to use "adjustments", as explained here...
http://www.ubercart.org/docs/user/3364/product_skus_and_adjustments

In the atributes administration, I added an attribute called "Digital Download" to the product, and added the option "Yes". Now when I go to the Adjustments tab for the product, I just see the product's SKU repeated, and the name of the attribute with the word "Model" after it, like so: "Digital DownloadModel". There is also a Submit button. When I click the Submit button I get this error:

warning: Invalid argument supplied for foreach() in /home/watereus/public_html/sites/all/modules/ubercart/uc_attribute/uc_attribute.module on line 1032.

See attached screenshot.

Ultimately, what I want in the product listing is something that says "click here to purchase the download for $5". Something like that. Or a check box for "Purchase the download, $5." That way people who don't want to spend $40 for the hard copy can just download it for $5.

Thanks,
Ryan

AttachmentSize
adjustments_screenshot.JPG44.18 KB
Posts: 68
Joined: 01/19/2008
Uber Donor

hi webcom

i am trying to sell photos as prints, gallery wraps and as a download.

the only way i could figure out was how i do it at my site
http://www.yosemitestock.com/
scroll down to the 1st photo and you can see the options. i am not sure but this may also be done with a product kit which i will explore next

Posts: 6
Joined: 03/03/2008

yosemite1,

Thanks. I determined that I was getting a text field for the option and not a pulldown because I had added only one option for the attribute. I figured I could add just one option and make it a checkbox... but it looks like there have to be at least two options entered (in the attributes administration) in order for things to work. Then I can check the square boxes for those two options under the options tab for a specific product, and then I get a pulldown in the view screen for the object, rather than an empty text field.

All good now.

-Ryan