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 ForumsStoreStore'This invoice has already been paid' error message problem, please help
Previous
 
Next
New Post
10/26/2007 6:01 PM
 

Hi,

I have set up a business bank account and a personal bank account in the sandbox paypal, both accounts verified. I've also set up the Site options to point to a sandbox paypal provider and set up the sandbox option plus details in the Store Admin module.

In the Store module, when I try to purchase one of my products and after going to the Store Account checkout and then to hitting the buy button in the sandbox paypal page, I keep getting the error message... This invoice has already been paid.

I see that the order number is incrementing as expected (1001, 1002... etc) but I always get that same error message.

Does anyone know how to solve this problem?

Thanks for any help,

Julian

 
New Post
10/28/2007 12:17 PM
 

Hi Julian,

You probably test a previous version of the module with PayPal, then this order number was already used. By default, Store define the start order number to 1000, you can modify this value with a database tool like Enterprise Manager. If you database contains real data, MAKE A BACKUP FIRST!!!

For modify the starting counter value, open your database tool and connect to your database. Modify table definition of the table Store_Orders, replace the counter value with an higher value like 3000, save the table definition. The next order will be numbered 3001.

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
4/3/2008 12:32 PM
 

I'm getting this same problem with the latest version of Store - I have no idea how to get access to my database or what to do with it if I could - is there any other way around this problem? 

BTW I'm not aware of every having tested the store with paypal previously....

Cheers

K.

 
New Post
4/4/2008 9:14 AM
 

Hi Keith,

This is not directly related to the Store module. PayPal DO NOT authorize to use a previously used order number. If you previously test an other store module/product with PayPal and used order number range from 1 to 1434 (as a sample), you have to use an order number higher than 1434! If you don't know what is the higher number is, ask the PayPal support.

If you can't use Enterprise Manager or similar db tool for modify the Store_Orders table as explained in my previous post, follow this:

Login to your web site as host. Then got to Host > SQL and paste this 3 lines in the text box:

DECLARE @OrderTable nvarchar(50)

SET @OrderTable = '{databaseOwner}{objectQualifier}Store_Orders'

DBCC CHECKIDENT(@OrderTable, RESEED, 2500)

Replace the number in bold red by your higher order number, check 'Run as Script' and click on 'Run'.

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
4/8/2008 9:30 AM
 

Thanks Gilles - I will give that go.

cheers

K.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStore'This invoice has already been paid' error message problem, please help


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