Please enable JavaScript.
Coggle requires JavaScript to display documents.
Virto launch tasks (Order Transfer (Approach (hangfire (order module has a…
Virto launch tasks
Order Transfer
Virto orders with new status get synced over to GW
Header and orderline separation
split by
pdr
Held ones too
Approach
hangfire
order module has a hangfire job
new module
Adding to current order importer
OrderImport.file
Order import into sage sln
Good example
Turnstyle
OrderTransfer
Catalogue sync method from Gateway
approach
Gateway database to virto db
POC
Through a wizard but generate the script
Turn this into a stored procedure
flagging
schedule tasl
complete new data
Later on
might want to re-sync products that have been edited in GW
There's a audit trail
But for now this will get the initial data in
Product info
flag on gateway product
transfer over fields that Shane supplies that virto needs about a product
Terms and conditions, denoms
Statuses
GW one to reflect Virto one
denominations
[ProductDenominations]
terms and conditions
Products table
TermsAndConditions
Zendesk Chat features
Javascript
Questions
information
documentation
Our id info
Catalogue extension and new product type for gift cards to handle SVM requirements
Platform - new product type
Gitfcard
differences
custom pricing
denoms
all gateway products needs to be of the new type
Questions
SVM requirements?
catalogue extension
Checkout Experience
Extra info
How to extend a virto table
https://virtocommerce.com/docs/vc2devguide/extending-commerce/extending-members-domain-types
Hangfire
https://virtocommerce.com/docs/vc2devguide/working-with-platform-manager/basic-functions/background-jobs
Do the order transfer one first out of the catalogue sync