Laddawn.com : Programming Spec - Shopping Cart File Conversion

This new program will convert the key on existing stock shopping cart records when we go live.  The current site has a single cart with a key of either CONTACT# or CONTACT# * CartName (if they've named their cart).

 

  1. SSELECT SHOPPINGCART.USR
  2. If the key is a single part (no "*"), append "*":Billto Customer#.  You can find the billto Customer# for the contact in SLSCONTACT.USR<1>
  3. If the key has a second part and it's CURRENT, change CURRENT to the billto Customer#

 

This can't be tested in the DEV area because the shopping carts are already in the new format.  It can't be tested in LIVE for obvious reasons.  We could possibly test on the new training server, which is a duplicate of the LIVE account as of a few weeks ago.  When you get to this point, lets discuss.