Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreIssue with virtual productsIssue with virtual products
Previous
 
Next
New Post
6/6/2011 11:39 PM
 
Hello,



Thanks in advance for your time on this issue. 



I'm running DNN 05.06.02 (144), and store module version 3.0



The module is great!  The only issue I'm having at the moment is when a user places an item in the cart and then goes to the Downloads section, they are immediately able to download the product. 



I'm saving the files to be downloaded in a folder that is inside the root directory.  Is there a certain folder the files should be in?  Am I doing something wrong?



Thank you very much for your time, and I apologize if Ive posted this in the wrong forum.



Matthew

 
New Post
6/7/2011 10:07 PM
 
Hi Matthew,



Damned, it's a bug! Fortunately it can be corrected easily. connect to your website as host and go to Host > SQL. Copy and paste the following code to the text box, check 'Run as script' and click on 'Execute'.



ALTER Procedure {databaseOwner}{objectQualifier}Store_Orders_GetDownloads

 @PortalID int,

 @UserID int

 AS

 SET NOCOUNT ON

 SELECT d.OrderDetailID, d.OrderID, d.ProductID, p.ModelNumber, p.ModelName, p.VirtualFileID, p.AllowedDownloads, d.Quantity, d.Downloads

 FROM {databaseOwner}{objectQualifier}Store_Orders o INNER JOIN

  {databaseOwner}{objectQualifier}Store_OrderDetails d ON o.OrderID = d.OrderID INNER JOIN

  {databaseOwner}{objectQualifier}Store_Products p ON d.ProductID = p.ProductID

 WHERE (o.PortalID = @PortalID) AND (o.UserID = @UserID) AND o.OrderStatusID NOT IN (1, 2, 6) AND (p.Virtual = 1)

GO



This will be corrected in the next version.



Gilles


We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
New Post
6/7/2011 11:46 PM
 
Thanks!  As soon as Game 3 of the finals is over, I'm doing this!!!!  Go Mavericks!!
 
New Post
6/13/2011 10:08 PM
 
Hi,



Congrats to Mavericks! :-)



Gilles




We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
New Post
6/13/2011 10:21 PM
 
Gilles,



YES!!! It was a great feeling to see them win!  Especially today when Dirk Nowitzki got off the airplane at Love Field here in Dallas and held the trophy over his head!

 

I also wanted to say thankyou to you Gilles!  I have done SO MANY google searches with issues on my site, and countless times, your work on this project has been there for me to interpret and use.  Thanks man, you may not always get recognition for the work you do, but this guy in Texas sees it! Thanks.

-Matthew

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreIssue with virtual productsIssue with virtual products


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out