If you are finding after clicking the confirm button on your checkout, the page breaks and does not go to the payment screen, please see the solution below. This is most likely the result of an upgrade issue:
You will need Access 2000 or above in order to run this query in your SellerDeck database.
Run the following SQL query on your SellerDeck database:
Please note: This article is specific to upgrading to version 10 only.
* All versions after v11.03 will have a file path of 'C:\Program Files\SellerDeck xxxx'.
You will need Access 2000 or above in order to run this query in your SellerDeck database.
Run the following SQL query on your SellerDeck database:
- First make a backup of your site (File | Snapshot | Export Site)
- Also make a backup of your “Site1” folder, or the folder of the site you are currently using.
- Close down SellerDeck.
- Open Windows Explorer
- Browse to: C:\Program Files\Actinic v10\Sites\Site1* (Or the location of the “Site1” folder you are using)
- Open up “ActinicCatalog.mdb” in Access.
- Go to 'View | Database Objects | Queries
- Click 'New'
- Select 'Design' view
- Click 'close' on the 'Show Table' window
- Then go to 'View | SQL view'
- Copy and paste the SQL statement below into the page, replacing “SELECT;” if that is already in the page:
UPDATE
PageTypes, Variable
SET
PageTypes.nOuterVar = Variable.nID,
PageTypes.nInnerVar = Variable.nID
WHERE
(PageTypes.sName = "Online PSP Form") AND
(Variable.sName = "Javascript PSP Submit Form")
- To run the query, go to 'Query | Run'
- Now close the SQL query Window
- Close the Access Database
Please note: This article is specific to upgrading to version 10 only.
* All versions after v11.03 will have a file path of 'C:\Program Files\SellerDeck xxxx'.