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 ForumsStoreStoreAdd Roles based on Products PurchasedAdd Roles based on Products Purchased
Previous
 
Next
New Post
4/16/2010 7:42 PM
 
Have you tested changing the status on an order manually through the drop down list in the Store Admin module? Does it update the status or show an error at the top of the page? Does the trigger function when you do this? I would recommend testing and then remove the triggers and test again to eliminate them as the cause of your IPN issues. I too am having IPN issues with the Store module even if the triggers have not been installed. To answer your question - yes - you can change the trigger to work on Awaiting Payment (status of 2) instead of Paid (status of 7). I would NOT recommend doing that because users who go to PayPal and cancel without paying will also be unlocked! If you want to make this change anyway then change the following line of code: IF (SELECT OrderStatusID FROM INSERTED) = 7 --PAID to IF (SELECT OrderStatusID FROM INSERTED) = 2 --Awaiting Payment Again, I would not make that change unless you are OK with giving away your products!
 
New Post
4/16/2010 7:47 PM
 

Yes i i do the manual change the Awayting Payment to Paid the trigger execute with no problem what i was thinking was creating a new trigger and put a temporary group or something into the Awaiting Payment so the users can have temporary access to the website.

 
New Post
4/21/2010 11:54 PM
 

Hi,

You should read this post! :-)

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
5/5/2010 3:53 PM
 
Im trying to create this again but for status 2 as the new version have for status 7 already but still im getting a new error

Msg 209, Level 16, State 1, Procedure v05_Store_Orders_UT, Line 22

Ambiguous column name 'RoleID'

Can you test on your side.    

 
New Post
5/5/2010 7:27 PM
 
I am no longer using the triggers since Gilles built this functionality into version 2.1.34, but the error sounds like there is now a column named RoleID in a store table where there was not before. The fix would be to add the table name to the column so SQL can identify which RoleID we want (since this field now exists in more than one table). Just add “Table.” to the RoleID (like v05_ProductRoles.roleid) in the trigger to disambiguate the reference. I don’t remember the name of the table I created but it starts with v05_ By the way – my error with PayPal IPN not working turned out to be that I had the Store Account page visible only to registered users. Thanks to Gilles once more for his assistance and tireless professional support of such a great product!
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreAdd Roles based on Products PurchasedAdd Roles based on Products Purchased


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