tamertest Posted July 3, 2008 Posted July 3, 2008 hi sir i have a site to sell embroidery designs and e books in a digital format by downloading aaftar payment so when i add a new product , and go to the product attripute , what i can do there to setu up mu product for downloading , ? please help me thanks
Jack_mcs Posted July 3, 2008 Posted July 3, 2008 Enable the download option in admin->Configuration and add the download file in the product attributes section. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
tamertest Posted July 3, 2008 Author Posted July 3, 2008 i did it and what i must chose in the fild in option name and option value . and also i must write the price in the price value in case when i write it the clients when want to buy an item for exampel with 1 $ they find in the order total 2$ , why? and what about the prefix ?
Jack_mcs Posted July 4, 2008 Posted July 4, 2008 See this example on how to use the attributes (just ignore the images). Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
bkellum Posted July 4, 2008 Posted July 4, 2008 i did it and what i must chose in the fild in option name and option value . and also i must write the price in the price value in case when i write it the clients when want to buy an item for exampel with 1 $ they find in the order total 2$ , why? and what about the prefix ? Also, take a look at the following link as it maybe helpful to you: http://www.oscommerce.com/forums/index.php?showtopic=236224 Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE
tamertest Posted July 4, 2008 Author Posted July 4, 2008 hi again mr bill and jack i did every thing but i dont know what is the wrong here ? i have a windows xp operating system and and os commerce version 2.2RC2 about Download by Redirect i did it false because i use xp no unix . permission for download and pub is 777 GZip Compression is false please am new in this world of e commerce and need a help , so iam sorry thanks
Corey_Leonardo Posted July 8, 2008 Posted July 8, 2008 hi again mr bill and jack i did every thing but i dont know what is the wrong here ? i have a windows xp operating system and and os commerce version 2.2RC2 about Download by Redirect i did it false because i use xp no unix . permission for download and pub is 777 GZip Compression is false please am new in this world of e commerce and need a help , so iam sorry thanks Hi Tamertest, I run a similar store. I suggest the following: 1. You rename the download-folder. This is the first place hackers take a look at. In the catalog/download.php, you just replace the folder name, too. Make sure it is mod. 777. You can change every mod by using a small php file like this: <?php chmod('catalog/download', 0777); ?> You just have to write it into a texfile and rename the file to chmod.php and when you FTP it to your webspace and run it in your browser, you can change every mod. That's it. Have the file deleted from your webspace after changes are made, but keep it on your harddisk. 2. Configure your download settings. GZip shall run on true, but unless your store is not frequented so much, select a low level in the beginning. Enable download=true und enable download by redirect=false. 3. You go for the product attributes and create a new one, call it 'download' and give it the attribute 'yes'. (The new product attribute is to be in the same listwhere you find size, color, etc.) In your cataloge, make sure digital goods are given a weight=0. So far, I hope this will help you out. All my best wishes to you! Corey_Leonardo
Jack_mcs Posted July 9, 2008 Posted July 9, 2008 Directories shouldn't be 777 unless required by the server. 775 is the correct setting otherwise. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
patrickh Posted July 24, 2008 Posted July 24, 2008 I have seen this problem with digital media and oscommerce a lot in forums since 2006 i haven't seen a succesful answer yet. I use oscommerce succesfully for standard stores its a wonderful program. I tried getting it to work with digital downloads but couldn't. I have the configuration set properly, the attributes set correctly, the configure.php is is also fine forward slashes etc after folder names, the folder permissions are also correct, i have tried different filenames and filetypes for the download, but alas it does not work, after the order is paid and processed there is no download link. Clearly it does work for a lot of people but it's a pity this aspect of such a good program is not consistant, as there are a lot of people who have set it up properly for whom it still wont work.
Guest Posted July 24, 2008 Posted July 24, 2008 I have seen this problem with digital media and oscommerce a lot in forums since 2006 i haven't seen a succesful answer yet. I use oscommerce succesfully for standard stores its a wonderful program. I tried getting it to work with digital downloads but couldn't. I have the configuration set properly, the attributes set correctly, the configure.php is is also fine forward slashes etc after folder names, the folder permissions are also correct, i have tried different filenames and filetypes for the download, but alas it does not work, after the order is paid and processed there is no download link. Clearly it does work for a lot of people but it's a pity this aspect of such a good program is not consistant, as there are a lot of people who have set it up properly for whom it still wont work. I agree. I never could get it to work with video downloads. It had the link and everything, but the thing would download empty every time, even though it was there. After 2 months of wrangling with the damn thing, I stopped the whole notion of being able to do it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.