Volusion Deal of the Day Pricing (QueryBank QB) Saved Export
If you use the Deal of the Day marketing feature in Volusion, you will need to do some additional configuration so our system can obtain accurate pricing for your products.
- Log into your Volusion Store Administration
- Go to Inventory > Import/Export
- Select Saved Exports
- Click Add New Query
- Enter the following data:
- QB (QueryBank) Customer ID: 0
- QB Access List: Select the user who will run the export and click the right arrow to move it to the Selected box
- QB Table: DB_EXPORT
- QB Title: DealsOfTheDay
- QB Query:
SELECT Products.ProductCode, DealsOfTheDay.*
FROM DealsOfTheDay
INNER JOIN Products ON
Products.ProductID = DealsOfTheDay.ProductID - QB Export File Type: CSV
- Click the Save button
- Contact us to enable the DealOfTheDay pricing integration on your feed.
The user must have the following permissions: Products, Export, LoginAsCustomer, LiveEdit