Laddawn.com : QA reporting & tracking - OPEN ISSUES

Open as of 7/11/14, 12 pm

"Open" is test, in progress, open, re-open, etc. - anything that is not done/closed.

First-time users, please read Key to reporting before posting any content to this table.

Database query testing by non-IT staff on hold pending official release by IT.

 

 

#ReporterSubmit Date

Category

SummaryImage Sample / Issue DescriptionBrowser VersionSection where issue found (Shop, Cart, etc.)PriorityAssigned toStatus

356

Ticket ID : 636

Judy7/14/14DIndividual Location Shipping Preferences aren't being saved to CUSTMST.USRFor preferences that didn't require their own field but are instead stored in the comments fields (63,64,65), they don't seem to be written.  This is only for an Individual Location.  Choose a shipto customer from the individual location list, then change pallet info or delivery appt info or delivery info (liftgate/tailgate) then save.  No info is being saved to CUSTMST.USRFFProfile1JoeOpen

355

Ticket ID : 637

Judy7/14/14WAdding a MOD item to cart doesn't disable the 'ADD' button until you try to click on it againI added a MOD item to the cart, went to the cart tab.  Upon return to the widget, the ADD button was not greyed out.  But if I hover over it, I see an hourglass.  If I try to click it again, I get an error that MOD item already in cart, and at the point the ADD button is disabled and the hourglass goes away. FFResults/Cart2SalOpen
354Judy7/11/14W

MOD price in Results doesn't match MOD price when added to cart

Sal 7/11/14 18:33 - Tried replicating issue but results looked correct all around. Will do more research about this with Judy on Monday. Seems like the issue may be freight as amounts check to the cent: With Freight Included price is 28.80, Not Included is 26.17 exactly.

Judy 7/14 10:00-The issue was caused by freight not being included (I think because FREIGHTOPT was null). If you look at the auto-generated test plan from the widget (I renamed JUDY.MISSING.FRT) you will see that SHOP.FREIGHTOPT is null.  I can't recreate today, so I'm not sure how I made that happen.  I didn't intentionally touch the Freight Option in results.  Ed said he deployed right before he left on Friday, so maybe that fixed it???  I will set this to done.

I searched for Ice/Cold Storage Layflat, 12x12x2mil.  I see a price of 26.17 in results.  I clicked ADD TO CART.  When I look in the cart, the quote price had changed to 28.80.  I looked at the Quote on Avante, and it had a 28.80 price.  Create test plans from widget results and adding to cart so we can see what the difference is in passed parameters.FFResults/Cart1SalDone

353

Ticket ID : 638

Judy7/11/14DCart Total program should be checking shopping cart field 7 for an overriding price (both stock and MOD)Verify that FCT.CART.STOCKVALUE and FCT.CART.MODVALUE programs are checking to see if SHOPPINGCART.USR<7> has an overriding price.  If found, use this price when calculating the cart total.FFCart1WayneOpen

352

Ticket ID : 639

Susan7/10/14WCart showing $0/0 items while still active with contents.

This persists between logout/login. Could be related to issue 296, though sequence of steps to create may be totally different given the lapse in time (created it this time while attempting to test/close 266). (Screenshot from Joan's session.)





 

FFCart1CathyOpen

351

Ticket ID : 640

Susan7/10/14WMessage for when there are no results

Please implement this design for when there are no results for a search

  • The “Sorry, your search…” text should be 18 px Scala Sans Offc #000

n/aShop widget1SalOpen

350

Ticket ID : 641

 

Susan7/9/14WItem count in paginated saved items listAs Joan and Sally, filtered on "me" - after clicking view all or sorting or moving to another page of results, my count is always 2 items lower than when first hit saved items (filtered on me).FFSaved items2CathyOpen

349

Ticket ID : 642

Judy7/9/14W

Saved Item Part# Hover showing incorrect title & info and no price history if 1 quote

sp, 7/10, here is the revised design spec for the item details. This supersedes bug 263 so I am closing it:

It reflects the following:

  • Addition of item owner (top left)
  • Addition of product category - please see Judy RE what to pull this from.
  • Reordering of quantity/count/zip.
  • Correct quantity (amount being ordered, by pricing UOM)
  • Correct count (packaging UOM)

 

 

1) The part# hover in saved items is showing the incorrect title and data on the top line (see MOD1268).  It says 'Quantity: 175/Thou' but it should really say 'Count 175/RL'.  The title of Quantity implies that it's the quantity that you are ordering (in thousands if a BAG).  The 175 in the case of MOD1268 is the count per roll, not the quantity ordered.  I'm not sure what should really be here, but either way title/data is mixed info.  Check w/Steve to see what this should be.

Sp, 7/9 - please see issue 263.   7/9-Judy-ok to proceed with change to hover per Steve's spec on left

  

2) Saved Items - I only see the $ for price history for MOD items that have more than a single quote.  So there is no way to see the price of the single quote (doesn't show in the hover).  Shouldn't there always be a $ for price history, regardless of how many quotes are attached to the MOD item???

Sp, 7/9 - this is what the specs say:

Clicking on History icon. The history icon appears only when a MOD item has been priced more than once(live or expired, (Design 4e)). Clicking on it will show you the shadowbox listing; clicking any one of the links will populate the widget and shows the results repriced if need be.

In hindsight - with the design specs brought to life on staging - there are a few things we might want to tweak, including this. By coincidence, I just emailed Steve about whether we should also include the item owner in the hover - the usefulness of this becomes apparent when logged in as a Butler user and filtering on my location or organization; many contacts saving many items, an owner could come in handy. (Without that it was challenging to test issue 285. (smile) )

Judy 7/9 - Show price history even if single quote on MOD Item (remove logic that is keeping a single quote from displaying $ price history icon.

3) Add category description to hover so user knows what this is (bag, sheeting, tubing, furniture bag, perf sheets, etc). Awaiting answer from Owen as to whether we show the category description or something else.  Category desc may not be enough (ie, in Poly Bags menu, description just says Layflat or Gusseted – don't know that it's a bag).  Possibly use generic name??

Judy 7/10 - The Category Desc will come from field 1 of the CATALOG.CD.USR record.  These will be reformatted so that they look correct (ie, Bags - Layflat will be changed to Layflat Bags). - Judy will take care of this.  The back end will be changed to pass this info along to the UI as CATEGORY.DESC= from RPC$WEBPRODUCTITEM_GETBYPARTNBR (stock) and RPC$MODPRODUCTITEM_GETBYID (MOD). This will require a change to PRODUCTITEM.READ (is already included in both RPC's) to extract the CATEGORY.DESC from CATALOG.CD.USR<1> - Joe will take care of back end work.

FFSaved Items2

Sal #1-3

Joe #3

Open

348

Ticket ID : 643

Susan7/9/14W

Godzilla names/tags column

sp, 7/9 - 11:30 - we are taking a closer look at the spec; some tweaks/clarifications may be necessary.

The names/tags column should never be totally blank. At the very least, the MOD number should display.  Currently, it only shows up in the hover over that column, but only when there is other data for that column (saved cart name, product use or location tags). But if it is "just"  a saved item with no other tags associated w/it, then the column is blank.FFShop, Godzilla1JoeIn Progress

347

Ticket ID : 644

Judy7/8/14WSaved Item Price History Popup shows invalid unit of measureSaved Item Price History Popup is showing 14.58Ms in the Quantity column.  Shouldn't the unit of measure be /Th to be consistent with results? (see MOD1153)FFSaved Items3SalOpen

346

Ticket ID : 645

Susan7/8/14WPreservation of price breaksPrice breaks only being preserved if a) you reopen the price breaks popup after saving the breaks or b) you share from a result after saving the breaks. They do not carry through after saving item and returning item to widget, or after adding item to cart. FFShop, cart, saved items1CathyOpen

345

Ticket ID : 658

Judy7/8/14W?

Mailers & Accessories: Missing UNIT column and Pricing Uom on price.  Also see NOT READ for item 4830 instead of Materials/Additives.

Sal 7/8/14 12:42 -Created two test plans: GFDVMN and GFDVQS that represent the manual and quicksearch scenarios for Tubing Dispenser. The GetFieldDefaultValues RPC is returning MATERIAL="NOT READ" in the case of GFDVQS, should be returning blank instead.I believe this needs to be fixed in the DB side.

sp, 7/8 - please also see issue 288 and 287

  1. Select Mailers/Accessories then Tubing Dispensers.  Click FIND.  The results are missing data under the UNIT column (s/b Cases) and the Pricing Uom ($17.59/ s/b $17.59/CS)  (See screen snapshot below)
  2. If I choose the first item 4830 and put it through the quick search at the top of the widget page,  I see NOT READ instead of detail headings/labels (see snapshot #2)  Fixed 7/8 (Judy) - FCT.MATERIAL.DEFAULT.VALUE was setting NOT READ instead of null.

I saw this when looking at closed bug 236. 

FFShop Results2

Sal/Judy

Open

342

 

NOT CONVERTED

Susan7/8/14W

Tubing dispensers, sorting

7/8 (Judy) - I just happen to be working in this area on item descriptions.  We've decided for tubing dispensers to pull desc from the item master (which is what you see here).  Since we dont' allow entry of a Width dimension for this gruop (it only  has 4 stock results), we aren't worried about sorting.  Also, with just a Width dimension, the desc looked funny so we decided to go with the item master desc.  I am closing this issue.  If you disagree, please let me know.

sp, 7/8/14 - I agree with what you have for the description. Is what you are saying that the widths I see here aren't sortable b/c they are not truly a dimension, but really part of a text string? I guess seeing a dead width button above a bunch of widths kind of throws me off or makes me say "huh?" - on the other hand, when there are fewer than N results (I really don't know what N should be - 4? 6? 8?), sorting doesn't seem to make much sense either. Not sure sorting on price here adds much value. It's just kind of quirky the way it is.

sp, 8/1/14 - closing - let's see if anyone else notices.

Should be able to sort on width, no?

 

FFShop, results3JudyDone

341

Ticket ID : 659

Susan7/8/14WFreight for stock is not dynamic based on quantity/total price being above/below $500.

On staging, freight for stock is "Free at $500" regardless of quantity; original specs called for this to be dynamic:

Freight: "Free at $500” if total price at given qty < $500; “Free” if total price at given qty > $500. (Yes, even though these freight terms are based on the cumulative total of stock items in the cart.)

 

 AllShop, results3CathyOpen
 339John 7/3/14 Master users should have a dropdown to select BILL TO customer when they log in. This most likely was lost when the login was moved from a popup to the main page. ALL User Widget Chuck Open 

338

Ticket ID : 661

Steve7/2/14WWhen the user opens up Shipping options in Checkout's Shipping and Packaging section, the "I am good with this" 1st option should be defaulted to active. That would leave the shipping option alone. Right now no options are selected.FFCheckout > Shipping & Packaging > View Options2CathyOpen

337

Ticket ID : 662

Steve7/2/14W

Checkout button does not look like designed version. Looks smaller and the wrong color.

"Checkout" text should be 18px Scala Sans Bold #bc5f08.

FFCart3CathyOpen

336

Ticket ID : 663

Steve7/2/14WPlease remove alert message after a users changes a "Cart Name" and then re saves a new cart name.FFCart2CathyOpen

335

Ticket ID : 664

Steve7/2/14WPlease remove Alert message when changing the zip code in the cart.FFCart2CathyOpen

333

Ticket ID : 665

Susan7/2/14W

Search w/stock item by # and by returning from widget not generating results

sp, 7/9 - based on a quick retest, this is still happening. Tested with other item numbers - happens with some (409, 410, 411, etc.), not others (eg 372, 373, 6500) - could be a certain subset of a layflat product group?

Search for item 408, which also happens to be a saved item, sets widget parameters but returns no result; same thing happens when returning 408 from saved items list or when manually entering 4 x 24 x 2 clear layflat.

What Joan sees:

What Sally sees - same as Joan + Godzilla.

FFShop2CathyOpen

332

Ticket ID : 666

Steve7/2/14WPlease remove Alert message when a user adds an item from Quick Add.FFCart > Quci Add2CathyOpen

330

Ticket ID : 667

Steve7/2/14WRemove "All" hint text for UVI/UVA entry field percentage for concentration.FFShop Widget2CathyOpen
 327 Chuck 7/1/14 In the checkout, set an address with just Address Line 1 filled out. Advance to summary screen and then return to address screen and add a line 2 and attention line. When you try to advance from there you will get stuck on the label screen and will be unable to advance to the summary screen.  All Checkout 1Ed Open 

326

Ticket ID : 669

Steve6/30/14WDate picker is missing Previous/Forward functionality within Calendar.

Staging Server Version

Designed Version


 

FF

Shipping Packaging > View Alternatives > Select a later date for these items

 

2CathyOpen

325

Ticket ID : 670

Steve6/30/14W

Via dropdown should have disabled text "Best Way" displayed in field.

 

Staging Server version




FFCheckout > Shipping & Packaging2CathyOpen

324

Ticket ID : 671

Steve6/30/14WWrapping text in Shipping Paid By breaks radio button format.

Staging Server version

The way the design should look.

FFCheckout >Shipping & Packaging2CathyOpen

323

Ticket ID : 672

Steve6/30/14WText in cart entry fields is too tight to left edge. Please move to the right 8-10px.FFCart3CathyOpen

321

NOT CONVERTED

Susan6/27/14W

Saved carts search - doesn't like partial search terms.

ED: Issue is resolved, BUT, the way search works on all the filters, is that no wildcard character "*" is an exact match. In order to get things "like" what is typed in is to place an asterisk at the beginning, an asterisk at the end, or an asterisk at both ends.

  1. Asterisk at beginning ( *ED ) = all items that end with ED.
  2. Asterisk at end ( ED* ) = all items that begin with ED.
  3. Asterisk at both ends ( ED ) = all items that contain ED.

sp, 7/28/14 - understood. I have posed the bigger picture question to Steve, Owen and Jim. Closing.

Logged in as Sally (2916, 17279) ... If I enter a term that I know is part of one or more of my saved carts' names, and click Find, I get a result saying that I don't have ANY saved carts.

This doesn't happen if my search term is an EXACT match to the cart name. The search should be able to handle terms that match partially. And if for some reason it cannot - the resulting message should be different, but I hope we don't have to go there.

 

 

FFSaved carts2EdDone

318

Ticket ID : 673

Susan6/26/14WLists in reverse chronological orderI have noticed that saved items and saved carts are listed partly in reverse chron order (by date), but then within the same dates, items are showing in chronological order. This is confusing - items should be listed in reverse chronological order by date AND time. Saved items, saved carts. Order history too?2JohnOpen

316

Ticket ID : 674

Susan6/24/14WMissing YMACs.Not seeing YMACs after returning saved item to widgetFFSaved items, shop results2CathyOpen

314

Ticket ID : 675

Susan6/24/14W

Price breaks, sharing item

Price breaks, sharing cart

Sharing item

When share item popup first opens, default is sharing internally and showing price breaks (this IS happening for stock and MOD - good).. As soon as I choose to share w/customer, price breaks should disappear, and appear only after I select "show price breaks" in the markup drawer. This is NOT happening; price breaks are showing after I choose to share with customer and close drawer, even if I don't click "show price breaks."

Sharing cart

When share cart popup first opens, default is sharing internally and showing price breaks - this is NOT happening for MOD item in cart; price breaks not showing in default internal sharing  view. Price breaks ARE showing for stock item in cart initially for sharing internally (good), but also showing when I switch to sharing externally (not good).

Price breaks are misaligned by one line - first break lines up w/subhead; last quantity missing price break.

FFShare item popup2SalOpen

313

Ticket ID : 676

Susan6/24/14W

Getting validation error when I should not?

6/27 (Judy) - we were working on default logic at the time you were testing this, so therefore you didn't get the appropriate defaults for boxes that were disabled.  This should now be working.

sp, 6/27 -  happening w/suffocation plate (SP0001), not others. Try with 10x15x1mil layflat.

I selected a stock plate, and fields on right side (other than ink color) were grayed back, yet get validation error saying I need to fill out mandatory fields - when I click "ok" - fields are still not editable.

FFShop, print menu2JudyIn Process

312

Ticket ID : 677

Susan6/24/14W

"Close" link in expanded description not working

Sal 7/9/14 6:33 - Fixed, please test.

sp, 7/10 - reopen - the link for opening the description is not working, so I cannot test.

FFShop, results2Salreopen

309

NOT CONVERTED

Susan6/24/14W

Sharing carts

sp, 6/27 - just realized this is very similar to issue 277.

ED: Issue #277 resolved, please retest this issue as well.

sp, closing, 7/28/14

Click button to share unnamed cart - prompts me to name cart first (good); I name it “Sally's brand new cart” and click the ok or save button, see cart empty in background, while share pop-up opens pretty fast on top of that background. Subject line is customer number (2916) – not the name that I just gave to the cart. And the pop-up is devoid of any product info. Sending/sharing (empty) cart is instantaneous.

Go to Saved Carts to see what's in there – see “2916”  in list (0 items) AND “Sally’s Brand New Cart” (1 item) in the list filtered to “Me”; sharing envelope icon is next to 2916. Able to activate Sally’s Brand New Cart; click share cart button – now I get the proper share interface. Click Send, get a fleeting partial red error message. Nothing happens – popup remains open and do I not get email (have been addressing these to msyelf).

I then went to see what would happen if I started over w/empty cart, added MOD to it, and then just save it v. attempt to share before saving. Saving/naming worked just fine. When I go to saved carts list, I see the cart just saved, plus “Sally’s brand new cart” – and now the empty cart 2916 is gone from the list.

FFCart, Saved Carts, Sharing Cart1EdDone

308 

Ticket ID : 678

Janice 6/24/2014 Sales order creation needs to open all files upfront & error out if any missing & need to determine why convert quote is clearing COMPANY.ID The sales order creation routine (RPC$SHOPPINGCART_ORDERCREATE) needs to open all required files upfront before any orders are created & error out if any are missing (do not want to end up where a stock order is created but the MOD order does not get created because it error out but the cart was deleted anyway); do not delete the cart if any error encountered that did not create all orders; also, need to determine why COMPANY.ID is cleared out after call to RPC$CONVERT.QUOTE & fix the issue (whether a standard routine is using COMPANY.ID & needs to be renamed or something else)FFCart order creation  WayneOpen 
306Susan6/23/2014W

Remove new message for distributors until we launch.

HIde the top banner FOR NOW, but we will ALWAYS supress it for CE.

This is not a bug.  Right now this is a "nice to have" for testing on all dev/staging/training versions of site, but I imagine that we will definitely want to to suppress if for CE when the site launches.FFHomepage upon login3ChuckOpen

302

Ticket ID : 680

Steve6/23/14W

Cart - Expanded View. Please fix the following:

  1. Extend shadow to end of each blue box.
  2. Center the labels and content. Seems to be falling very close to gray divider lines.
  3. the content seem to be extending beyond the tab border.

 

FFCart3SalOpen
297Susan6/19/14WStock price breaks in cart

This test customer (Butler) has P1 pricing, so price breaks link should be suppressed (as it is in search results)

FFCart2EdOpen

296

NOT CONVERTED - dupe of 352

Susan6/19/14W

Active cart tab not displaying values when cart has item(s) in it

sp, 7/10 - pls see issue 352.

sp, 8/1 - closing since it's dupe.

FFCart2Ed
Done

295

NOT CONVERTED

Janice6/19/14W

CE not receiving locked message

ED: Resolved issue, resolution deployed to staging 14 July.

When the CE attempts to log in as a contact (via Avante) & the contact record is already locked, no locked message is displayed & the CE is left at the website not knowing why they weren't logged is as the contactFFlogin1EdTest

293

Ticket ID : 682

Susan6/19/14W

Widget not resetting when category changed.

Sal 6/19/14 10:36 - Fixed both issues, will be up in the server by 11:30 am. This was a showstopper for Sue's testing so I jumped in to fixed it.

Please test after next deployment.

sp, 6/24/14 - This is not fully  resolved. A full reset seems to work, but not change of category. A change of category seems to work at first - dimensions, etc. reset to defaults. However, when you click Find, you can only return the original MOD that was returned.

Sal 7/10/14 - Fixed, please test.

7/11 - almost, but not quite - reopening. The widget is partially resetting when I select a new category - the level 3 menus are not what they should be though.

Level 3 after returning saved MOD gusseted bag, and changing level 2 category to layflat

Level 3 after complete reset and selecting Layflat

 

When I pull a MOD into the widget and then change the level 2 category, dimensions etc. are not resetting to defaults.

It does seem to reset if I start from scratch, but note, as soon as I pick a category, dimension fields pre-fill again with the last retrieved saved MOD's dimensions.

Note - even if I  reset, and pick a category down in the list – and the dimensions manage to reset, if I click find the only result I am able to get is the saved MOD -

FFShop1Salreopen

292

Ticket  ID: 747

 

 

 

Judy6/18/14WMarketplace (reclosable/zip top) only creating one (domestic) quote.  It's not creating the second (import) quote.  7/10 - it should really be showing a second result, not creating a second quote.  Quote(s) will be created only when selected and saved/shared/added to cart.  Reference timeline 18-3 that is currently in a closed status.  Was the programming done???

Reclosable/zip top: 15x15x3mil Full Gauge

Save the MOD Result.  Only 1 quote is created

FFShop/Results2JohnOpen

291

Ticket ID : 748

Susan6/18/14WToggling freight on one result, changes price of other result

Original results, pricing and freight

After toggling freight on second result, price on 2d result remains same; price on top result changes.

 

The behavior is very inconsistent; it is hard to determine a pattern. When I first noticed it, I didn't have screen captures, so then I attempted to retrace my steps - I couldn't recreate it after a few tries, until this try when  was ready and got the screen captures above while noting my steps. The sequence was toggle freight on first result, toggle it back; toggle on 2d result - issue of price change on wrong result occurs. But when I attempt tor repeat that and variations of it with fresh searches, it doesn't happen. This definitely happened twice though! (Actually, if you consider I first saw it on CE site, it happened 3X.)

Update - hah - it just happened again; this time sequence was run search. Go directly to freight in second result and toggle to not included. Price on first result changed. Note, if I run another search right after that (with a slight variation on L/D/W - that sequence does not repeat the error on first try). Like I said, it is inconsistent.

FFShop/results1SalOpen

289

Ticket ID : 749

Susan6/18/14W

Validation error message - wrong message or, wrong action taken on answering "yes"?

6/26/14 - Currently we are returning multiple errors from the DB on validation.  Base the dialog box format (buttons) on the first error condition.

( The wording and contradictory choices are confusing; but I am disregarding since we are about to deliver some global recommendations about these errors.)

Answering "Yes" to this message did not do what I expected - original gauge was 2 mil;  I would have thought answering yes would keep my mil at 2 and change gauge to full - instead it wiped out gauge (and changed gauge to full).

Configurator on live production site will not let me select 2 mil at all, and won't let me select full gauge till I fill in a valid gauge value; forces gauge to be between 4-6 mil. So, I am thinking the message should stop with the first bullet, and an "OK" button, and the focus put on an empty gauge field. The second bullet RE mil spec < 4.4 being full gauge is not true (or not true for this combo).

Note - I am not getting this validation error on the CE site at all - am able to run search (and get no-result result); I've told Janice.

e

FFShop widget2SalOpen

287

Ticket ID : 750

Susan6/18/14W

Tubing dispenser data

7/8/14 (Judy) - The results description has been fixed.  Now says 12" Tubing Dispenser in both the results area and the header of the Availability Popup.  Leaving this open for Sal to fix the 1/ and $25.42/ problem in the header.

Sal 7/8/14 17:37 - The Unit of Measure is all set in the results item in the Unit column and in the Unit Price.

I discussed the issue about the Availability header with Judy, we feel that for Tubing Dispenser we should not be showing packout info in the header, we feel it should read:
Item 4830, 12" Tubing Dispenser, $25.42/Each. We need to discuss this with Steve and Sue.

See images below

FFShop results2Judy/SalOpen

286

NOT CONVERTED

Judy6/17/14D

Godzilla is showing deleted saved items

Joe 7/8/14: Updated RPC$MODITEM_CLOSEMATCH routine

Change the selection criteria for saved items (CONTACT.ITEM.XRF.USR) to bypass any saved item where field 5 is not null (date deleted)FFResults/Godzilla2JoeTest

283

Ticket ID : 751

Judy6/16/14W

Price showing as N/A/Th for Marketplace (ziptop) MOD Results

6/16 1:15pm (Judy) - still seeing N/A

6/18 (Judy) - now seeing a price of 105.39 for ZT 15x15x3 FG. Can't verify the price is correct because old dev site not available.  I am closing this bug.

6/18 (Judy) - price is incorrect for ZT 15x15x3 Full Gauge when checked against old site:

  • New site shows unit price of 105.39 (qty 12.22) vs 139.65 (qty 12.22m) on old site.  the new site has 12.22M x 105.39 = 1072.57 (which is incorrect).  With this extension the price s/b 87.77.
  • When item is saved and quote is created, the price went down to 87.77 (see quote 83712).
  • New site quote only has Material of 1072.566 in the pricing detail vs old site which has:
    • Non Matl= 207.286
    • Material = 1220.955
    • Shipping = 88.30
    • Zipper    = 190.021
    • Total      = 1706.562 / 12.22 = 139.65
  • NOTE: the old site is coming up with count/case of 500 vs new site which is 1000 (I am going to fix this).  Not sure if this has anything to do with some of pricing issue???
     

 

I have tried Zip Tops and Zip Tops w/Hang Holes.  MOD Results are generated but no unit price.  A test plan (see JUDY.MPGBF) does show a Total Amt so it may be something to do with the UI side.  I am also seeing a couple of unassigned variables in WEB.MODITEM.GETPRICE (lines 101 and 103).  It looks like you are returning info that has nothing to do with marketplace (in this case sheeting type).  Right now, the only marketplace items are ZIPTOP BAGS.

In a short while the debugging tool that is writing a testplan everytime you go through the widget (with key of MODITEMSEARCH_yourcontactnumber) may help you to determine if data from the UI is missing.

 

FFShop Results1Wayne

Re-open

280

Ticket ID : 752

Susan6/13/14W

Adding MODs to cart is also putting them into saved items list.

6/26/14 - wait until bug 271 and 238 are fixed and revisit.

  1. I ran a search to produced a fresh MOD; I added the exact match and the YMAC cradlepack version to an empty cart. In addition to the items being added to the cart, they were added to my saved items list behind the scenes. This should not happen.
  2. Let's say that the first time you did this, you didn't know this happened, and from the cart you decided to save each MOD and gave it a product use tag - using the cart version of the saved items pop-up which is still screwed up (see issue 238). You then go to saved items, and pull it into the widget to look at the Godzilla results.You see some of the same things happening as happened in issue 271 -
    1. Duplicate data



    2.  clicking item location link brings you to saved items, but nothing shows in list

...so but maybe point #1 has something to do with these issues ?

 

FFShop1JohnOpen

278

Ticket ID : 753

Judy6/11/14DOrder History screens should display the MOD Item#, not BAGSMake sure that all Order History screens showing the item# are showing the MOD Item# for MOD Items and not the item number from SODET<1> (ie, BAGS, ROLLSHEET).FFOrder History3WayneOpen

277

NOT CONVERTED

Susan6/11/14W

Sharing v. saving a cart

ED: Resolved issue, please retest, deployed to staging 14 July.

sp, closing, 7/28/14

In order to recreate an issue that one of the testers of the CE site reported to me (Jay), I added a stock item to a cart and attempted to share it, and encountered issues that were different from Jay's -

Steps:

Find stock item in widget and add 100 cases to cart (success).

Go to cart, attempt to share - get prompted to save/name cart first.

Click save cart.

No sharing ensues. Cart empties; 2916 now appears in cart name field.

 

In spite of this, cart "boof boof boof" is now in the Saved Carts list. I am able to reactivate it; clicking the share button now opens the Share pop-up.

Update

A little later on, I put a fresh MOD into the cart. I went to the cart and saved it straight away. Then I clicked the share button - I was prompted first to save the cart; should  not have gotten that prompt since cart already saved.

I decided to humor this message anyway, so named the cart Buffy-II - same sequence of events, cart cleared out, cart name replaced w/customer number, no share pop-up, cart ends up in saved carts list behind scenes, able to reactivate, share button now launches share popup.

 

FFCart1EdDone

276

Ticket ID : 754

Susan6/11/14W

Misc issues adding MOD to cart, zip conflict popup, etc.

Sal 6/12/14 7:10 - Wayne was modifying the ymac routine, we got successful results yesterday, so we should no longer see a ymac identical to the exact match.
** Cart issues still need to be resolved though.**

Sal 6/17/14 12:35 - Fixed part of bug that states that Mod in YMAC area is identical to Mod exact match. New behavior will be up in the site after next deployment.

While testing issue 267, stumbled upon the following issues:

Round 1

I searched for a MOD w/zip 01760 - not realizing zip different from active cart. Got zip code conflict prompt. Chose to delete current cart. No success message. No change to original active cart tab value (~$44 for a stock item?). So it was as though the cart was not deleted after all.

Clicked add on YMAC result; got success msg; cart tab value changed to value of MOD result.

Went back to trying to add the exact match to cart - got success msg; noticed cart tab $ value chgd but count did not - it was then that I realized that the exact and YMAC were identical (one MOD number).

 

Checked cart, and indeed the quantity = min quantity doubled.


Then I thought I would try to start over to see if these issues were repeatable; I clicked delete cart button - and with popup open, I changed my mind, decided no, I should save the cart instead, so I clicked cancel and typed a name into the cart name field; noticed the zip code field was now blank - do not know if it happened after cancelling out of delete popup or after typing the name in the field.

I decided to see what would happen if I clicked save w/zip field blank; got success message. New saved cart saved to list. Am able to activate the cart with blank zip code field

 

Round 2

I cleared the active cart. I went to the widget and searched for a fresh MOD with a fresh zip code. I added it to the cart; the right things happened. Then I changed the zip in the widget and re-ran the search. I selected the cradlepacked YMAC MOD to add to cart. I got the zip code conflict message.I chose 'start a new cart and delete current cart'

I did not get a success message. Cart tab stayed same, but appears empty.

Log out/login clears cart tab back to $0.

 FFShop, cart1EdOpen

275

Ticket ID : 755

Susan6/11/14WBroad search result heading

For "we can make that/here are stock alternatives" result set...

Please make the results heading on staging fully conform to spec - note, I am not clear on whether certain aspects of spec should be different if "broad" results are below N (sorting, pagination, etc.) - see two different screenshots below for fewer/more results; I might defer to John on that - please let me know if I should get Steve involved.  I am also not sure if the 'fewer results scenario' is artificial at this stage - could be getting too few results due to pending work by Marketing on YMAC rules.

Regardless, in BOTH situations, the heading should be "You might also consider the following stock alternatives:" in black scala font - any doubt as to size, etc. please consult Steve.

Spec

 

Staging with fewer matches

Staging, with more matches

FFShop, results1JohnOpen

274

Ticket ID : 756

Susan

6/10/14WCannot complete checkoutAs Joan with 1 stock line in my cart am able to get through most of checkout process up to "place order now" at which point I get spinner forever.FFCheckout (5)2EdOpen

273

Ticket ID : 757

Susan6/10/14WCheckout, Shipping Method popup, acct # validation

Getting error for account number less than 10 digits; most FedEx/UPS accts less than 10 digits (8-9?)

FFCheckout (2)2EdOpen

272

NOT CONVERTED - see if still happening

Susan6/10/14W

Checkout: Cannot progress from 1-Addresses to 2-Shipping & Packaging.

sp, 7/30 - this is no longer happening; closing.

Get spinner 4-ever. Two MODs in cart, logged in as Sally.

NOTE: Logged in as Joan or Sally w/1 stock in cart, was able to proceed from 1 to 2. Logged in as Sally w/1 MOD in cart, can also proceed from 1 to 2.

 

 

FFCheckout (1)1SusanDone

271

Ticket ID : 758

Susan6/9/14W

Various Saved Item/Godzilla issues

sp, 6/24/14 - In addition to issues originally noted in cell to right, just noticed the following additional deviation from specifications - "Results" (scala) missing. Here is spec.

  1. Pulling Sally's MOD 1377 back thru widget (to test 229) - Count should be Count/Roll; Price should just be Price, not Price/Unit. Note - this is not happening if I just run a regular search.

2. Godzilla

    1. I think I am getting duplicate data. Clicking both "Saved Items" brings me to Saved Items list pre-filtered to 1377. More importantly, there is no product showing in the results table itself (3d screenshot).
    2. Missing data in Name/Tags column.
    3. Since all 3 rows rows are really pointing to 1377 - none of these fields (except perhaps zip, though that's a whole other issue) should be highlighted as differences
    4. "Count/Roll:" should be bold/gray and not highlighted (1000 should be highlighted, IF it was a difference, but I don't think it is).
    5. Quantity "Thou." should not be highlighted, just the value 1.11 (if it were a difference, but I don't think it is).


 



 FFShop and Saved Items1SalOpen

267

Ticket ID : 759

Susan6/5/14W

Cannot add MODs to cart

sp, update 6/10/14

Ok, so now it is happening on http://10.15.3.2/ (the  CE training site). To the best of my ability to recollect - here are the steps to reproduce:

  • I logged in from Avante as Sally Draper (2916/64946).
  • I searched for 8.5 x 9.5 3 mil layflat. I got a result, and I clicked add to cart.
  • I got zip code conflict pop-up - Good.
  • I x'd out of it - or clicked OK - not sure. The reason I did this is that I was trying to troubleshoot what one of Tina’s testers experienced yesterday – based on her notes, I couldn’t tell if she was trying to add to cart or save or both. So with “Add” successful (to that point), I moved on to trying to Save.
  • I clicked "save" - I got the save item pop-up - Good. I didn't make any selections, I clicked OK.
  • I re-attempted the Add button.  Brief spin, then nothing.
  • I clicked Add for the YMAC. Same thing.

 

 

sp, 6/16 - I tested this Friday and today. This is resolved - but see issue 280 - don't know if it's related or not. Closing.

Wait, I take that back. When I return a MOD to widget, I am able to add it to the cart, but I get a spinner - I told Sal about this via email on Fri, and forgot about that.

 

(Logged in as Sally Draper) Clicking add does nothing - get spinner briefly. Sal saw error in Firebug.

 

FFShop1SalOpen

265

NOT CONVERTED - see if still happening

Susan6/5/14W

Update, sp, 6/5, 2:17 pm: Joan and Sally exist in parallel universes

Joan cannot access the Saved Items tab

sp, 6/9/14, see update on action 2 in cell to right

Joan and Sally's wildly different experiences today

ActionJoanSally

1-Access saved items tab

She gets the "Oops!" message.
See Firebug screenshot below. (screenshot 1)
No problem
2-Enters a valid Canadian zip code with a space

Gets validation error, fixes it, widget seems
toput space back in (unfortunately, I did not
capture that and I cannot repeat it - BREAKING: Update - able to repeat it today, 6/91/4, screenshot 2 below); she
disregards that and adds item to cart (prompted
to save prior unnamed cart she had going) -
she does that, then looks at her active cart (zip
shows space) and saved carts, and all is well.
She goes back to widget...

Gets validation error, fixes it, zip shows as 6 chars no spaces. She runs search and adds item to cart. She is prompted to save her prior named cart which had a diff zip code. She does that, no problem.
3. Runs a new search with typo in Canadian zip (ends in 262, not 2G2)

Gets a search result (not validation error as she should), attempts to add result to cart, gets prompted to name/save cart she had just created  and start new cart, enters a name for prior cart, and gets error message.

I can assure you a cart with that name is not in Joan's list.

See screenshots 3a and 3b below.

Gets invalid zip code error message.

screenshot 1


Screenshot 2 - Joan's Canadian cart showing the space reinserted (without me typing it)

Screenshot 3a

Screenshot 3b

 

FFSaved Items2SusanOpen

259

Ticket ID : 760

Judy6/3/14W/D

Some of the DEFAULT.VALUE back-end widget programs aren't working correctly because they no longer have the default value of all previous fields.

Note: Bug #240 has been canceled.  This takes its place.

UI Side - when calling RPC$SEARCHFIELD_GETDEFAULTVALUES, need to pass to the back end a delimited list of the shop widget field names for any field that has 'changed'. 

DB Side - Modify RPC$SEARCHFIELD_GETDEFAULTVALUES (again) to update the SHOP. named params with the default value for each field.  Only update the SHOP. name if the field has NOT changed (if it exists in the delimited list sent by the UI, do not change the contents of the SHOP. param).  *** This is logic that you already coded awhile back (without the list of changed fields), and since setting some of the defaults was causing major problems with the widget because default.value was null (overlaying dimension fields such as Width, Length, Gauge), we removed the code.  Unfortunately, the code was not preserved (sorry). 

Also, please remove the special logic in FCT.BTWNHOLES.DEFAULT.VALUE, FCT.COLOR.DEFAULT.VALUE and FCT.OPACITY.DEFAULT.VALUE where it's executing FCT functions to try to determine the default value of previous fields.  Once this new logic is in place, you should just be able to use the SHOP. variable (ie, replace DMATERIAL with SHOP.MATERIAL)

To test, try Layflat Bag, In Materials check 'VCI'.  The FCT.COLOR.DEFAULT.VALUE program should immediately change Color = Std Blue VCI and FCT.OPACITY.DEFAULT.VALUE should immediately change Opacity = Tint.

2nd test: Layflat Bag, 12x24x2mil, Venting, Normal, Random Venting, One Side, 3 Holes per item:  defaults s/b: 4" from side, 5" from bottom, 5" between holes

FFShop Widget1Chuck/WayneIn Process

257

Ticket ID : 761

Susan6/3/14W

A couple of bugs with validation errors and behavior when going between both aminefree choices and and incompatible color selections.

 

Hold off until bug 259 is done

Select layflat; then color/opacity (leaf green/tint); then expand materials menu; then select anti static - aminefree pink. BUG-1:Do not get error message (should see 033:  ERR.MSG = "Color must be Pink for AmineFree Pink" (and “do you wish to continue?”, and color being changed to pink only after saying Yes). Instead, no msg, and color menu automatically changed to pink, tint.

After selecting milspec type, color menu disabled. (Good?)

Next, click amine free clear/color - get 'pink cannot be selected for aminefree clear/color; continue yes/no, click yes. Color menu reenables, changes to clear (Good.)

Open color menu - select leaf green/tint. Reopen materials menu.

Aminefree clear/color still selected (Good); all other anti-stat parameters still intact. Switch to aminefree pink; BUG-1 (again): no error message; color menu automatically chagnes to pink/tint...

BUG-2: color menu is still enabled ...

Reopen color menu; pink/tint selected; change color to med blue; get error msg: 'color must be pink for amine free pink; click ok; top menu selection changes to pink, tint, but medium blue radio button still selected onscreen - remains this way even after collapsing color menu, expanding materials (don't make changes), then reexpanding color menu.

FFShop, materials & color menus2WayneOpen

253

Ticket ID : 840

Susan5/29/14W

M&A menu - additives - are they resetting or not when material is changed?

Sal 6/24/14 11:24 - Should be all set. Please test after next deployment.

sp, 6/27/14 - reopen; yesterday we could see that in spite of Sal's fix, it is happening again.

6/27/14 (Judy) - assigned back end issue to Joe. METALPCT and UVIPCT are being returned from a MOD saveditem (quote) with no values.

Sal 7/7/14 11:19 - This should be all set, please test.

Joe 7/7/14 METALPCT and UVIPCT % show correctly on the configurator and on the Materials screen.

On the heels of the task below in 252 (returning MOD 1362 to widget), reopened M&A menu; changed material from 'non scratch' - to 'standard' additives appearing to re-set after changing material (boxes all now unchecked) - but seem to be retained in the M&A hover tooltip - before (1)  and (2)  after clicking find.

Before clicking 'Find'

After clicking Find

FFShop, M&A menu1Sal/JoeTest?

251 

Ticket ID : 762

Janice 5/29/14 

 Cart Name not clearing between users (potential problem for CE)

SP, 5/29 - see also issue 228.

Login as contact 17278, place item in an unnamed cart, logout;  do not close browser; login as contact 17264 who does not have an active cart; go to cart, cart name is now the prior bill-to number (33224).

Firefox  CartEd Open 

249 

Ticket ID : 763

Janice 5/29/14 

Customer creation using contact number for contact (attribute 26), should be null

Janice 5/30/14:  the drop ship flag is not being set properly.  This needs to be fixed on the UI side as well as the backend.  UI needs to send the proper flag via SHIP.MODE and the backend needs to set the drop ship flag on the customer accordingly.

In checkout, entered new customer information & when the order was created, it created a new customer but the contact is the contact number, this should be null.  Also, the drop ship flag (attribute 17 in CUSTMST.USR) is not being set.

Janice 5/30/14:  the SB user (CUSTMST.USR <2>) needs to be modified as well:  IF OPERATOR # '' THEN set to SB user ELSE "WEB" & inactive flag (CUSTMST.USR <75>) can be null - doesn't need to be 0.

Firefox  Cart CheckoutWayne 

Open 

247

Ticket ID : 764

Susan5/29/14WMODs given price breaks, then saved, not making into saved items?Ran search using stock number (1485); results included some YMAC MODs. Set custom price breaks for one of the MODs, saved breaks, then saved the item. Did not get save item pop-up, but did get the fleeting green success message. Item not included in saved items list. Re-ran same search, selected one of the other MODs. Did not give it price breaks, just clicked save.Got dialog box; clicked save; got fleeting green success message (noticed it did include a MOD#); saw item in saved items list (MOD1361).FFShop, results, price breaks, saving2SalOpen
243Susan5/28/14W

Getting YMAC that is identical to exact MOD match in every way (sleeves).

 

Chuck (06/06/2014): I check the ShopController and it appears to be sending the correct data to the ProductYmacItemService.GetByFilter. Spoke with Cathy and she thought the RPC should be identifying that it has sent this item to ProductModItemService.GetByFilter and not include it in the YMAC results.

sp, 7/2/14 - reopening. I now don't get any YMAC result; again, if I reverse the W/L - I get the correct exact match and YMAC (rolls cradlepacked).

Reversing width/length produces correct YMAC result?

FFShop, results2Chuck Sal

re-open

 242Susan5/28/14W

2-part issue with zip code

Zip code not clearing between unique users; an unlikely scenario for real customers, but a potential problem for CE. (Clicking reset and clearing cache do not resolve; zip persists.)

Regardless, zip code not passing from saved item back to widget.

sp, 6/914 - UPDATE - Here's an additional detail FWIW:  As noted before, if I start out with a clear widget (and no zip code) and I pull a saved item to widget, I am prompted for the zip code (when it should back populate w/zip from orig saved item). Anyway, I enter a zip code, and click find. I get this result - with no Godzilla results: I should have at least 2, the MOD I pulled in, plus another close MOD from my list (1358).

 

Log in as Joan (customer 002180).

Joan's starting widget - populated with zip code last used by Sally (and NOT by Joan; Sally works for customer 2916):

 

Joan's active cart (upon login - no searches or additions since login):

Joan's saved items:

 

Result after pulling MOD 1343 into widget - widget not back-populating with the original zip code for the saved item.

Started from scratch. Cleared active cart; started with empty cart and no zip in it. Reset widget (had to clear zip field manually). Returned Saved MOD 1329 to widget. Got prompt for empty zip code. This should not happen; item should back populate with its original zip code and is not.

 

FFShop, saved items, Cart1EdOpen

238

NOT CONVERTED - see if it is still happening

Susan5/28/14W

Save item dialog originating from cart is missing heading, locations, and entire 'add item numbers...' section

sp, 8/6/14 - closing, not happening any more.

Save item from result (RIGHT)

  

Vs. Save item from cart (WRONG)

FFSave item pop-up, Shop v. Cart2

Sal

Susan

Done

237

Ticket ID : 767

Susan5/28/14W

Availability date and pricing are off for this stock select search

6/2/14 (Judy):

  1. price on first item is because this is a new item from marketing and no price has been established in DEV.DATA.  This is a data problem.  I have setup a price for Butler in DEV.
  2. 12:00 availability date - we've discovered that this happens on all new items from marketing where the Plant/Item Parameters haven't been established yet (so we don't know if the item is Made/Purchased/Transferred).  We're thinking that the UI should either display null if no date is returned or possibly 'Click Chat'.  This situation shouldn't occur on LIVE because this info has to exist for MRP to plan for the item properly.  This is definitely a DEV data issue.  But we should handle it more gracefully on the customer-facing side. 

6/12/14 (Judy) - assigned to Chuck to add the Click Chat if availability date is returned as null. To test, select Zip Top Amber from the Reclosables menu.  They are all showing as 12:00 currently.

6/30/14 (Judy) - Poly Mailers from Accessories menu also show 12:00.

FFShop results3ChuckOpen

234

Ticket ID : 768

Susan5/28/14W

Strange things happen (inconsistently) with MOD availability date when I toggle freight for results.

Different packaging should not change the availibility date of an item.

 

Search 1: 1 MOD exact, 1 MOD YMAC, both have 6/20 avail. date. Toggle freight for first result to not included; date changes to 6/11. Toggle freight for YMAC result to not  included, date changes to 6/11. Toggle freight back to included for each  - date remains at 6/11.

Search 2: 1 MOD exact, 1 MOD YMAC. Both have 6/20 avail. date. Toggle freight for first to not included, date changes to 6/11. Toggle freight for YMAC, date stays at 6/20. Toggle freight back to included for each, date remains at 6/11 for both.

FFShop results2JaniceOpen

233

Ticket ID : 769

Susan5/28/14WSharing items bypasses save processWhen you click "Send" when sharing a MOD item, system should give you save item pop-up. Not happening.FFShare item (originating from search result)2SalOpen

228  

NOT CONVERTED

Susan5/27/14W

Sharing carts - when I click the button for sharing the full cart, system hangs with spinner.

Ed: Corrected issue. Deployed to staging 14 July.

sp, closing, 7/28/14

Tried this as two different users, 2 different bill to organizations.

Update (3:25 pm): Here is another wrinkle - these 2 different users from 2 different organizations seem to have the same active cart - though the contents are different. I am pretty sure I had saved Joan's cart under that name before creating Sally's cart from scratch. I am pretty sure I never named Sally's cart "joan's humonguous cart"; I will attempt to recreate from scratch.

Update 3:33 pm - logged sally out and logged back in. Cleared cart. Started new cart w/same 2 stock items. Saved as "Sallys petite cart"; logged sally out, logged back in as Joan. Widget was populated with zip code used for Sallys petite cart. Searched for some new items. Put in cart, clicked to cart, cart already named as sally's petite cart.

The "joan's humonguous" and "sallys petite" appear in both users saved carts lists. Here is Joan's

 

FFCart2EdDone
226Susan5/27/14W

Godzilla issues

SP, 6/4/14 - confirmed w/Judy that if an item exists in both a cart and the saved items list, there should be one entry in the list per location.

 

Chuck (06/12/2014): Please test after next deployment

sp, 6/24/14 - reopening. Chose to test with MOD 1298 for Sally Draper. Checked saved carts and order history - pretty certain 1298 is not present in those spots. Put 1298 into a cart and saved it; cleared cart and started a fresh search for a similar item (difference = color).  God fresh exact MOD match + Godzilla link. In location column, showing items in saved items and saved cart (good) - however...

  • Saved Item location showing three times (identical - these are not other variations on 1298)
  • Content missing from names/tags column -eg MOD #, name of cart, etc. 
  • Note - I resaved 1298 and added product use tags. Then I re-ran the similar search. The names/tags column no populated with those tags and I can see a hover - which shows the MOD # - but still no Cart Name for 1298 in the saved cart location.


To test Godzilla, I ran a search for something similar to but different from one of my saved items:

  • Saved MOD1266 - 17 x 8 x 23 x 004, blue/tint, non-scratch, 300/cs
  • Fresh MOD: 17 x 8 x 003, standard M&A; color-clear, 400/cs .

I got the Godzilla result verbiage and link (good); clicked link to open pop-up; expected to see "saved items" as one of the locations (and MOD1266 under names/tags column). Instead, only saw saved cart (4/22) as location. Based on hover details, I had clearly returned MOD1266 as the similar item. I clicked the saved cart link and was brought to saved cart tab with empty list, but the cart name field was populated.  (Not sure what happened to all the saved carts, I am pretty sure there were some recently.)

Saved item that fresh search was based on:

My fresh result

My Godzilla pop-up

Differences between saved and fresh highlighted appropriately.

  • Missing Saved Items as a location?
  • Missing "MOD1266" from name/tags column? (Also, tried similar searches with other MODs that have product location / use tags, and those are not showing in this column either..)

This is what I saw when I clicked Saved Cart link:

  • Was the cart old enough to have expired? Before I re-read the specs, I would've guessed that if the Cart had expired, we would not see it as a location in the Godzilla pop-up, or that we could still access an expired cart on this tab.
  • Actually, the specs say expired carts are their own distinct type of location, and describe what should happen when you click "expired cart" -"Clicking on this will bring the expired item back into the widget and through to a result."

FFShop, results, Godzilla2Chuck

Re-open

224

NOT CONVERTED

Susan5/27/14W

I am not getting the prompts I should be getting when returning Saved MOD to widget and changing freight terms or zip code.

5/28 (Judy) - this has not been programmed yet

sp, 8/1 - closing - just QA this whole feature set later.

The design specs state:

Once Find is clicked (with new zip) or freight terms are changed - user is prompted to answer question regarding intent for this quote (verbiage needs work; we will not reference quote numbers ) - 

Is it your desire to:

(a)    revise your current quote [0001] or

(b)    create a new quote [0002]?  


Either way, you must save to preserve your changes .

Answering ‘a’ will reprice quote 0001 with this zip code and/or freight terms, based on original resin price and quote clock.

Answering ‘b’ will create a new quote in progress with this zip code and/or freight terms, based on today’s resin price.

I am not getting that prompt.

FFSaved items to widget1SalDone

223

Ticket ID : 771

Susan5/27/14WFind button not being disabled when I return unexpired or expired quotes.Design specs state Find button should be disabled for unexpired MODs until the user changes something that re-enables it; ambiguous on expired MODs but I assume it should also be disabled for those as well.FFSaved items to widget1SalOpen

222

Ticket ID : 806

Susan5/27/14W

Not seeing pricing history when I expected to. Either Wiki specs are wrong (or I am misunderstanding them) or this is a bug. Please advise.

5/27 (Judy) - Per John, this has not been programmed yet.  Will be taken care of when we add the 'changing existing price' question. I will leave this bug open so that it can be tested when programming is complete.

Logged in as customer 2916, contact 17279. Retrieve MOD 1294 saved on 5/8.

Widget seems to back populate appropriately and shows 1294 as an exact match (presumably with current resin prices).

RE what should happen next (when all the user has done is retrieve the item), the Wiki states:

  • Pricing shown is based on current resin prices. It is autosaved as a new quote (0002) with a new quote clock (T+14).
  • Q: Does the user have to save to preserve changes? What happens when the user saves or adds to cart at this point?
    • A: Saving is not necessary since the pricing autosaved as a new quote, and no other changes were made. However, clicking “save” is an opportunity for the user to modify tags, or the part number in the case of MODs. The saved item dialog box opens with original tags (and optional part number if applicable).

When I return to Saved Items, I do not see any pricing history icon (see design series 4 within Saved Item design specs):


 

FFSaved items to widget1SalOpen

219

Ticket ID : 807

Steve5/23/2014W

The entry fields (active and disabled) need some adjustment.

  1. Remove inner shadow on entry fields (Ship to, Size & Gauge). Leave the background white.
  2. Disabled entry fields (ties in with issue #4). Remove inner shadow. Make stroke #ccc gray. Make background #eeeeee. Make disabled text #666666.

Leave in focus entry field as is. looks great.

Leave drop down as is.

FFWidget2SalOpen

218

Ticket ID : 808

Steve5/23/2014WUnder Materials and Additives, selecting "Anti Static" displays a default for number 2 Select a Resin Type" There should be no default here. This is a stepped process and the user must make a choice for #1 first.FFWidget/results1Judy/JohnOpen

212 

Ticket ID : 809

Janice 5/21/14 Unable to test CPU orders because the wrong screen displays Unable to test CPU orders because the wrong screens pop up:  (1) login with an empty cart (bill-to 002180, contact 17264; (2) go to Cart & click ship-to & select Pick up - Sterling (01564) (correctly displays as a pick up); (3) quick add item 3190 qty 20 & receive message cart updated successfully; (4) click on checkout; (5) Ship-to Address screen comes up with message order will be picked up in STERLING, MA.  Where do you plan to deliver this order?  Enter delivery zip code 01824 & click find, get a list of what looks like " ".  Other times do same first 4 steps but get the Ship-to Address screen for a ship-to zip - We have located 64 matches for this zip code (01564).Firefox Cart CheckoutEdOpen 

210  

NOT CONVERTED

Susan5/21/14W

Timing of stock number validation in Quick Add feature.

sp, 7/17/14 - Closing. Ed said a while ago it wouldn't be easy to do; didn't think it was worth pursuing further - let's see if someone else raises the same issue.

It would be better to get the "### not a valid item number" message before entering quantity and before being prompted to fill in an empty zip code field.FFShop3EdDone

206

Ticket ID : 810

Steve5/21/14W

Please make enabled "All" text in widget black (#000). Right now it uses #666 gray and looks disabled.
These are choices for Sizes and Gauge. 

Please keep gray/disabled version of "All" text for disabled entry fields.

FFShop/results2Phase 1.aOpen

204 

Ticket ID : 811

Janice 5/20/14 DSplit Ship Bundles creating two sales orders instead of oneWhen there is a split ship instance in the bundles (two bundles for the same item on the same date from two different warehouses), the sales order creation should only create one order for the two bundles instead of two separate orders.  Two orders should be created for ship & backorder instances (two bundles for same item from the same warehouse but for two different dates). Firefox Checkout Sales CreationWayne Open 

195

NOT CONVERTED

John5/19/14DReverse order of validations in RPC$MODITEM_VALIDATETOCARTDo the 'is this MOD Item in the active cart' test first, and if that passes, do the next test to see if the Quote# is in any other cart.N/AAdd to Cart2Wayne Test

189

Ticket ID : 812

Susan5/15/14W

Fresh MOD availability link date does not match what's in pop-up

Sal 5/15/14 17:28 - Per Jim :

Guys – let’s not do any more work on the Availability Popup bugs at this time.   We need to regroup and get straight on what we really need to happen.

 

Jim 6/17/14: Retested.  Stock items are now reporting the correct availability date in the Popup but MOD Items are not reporting the correct date - see third example in next column.

Date of 5/29 in pop-up does not match link date of 5/22. I did not change anything with the result quantity or anything else before opening pop-up.

Same thing with saved/numbered MOD a few moments later:

Jim's Example 6/17/14

FFShop/results1ChuckReopen

172 

NOT CONVERTED

Janice 5/12/14 

Sales Order Creation records missing data 

Wayne - 5/19/14 :  On WEB orders, the hold code (SOHDR<76>) automatically gets set to "1".  Also, related to this, available to pick quantity (SODET<33>) will get set to null.

Sales order creation from web is missing information or contradicts data on the following sales order files (vs. what is created thru Avante) - see Avante order 109172A & web order 109171A:

SOHDR is missing the following information:  city, state, zip (<7>), domestic cost of sales (<11>), customer PO date (<13>), ship via code (<29>), term code (<51>), fob code (<52>), acknowledgement contact (<57>), current cost of sales (<127>).  Hold code (<76>) differs between Avante & web

SOHDR.USR:  credit card date (<8>) has / as value on web, c/s request packslip hold (<71>) set on web, c/s request lock (<73>) filled in on web

SODET is missing the following information:  domestic cost (<6>), description (<12>), domestic extension cost (<22>), pick quantity (33), current cost (<63>), current extension cost (<64>).  UOM (<2>) differs between Avante & web

Janice 5/20/2014: order header & detail still have incorrect tax information (seems to be related to when bill-to customer is a different state (GA) than ship-to customer (MA) - see WEB order 109227A); order header missing contact <8>, customer PO date <13>, & fob code <52>; header user has invalid code for label source (1); detail sales posting code <49> differs

Janice 6/19/2014:  order header & detail missing discount amounts for web discount; MOD item orders missing request date & hold should only be set if CE creating order for contact

 FirefoxSales Order Creation Wayne Test

 163

Ticket ID : 813

Susan5/8/14W

Availability pop-up, stock, full quantity not available at primary warehouse

SP, 5/27 change status to hold due to open questions RE availability pop-up functionality (see 188+189)

sp, 7/9 - reopened; Chuck did a great job, but Owen and I needed to fine tune spec, which was ambiguous at best when Chuck worked on fix. Chuck has revised spec.

Please see edits below.

 

 

 

FFShop, results2ChuckReopen

 162

Ticket ID : 814

Susan5/8/14W

Availability pop-up, stock, full quantity not available at alternate or primary warehouse

SP, 5/27 change status to hold due to open questions RE availability pop-up functionality (see 188+189)

sp, 7/9 - reopened; Chuck did a great job, but Owen and I needed to fine tune spec, which was ambiguous at best when Chuck worked on fix. Chuck has revised spec.

Please see edits below.

 

 

FFShop, results2ChuckReopen

151

Ticket ID : 815

Sal5/7/14W

Additives validation error showing late.

Sal 5/12/14 12:56 - Per John (email):

"I will discuss it with Judy about improving the validation programs."

Choose Layflat -> Materials -> Check Metallocene -> Choose Anti Static -> AmineFree Pink

Metallocene gets disabled but its still checked and didn't get any validation errors and we should get a validation error here. If we click on UVI/UVA we now get the validation error but it's too late.

FirefoxShop Widget - Materials & Additives1John/JudyOpen

150

Ticket ID : 816

Susan5/7/14W

product name missing from MOD YMACs

Sal 5/12/14 14:52 - Judy will be taking care of this. "these have to be setup in CATALOG.CD.USR".

Judy 5/13/14 - Will speak with Owen to see how he wants MOD generic name codes assigned.  Stock generic names are not as detailed as the category.  For example, if entering a 'Gusseted' bag (category 102), the exact stock match would show BAGS as the description, not GUSSETED BAGS. 

6/26/14 - Once description programming complete we will have marketing review and let us know what changes need to be done.

 "Bags" missing after comma in the 2 ymac results. Is this an Owen/Cliff/Tom issue?

 

FFShop widget, results2Cathy JudyIn Process

144

Ticket ID : 817

Judy4/30/14D-Avante

Validation issues in Comments Maintenance (SYS9012)

 

Janice 5/2/14 9:25am: changes have been made & ready for testing

Judy 5/12/14 - 1-5 tested and look good.  Added #6 and re-opened.

  1. Only prompt/require Input Format1 if Screen Prompt1 # "".
          1. Only prompt/require Input Format2if Screen Prompt2 # "".
  2. F5-Web Info: Validate that Range Max, if entered, is >= Range Min
  3. F5-Web Info: LTL Upcharge should be optional
  4. F5-Web Info: Validate revenue charge code, if entered, in CHGCODE File
  5. added 5/12: If revenue charge code is entered, validate that CHGCODE<4> (type) matches SYSCON CONFIG.SETTINGS.LAD<15> (strip off comment first).  Change F3 to only show the rev charge codes with F4 = CONFIG.SETTINGS.LAD<15>.
N/AAvante2JaniceRe-Open

131

Ticket ID : 818

Judy4/22/14D

Printing Upcharge calc being called 7 times from WEB.MODITEM.GETPRICE

6/11/14 (Judy) Tested - All looks good except for the 2nd and 3rd price break prices:

30x30x2mil, Sky Blue Tint, Printed - stock plate SP0001 - Black Ink:

400/CS, 8.33M qty.  Unit Price 170.67 and ext 1421.68 are correct

First break: 16.66 @ 164.45 is correct

Second break: 24.99 (correct) @ 138.60 (wrong - s/b 161.89)

Third break:  33.32 (correct) @ 135.88 (wrong - s/b 158.87)

Why is SOPS9147.5 being called 7 times? It s/b called once for the quote quantity then 3 more times passing each break quantity (custom or standard breaks). The subtotal should include: Non Material$ + Material$ + Price Class Upcharge + Full Gauge Upcharge + Color Upcharge + Venting Upcharge + poly lining upcharge + Rolls,Boxed Upcharge + Folded in Half Upcharge.  The first 4 calls look correct except that they are missing the Color Upcharge, which occurs after these 4 are called??  The last 3 calls look strange - no quantity or amount.  These are happening after the color upcharge is calculated.  Move the color upcharge calculation to before the first SOPS9147.5 call.  Calculate it for each of the 3 breaks too.  I'm wondering if the last 3 calls are supposed to be for 'custom breaks', which I didn't enter and that's why the qtys/amts are 0.  These should only be called when custom qtys are > 0 (they can enter between 1 and 3 custom qtys).FirefoxShop Widget/Results1WayneRe-Open

121

NOT CONVERTED

Judy4/21/14DCreating Orders overrides the named param contents of OPERATORI think you are overriding the named param OPERATOR to "WEB".  OPERATOR should never be changed and should never be "WEB".  The UI side is carrying this around only if ce is logged in on behalf of a customer.  Please change the variable in your program so you don't destroy the contents of this named param, and somehow pass the correct operator code to be used on both MOD and Stock Orders along.FirefoxCheckout1WayneTEST

96

Ticket ID : 819

Judy4/11/14DAssist Ed with debugging issues related to create order hookup to checkout pageWork with Ed to debug & take care of any needed database fixes related to creating stock and MOD orders from checkoutAllCheckout1WayneOpen

95

NOT CONVERTED

Judy4/11/14DRequest Hold Flag isn't being set when Orders are Created by CEWhen CE is creating an order (OPERATOR isn't null), all stock and MOD orders should be temporarily put on request hold (SOHDR.USR<71>=1 from RECORD<672>) until the requests are written and we know whether the order s/b left on hold or whether it can be released for printing in the whs.  RPC$CREATE_STOCKORDER and RPC$CONVERT_QUOTE are missing the logic from SOPP4000.2 when a new order is being saved (ACTION=1 AND PARMS(14)<1>=SOP9116).  You don't need to check SOP9116 or ACTION=1.  Just check to see if OPERATOR # "".  In RPC$CREATE_STOCKORDER, it's missing from the area oflines 417-429 - s/b setting RECORD<672>=1 AND RECORD<674> = SB USER ID so that SOHDR.USR<71> and <73> will be written correctly.AllCheckout1Wayne Test

94

NOT CONVERTED

John 4/10/14 Cart quotes need to be accepted before they are converted to orders.Set the Win/ Loss code to W1, Accept Date to DATE(), DATE.TYPE TO BUDLE.FUTURE.DATEAllGlobal Wayne Test

91

Ticket ID : 820

Susan4/3/14W

Should be able to undo-anti stat, other pct.

Sal 5/8/14 15:57 - Fixed when Chuck was working on bug #43.

SP, 5/13/14 -  Reopening.   I can change material back to standard only if I backspace over my erroneous antistat %. That's an improvement, but don't think that is as intuitive as it should be. Even if my intention is to revert to standard (or some other material where this error is irrelevant), I still either have to backspace, or change the % to something between 1-10 as though I were still interested in antistat.  Clicking in standard radio button or even clicking reset still give me this error. If possible, I think the user should be able to click reset or click to another material that renders the error irrelevant. If this is a major programming effort to address, we can learn to live with it for release 1, but we should log it as a future fix.

After getting the validation error for entering antistat % outside of allowed ranges and clicking either X or OK to get out, the only way to get the error to stop reappearing is to enter a % between 1 and 10. That's fine if I am determined to get this antistat, but I cannot select the default "standard" to undo my anti-stat selection. I am barred from doing this, even after clearing the field with the erroneous %. I can only go back to standard material by entering a number in antistat % field between 1 and 10.

firefoxshop widget2

Sal

Chuck

HOLD

89

Ticket ID : 821

Susan4/3/14W

Fix to issue 68 caused problem with abbreviated product names

Sal 5/2/14 14:41 - Need to apply formatting rules to "Mills" or "Mics" only.

"C&A" is now "C&a"; "LD" is now "Ld" - acronyms/initial cap abbreviations should remain all caps.

 

FirefoxShop widget3JaniceOpen

87  

NOT CONVERTED

Judy04/02/14DWooden Slat comment not working because it's using SHOP.PKG

Please re-work the logic for the Wooden Slat comment in create orders.  You are using SHOP.PKG, which is a shop widget variable that isn't available during checkout:

  1. As you are going through the bundles, identify whether this is a MOD bundle that has export pallets selected.  If so, read the packaging info from MOD.ITMMST.USR<43> using the MOD Item# in the shopping cart.  For that bundle/order, you can use the boxed or cradlepacked comment (you may find either 'Boxed' or 'Cradlepacked' in MOD.ITMMST.USR
  2. For a stock bundle, you can assume that you are using the 'cases' comment# (because we don't cradlepack stock items).  So if export pallets was selected for this bundle, use the 'cases' comment# on the stock order.
FirefoxCheckout1WayneTest

84

Ticket ID : 837

Jay b., via Susan3/25/14D

Stock price breaks

4/24 - In results area no quantity break pricing is done. It is done in the cart so all items can be considered.

 

 

SP, 4/25

I understand your logic (and in hindsight, our specs are not very detailed on this point). However, we think quantity price breaking does need to happen in the results area. Specifically, using the 3/25 example:

  • In situations where there are 0 stock items in the active cart, if user increases quantity to 5, the unit price should  change from $60.30 to $54.81 (and the total cost = to 5 times that).
  • In situations where there are items in the cart, those quantities should be taken into account; so if there were 5 items in the cart, the price should go to $52.20 (and total cost to = 5* that).

If nothing happens, the user will not be "rewarded" for choosing a larger quantity; they may even hesitate to add the item to the cart (to see the hidden reward of lower pricing).  Again, we get your logic. Either way, there's some potential confusion about pricing, but we believe this approach is the least confusing, and the most conducive to getting the sale.

5/5 - Meeting with Cathy, John, Judy and Sal.  This is not a bug.  It was programmed as designed.  John will come up with hours to make the change and add to the timeline.  It will have to be determined if it will be done in phase one or two.

 

SP, 5/13 (see also email from 5/7)

There is no need to come up with hours etc.
After discussing with Owen, we decided on simpler approach - lets tack some text on to the last sentence:

"Discounts will be shown in the cart."

This extra text should only part of the pop-up when it is accessed from a result, not from the Cart. If this is not possible or requires a lot of effort, we’ll just live with it as it is and consider for phase 2.

 

 

 

 

 

 

 

 

 


The fake customer we are testing with has stock price breaks...

... but when I change the quantity from 1 to 5 for this item, the total reflects the original unit price x 5, and the unit price on the far right does not change.

Tried this with a few stock items, results were consistent.

FirefoxShop widget2JohnOpen

74

NOT CONVERTED

 

Judy3/19/14W/DBQA/Fix all issues with category stock selectionsOn the Shop Widget, walk through each of the categories under the top menu: Poly Bags, Reclosable Bags,Tubing& Sleeves, Film &Sheeting, mailers & Access making sure that we are getting stock results for every category.  Some of these categories allow dimensions to be entered and some do not (see Wiki Functional Specs/Shop Tab/Shop Widget, Product Selection Groupings for groups 1-5).  Make sure that you get some stock items returned in results for every category.  If not, check the GETBYFILTER program and the data in ITMMST.USR (loaded from Cliff's spreadsheet) to ensure that we have the proper data for all stock items and that the GETBYFILTER program is handling them correctly.  Some problems may be caused by incomplete or erroneous defaulting in the Level 3 area.  Note all problems found and fix what you can. Shop Tab2WayneTest
72 NOT CONVERTEDJohn 3/17/14 DB 

Customer Numbers as Location Tags 

Joe 3/20/14: This has been tested and should be complete.

In RPC$ITEMTAG_GETBYFILTER2 we need to change the selections to read from the CUSTMST file instead of ITEMTAGS.USR.  There is a select statement that is run on line 115.  That can stay the same. However, the statements being run from lines 119 - 125 need to be wrapped in an IF statement and IF STATUS = "L" select customer numbers from CUSTMST instead of TAG IDS from ITMTAGS.USR.  Saved Items Joe Test 
70 NOT CONVERTEDJohn 3/12/14 

DB

 

 

There is code in RPC$MODITEM_CREATE  that is causing the setting of the MTO flag to be set to 1 ALL THE TIME. There is a comment that says the issue was related to the repricing. This needs to be brought back in, and fixed so it's not  a problem any longer. 

Joe 3/28/14: Changed to CALL WEB.GET.STOCK.ITEMS instead of RPC$WEBPRODUCTITEM_GETBYFILTER and based on the results it sets the SHOP.MTO flag. Cart & Shop Widget.  JoeTest
60NOT CONVERTEDJudy2/26/14WMOD Saved Items with Favorite Flag = 0 showing as Exact Match

In results, an exact match was found with a MOD item (MOD1140) that had a favorite flag (CONTACT.ITEM.XRF.USR<6>) of 0.  The MODxxxx item# appeared in results (even though you don't see it in saved items list).  When I 'saved' it from results, it assigned a new MOD Item# (MOD1153) to it insead of using the original MOD Item#.  How should MOD items not flagged as a favorite be handled? Should it have been assigned as an exact match, and if so, should it have set the active flag on the record when it was 'saved' from results?

2/27/14 (judy) - Research required:  Find everywhere that we are updating the CONTACT.ITEM.XREF.USR record (creating/modifying).  Note whether we are setting the 'favorite flag' in field 6 or not, and how it determines how to set that flag. John and I will let you know where to go from there.

3/10/14 (judy) - John and I have determined that Favorite Flag is no longer needed. It will be removed from dictionary and RPC$CONTACTITEM-GETBYFILTER, RPC$CONTACTITEM_SAVE, RPC$MODITEM_CREATE, and RPC$ITEMTAG_GETBYFILTER2. -Joe: done 3/10/14.

FirefoxShop Widget Results1 JoeTest

56

Ticket ID : 822

Judy2/18/14W

Changing quantity in widget results area for a MOD item returns an invalid Available Date

 

Do a search for 12x0x24x2mil Layflat Bag from the widget.  Returns a date of 2/24.  Change the quantity in results.  The avail date will change to 12:00:00AM.

02/21/14-I just noticed that new stock selection for Amber Ziptops - all stock items in this search have 12:00:00AM for an avail date.  Select 'Reclosables' and 'Amber' then FIND.  All 8 stock items are showing this weird date.

04/28/14 (Judy) - I tested and both look fine. 

05/13/14 (Janice) - need to verify that the available date in results area matches available date in cart as well as checkout shipping & packaging (bundle)

FirefoxShop Widget2Janice

Re-Open

 

39

Ticket ID : 823

Judy1/3/14W

SHOP.LFGUS null for Sheeting/Tubing

Sal 3/27/14 15:21 - This value will be obtained and used internally in Avante to avoid littering our objects. Please reassign to a DB programmer.

When I create a quote from results/save for gusseted tubing, SHOP.LFGUS appears to be coming back from UI as blank.  I checked CATALOG.CD.USR and it has 'Gusseted' as a default. Please make sure that SHOP.LFGUS is being populated for all sheeting and tubing catalog codes.FirefoxWidget2JaniceOpen

26 

Ticket ID : 824

Judy 11/25/13 Furn Bags reminder Furniture Bags – I found this in Wiki and don’t see it on site: Furniture Bags will require a cautionary reminder for users that, while they open along the width (like any bag), those openings will be on the side as you pull the bags from the roll. This should be provided as a popup when the user selects Furniture as a category.  Here is the current warning (from today's Laddawn.com) -
You should know: For all bags, width is defined as the dimension that runs along the opening of the bag. For furniture bags, unlike standard bags, that opening will be along the side as it is pulled off the roll 
 Firefox Shop WidgetDeaneOpen
14NOT CONVERTEDJudy8/14/2013WSal 5/5/14 12:57 - Please test in IE8 and IE9.

This is only an IE8 and IE9 error.  Firefox works.

I entered a width and an invalid zip code format, then selected FIND.  I received zip code error message and fixed the zip code.  When I tried FIND a second time, I received an 'out of range' error message for the Length field.  I s/b able to leave this as 'All'.  This validation should not have triggered when the field is blank or All.  I had to enter a length before I was able to click FIND again. 
This occurs on every field.  You see error message before you get to the field to enter.

IE8 & IE9 only 2SalTest

9

Ticket ID : 825

Judy8/14/2013W

Can't 'reset' to start over once error box displayed.  'x' out of error box allows you to continue with invalid data.

Sal 3/26/14 21:21 - Reset now overrides validation. x out now re-positions focus on calling text box. Please test.

Judy 5/9/14 - The 'reset' now works if choose OK on validation error box then click on 'reset'.  But if I click on "X" on error box instead of OK, it still leaves bad data and lets me continue.

Judy 6/3/14 - re-tested but 'x' on error box still leaves bad data and allows you to continue.

Chuck (06/05/2014): Please test after next deployment.

sp, 7/9 reopened.

  • Recreated Judy’s issue w/her original parameters – layflat 10 x 20, 9 mil.
  •  For Sally, I am able to tab out of gauge box, and click Find, w/out getting any validation error.
  •  As Joan – I get validation error as soon as I tab out; however, after clicking ‘x’ – nothing happens. (Clicking ‘OK’ puts me back in gauge box w/focus.)

 

 


  • Layflat Bags
  • Width 10, Length 20
  • Gauge 9
  • Get error message that gauge out of range. I click OK.  Then I click Reset.  Won't let me out ... keeps giving me gauge error box.  I just want to RESET and start over.
  • Also noticed if 'x' out of error box instead of 'ok', it allows you to continue with bad data in field.
IE9 & Firefox (not tested at IE8) 2Sal ChuckReopen

6

Ticket ID : 826

Steve8/2/2013W

Widget - Hovers Design

  1. Change stroke to hover (and repeat for all hovers) to be (#DF7A1C). Decided on 1 consistent stroke color (3/2414)
  2. Remove heavy drop shadow. Use drop shadow from #3 - Rolls cradle packed hover.
  3. Make all hover text 13px Arial regular. Please double-check, it looks bold on my laptop.

Sal 3/24/14 - Fixed, please test.

Steve 05/19/2014 - initially it works but when you start adding Level 3 options, the shadow gets progressively darker.

Chuck 6/2/2014 - test after next deployment

Steve 6/13/2104 - sorry. Still seeing it. This time I hit reset on the widget typed in new Ship to, Size and Gauge data and then rolled over the "I" next to gauge. I've included a screenshot to the right.

Screenshot (6/13/2014)

 

05/19/2014 screenshot

FFShop2ChuckReopen

 

 

 

 

 

 

Attachments:

image2014-5-13 15:48:51.png (image/png)
image2014-5-13 15:43:55.png (image/png)
image2014-5-13 15:39:21.png (image/png)
image2014-5-13 15:20:25.png (image/png)
image2014-5-13 13:6:8.png (image/png)
image2014-5-13 12:43:33.png (image/png)
image2014-5-13 12:40:8.png (image/png)
image2014-5-13 12:35:17.png (image/png)
image2014-5-13 12:31:36.png (image/png)
image2014-5-13 12:19:30.png (image/png)
image2014-5-8 17:1:59.png (image/png)
image2014-5-8 17:0:4.png (image/png)
image2014-5-8 16:18:51.png (image/png)
image2014-5-8 16:18:31.png (image/png)
image2014-5-8 16:13:31.png (image/png)
image2014-5-7 15:4:51.png (image/png)
image2014-5-7 14:51:9.png (image/png)
image2014-5-7 14:43:11.png (image/png)
image2014-5-7 14:26:27.png (image/png)
image2014-5-7 14:24:48.png (image/png)
image2014-5-7 14:24:2.png (image/png)
image2014-5-7 12:21:45.png (image/png)
image2014-5-7 12:14:52.png (image/png)
image2014-5-7 12:8:43.png (image/png)
image2014-5-6 16:48:40.png (image/png)
image2014-5-6 10:18:0.png (image/png)
Widget_May52014.png (image/png)
Right AlignData_Percenatge.png (image/png)
SavedItem_Doughnuthole.png (image/png)
image2014-4-25 14:52:38.png (image/png)
image2014-4-25 10:53:2.png (image/png)
image2014-4-24 17:56:52.png (image/png)
image2014-4-24 17:51:47.png (image/png)
Level3_ExtraArrows.png (image/png)
MatAdditives_Refresh.png (image/png)
Level3_MaterialAdditive_BadLink.png (image/png)
MaterialsAdditives_PackagingSpace.png (image/png)
image2014-4-17 16:35:40.png (image/png)
MaterialsAdditives_Link.png (image/png)
MaterialAdditives_AntiStatic_SB.png (image/png)
MaterialAdditives_AntiStatic.png (image/png)
image2014-4-15 12:19:17.png (image/png)
image2014-4-15 12:17:1.png (image/png)
image2014-4-15 12:8:19.png (image/png)
image2014-4-15 12:1:13.png (image/png)
image2014-4-14 16:28:36.png (image/png)
image2014-4-14 14:18:45.png (image/png)
image2014-4-14 14:8:49.png (image/png)
image2014-4-14 13:25:43.png (image/png)
image2014-4-14 13:25:3.png (image/png)
image2014-4-14 13:16:36.png (image/png)
image2014-4-14 13:16:8.png (image/png)
image2014-4-3 13:53:55.png (image/png)
image2014-4-3 12:4:32.png (image/png)
image2014-4-3 12:2:49.png (image/png)
image2014-4-3 12:1:51.png (image/png)
image2014-4-3 10:54:4.png (image/png)
image2014-4-3 10:53:40.png (image/png)
Level3_VertSpacing_Style.png (image/png)
image2014-3-25 14:0:20.png (image/png)
image2014-3-25 13:59:55.png (image/png)
image2014-3-25 13:42:27.png (image/png)
image2014-3-25 13:39:26.png (image/png)
image2014-3-25 11:18:43.png (image/png)
image2014-3-25 10:2:20.png (image/png)
image2014-3-25 10:0:6.png (image/png)
image2014-3-25 9:59:28.png (image/png)
image2014-3-21 16:7:21.png (image/png)
image2014-3-12 15:24:14.png (image/png)
image2014-3-12 14:30:23.png (image/png)
image2014-3-12 14:29:20.png (image/png)
image2014-3-12 14:28:56.png (image/png)
image2014-3-12 14:7:35.png (image/png)
image2014-3-12 13:31:27.png (image/png)
image2014-2-6 16:40:41.png (image/png)
IE_NoRoundedCorners_PriceBreaks.png (image/png)
VisualDesign_Modal_PriceBreakStock.png (image/png)
Shop_Modal_PriceBreakStock.png (image/png)
Widget_Level3_RightAlign_StyleReview.png (image/png)
Widget_Hover_Entry_StyleReview.png (image/png)
3_WidgetFindButton.png (image/png)
4_Bug_entryfieldstroke.png (image/png)
5_Bug_arrowsinitialstate.png (image/png)
3_Bug_carttabroll.png (image/png)
2_Bug_tabroll.png (image/png)
1_Bug_ChangeText.png (image/png)
image2014-5-15 9:32:17.png (image/png)
image2014-5-15 9:56:6.png (image/png)
image2014-5-15 10:51:11.png (image/png)
image2014-5-15 10:52:11.png (image/png)
image2014-5-15 10:53:40.png (image/png)
image2014-5-15 14:1:14.png (image/png)
image2014-5-15 14:1:29.png (image/png)
image2014-5-15 15:20:20.png (image/png)
image2014-5-15 15:21:8.png (image/png)
image2014-5-15 15:24:42.png (image/png)
image2014-5-15 15:39:5.png (image/png)
image2014-5-15 15:54:55.png (image/png)
image2014-5-15 16:24:16.png (image/png)
image2014-5-15 16:28:47.png (image/png)
image2014-5-15 21:36:23.png (image/png)
image2014-5-15 21:48:3.png (image/png)
image2014-5-15 22:7:59.png (image/png)
EntryFieldStroke.png (image/png)
image2014-5-19 10:42:18.png (image/png)
rollover_Shadow.png (image/png)
MadeOnDemandBox.png (image/png)
Results_Header.png (image/png)
Results_Header_Design.png (image/png)
PriceHeader.png (image/png)
LabelColor.png (image/png)
ShipToZipEntry.png (image/png)
Tagging_Staging.png (image/png)
image2014-5-20 16:32:44.png (image/png)
All_Text.png (image/png)
MadeOnDemand_Header.png (image/png)
image2014-5-21 14:54:43.png (image/png)
image2014-5-21 14:55:11.png (image/png)
image2014-5-22 10:12:14.png (image/png)
image2014-5-22 10:44:57.png (image/png)
image2014-5-22 10:45:15.png (image/png)
image2014-5-22 10:52:10.png (image/png)
image2014-5-22 10:53:30.png (image/png)
Widget_FindBtn.png (image/png)
Widget_NoWorkee.png (image/png)
AntiStatic-Bug.png (image/png)
All_Text.png (image/png)
Widget_Entry.png (image/png)
image2014-5-27 10:28:14.png (image/png)
image2014-5-27 10:41:1.png (image/png)
image2014-5-27 10:41:15.png (image/png)
image2014-5-27 10:41:54.png (image/png)
image2014-5-27 11:9:31.png (image/png)
image2014-5-27 13:30:30.png (image/png)
image2014-5-27 14:36:5.png (image/png)
image2014-5-27 15:24:53.png (image/png)
image2014-5-27 15:25:59.png (image/png)
image2014-5-27 15:36:26.png (image/png)
image2014-5-27 15:36:47.png (image/png)
image2014-5-27 16:21:51.png (image/png)
image2014-5-27 16:57:25.png (image/png)
image2014-5-28 12:12:46.png (image/png)
image2014-5-28 12:13:32.png (image/png)
image2014-5-28 13:32:16.png (image/png)
image2014-5-28 13:40:20.png (image/png)
image2014-5-28 13:41:49.png (image/png)
image2014-5-28 14:11:2.png (image/png)
image2014-5-28 14:11:17.png (image/png)
image2014-5-28 14:11:34.png (image/png)
image2014-5-28 14:12:11.png (image/png)
image2014-5-28 14:12:44.png (image/png)
image2014-5-28 14:31:16.png (image/png)
image2014-5-28 14:33:10.png (image/png)
image2014-5-28 15:35:57.png (image/png)
image2014-5-28 15:37:5.png (image/png)
image2014-5-28 15:37:42.png (image/png)
image2014-5-28 15:39:13.png (image/png)
image2014-5-28 16:44:26.png (image/png)
image2014-5-28 16:52:51.png (image/png)
image2014-5-29 15:52:5.png (image/png)
image2014-5-29 15:52:39.png (image/png)
image2014-5-29 16:0:51.png (image/png)
image2014-5-29 16:3:23.png (image/png)
image2014-5-29 16:3:43.png (image/png)
image2014-5-29 16:38:39.png (image/png)
image2014-5-29 17:2:53.png (image/png)
image2014-5-29 17:3:25.png (image/png)
ShareItem.png (image/png)
image2014-6-2 15:37:37.png (image/png)
image2014-6-2 15:38:7.png (image/png)
image2014-6-3 13:44:18.png (image/png)
ShareItem_WCustomer.png (image/png)
image2014-6-4 11:2:43.png (image/png)
image2014-6-4 11:58:16.png (image/png)
image2014-6-4 12:8:59.png (image/png)
image2014-6-4 16:26:53.png (image/png)
image2014-6-4 16:27:47.png (image/png)
image2014-6-5 10:51:40.png (image/png)
image2014-6-5 14:30:6.png (image/png)
image2014-6-5 14:30:30.png (image/png)
image2014-6-5 14:32:3.png (image/png)
image2014-6-5 14:32:33.png (image/png)
image2014-6-5 14:48:25.png (image/png)
image2014-6-5 14:49:6.png (image/png)
image2014-6-5 14:51:16.png (image/png)
image2014-6-5 14:56:6.png (image/png)
image2014-6-5 17:3:11.png (image/png)
image2014-6-9 9:49:37.png (image/png)
image2014-6-9 10:33:24.png (image/png)
image2014-6-9 10:33:54.png (image/png)
image2014-6-9 10:34:57.png (image/png)
image2014-6-9 10:44:39.png (image/png)
image2014-6-9 14:14:6.png (image/png)
image2014-6-9 14:15:29.png (image/png)
image2014-6-9 14:16:57.png (image/png)
image2014-6-10 10:17:16.png (image/png)
image2014-6-10 14:27:56.png (image/png)
image2014-6-11 9:59:57.png (image/png)
image2014-6-11 10:4:27.png (image/png)
image2014-6-11 10:43:20.png (image/png)
image2014-6-11 10:43:53.png (image/png)
image2014-6-11 10:44:59.png (image/png)
image2014-6-11 10:53:45.png (image/png)
image2014-6-11 10:54:58.png (image/png)
image2014-6-11 13:54:42.png (image/png)
image2014-6-11 13:56:25.png (image/png)
image2014-6-11 14:48:54.png (image/png)
image2014-6-12 10:43:59.png (image/png)
image2014-6-12 16:20:41.png (image/png)
MadeOnDemand_061314.png (image/png)
image2014-6-13 15:29:30.png (image/png)
image2014-6-13 15:29:41.png (image/png)
Roll_Shadow_06132014.png (image/png)
image2014-6-16 10:57:20.png (image/png)
image2014-6-17 18:1:7.png (image/png)
image2014-6-18 10:24:14.png (image/png)
image2014-6-18 10:33:36.png (image/png)
image2014-6-18 10:34:4.png (image/png)
image2014-6-18 11:45:40.png (image/png)
image2014-6-18 14:15:43.png (image/png)
image2014-6-18 14:18:29.png (image/png)
image2014-6-18 15:13:29.png (image/png)
image2014-6-18 15:14:3.png (image/png)
image2014-6-18 15:26:20.png (image/png)
image2014-6-19 8:36:48.png (image/png)
image2014-6-19 8:58:29.png (image/png)
image2014-6-19 9:23:35.png (image/png)
image2014-6-19 16:34:16.png (image/png)
image2014-6-19 16:42:17.png (image/png)
Cart_ChangeQuantity_Alert.png (image/png)
Cart_ClickNewCart.png (image/png)
Cart_Expanded.png (image/png)
Cart_EmptyCartMessage.png (image/png)
Cart_EmptyCartMessage.png (image/png)
Cart_EmptyCartMessage2.png (image/png)
DeleteCartItem_1.png (image/png)
Cart_NoZip_1.png (image/png)
Cart_NoZip_2.png (image/png)
Cart_NoZip_3.png (image/png)
image2014-6-24 11:19:18.png (image/png)
image2014-6-24 11:42:24.png (image/png)
image2014-6-24 14:15:43.png (image/png)
image2014-6-24 14:21:9.png (image/png)
image2014-6-24 15:53:54.png (image/png)
image2014-6-24 16:3:55.png (image/png)
image2014-6-24 16:46:52.png (image/png)
image2014-6-24 16:47:23.png (image/png)
image2014-6-24 16:48:23.png (image/png)
image2014-6-26 15:6:4.png (image/png)
image2014-6-26 15:6:51.png (image/png)
Capture.PNG (image/png)
image2014-6-27 12:41:50.png (image/png)
image2014-6-27 12:42:12.png (image/png)
Cart_Entry.png (image/png)
Checkout_BrokenRadioBtn.png (image/png)
Checkout_BrokenRadioBtn_Fix.png (image/png)
Checkout_BrokenRadioBtn.png (image/png)
Checkout_ShiipViaText.png (image/png)
Checkout_Calendar_StagingServer.png (image/png)
Checkout_Calendar_Design.png (image/png)
UVIUVA_RemoveAll.png (image/png)
image2014-7-2 12:11:10.png (image/png)
image2014-7-2 12:11:39.png (image/png)
image2014-7-2 12:19:49.png (image/png)
QuickAdd_CartAlert.png (image/png)
image2014-7-2 14:20:11.png (image/png)
image2014-7-2 14:24:6.png (image/png)
image2014-7-2 14:39:15.png (image/png)
image2014-7-2 14:40:6.png (image/png)
image2014-7-2 14:40:34.png (image/png)
Cart_ChangeZipCode_Alert.png (image/png)
Cart_RenameSavingCartName.png (image/png)
image2014-7-2 20:56:23.png (image/png)
Checkout_btn.png (image/png)
Checkout_btn.png (image/png)
Checkout_ShippingOptions.png (image/png)
Checkout_ShippingOptions.png (image/png)
image2014-7-8 9:7:7.png (image/png)
image2014-7-8 10:30:31.png (image/png)
image2014-7-8 10:31:45.png (image/png)
image2014-7-8 10:35:10.png (image/png)
image2014-7-10 11:6:14.png (image/png)
image2014-7-10 11:6:43.png (image/png)
image2014-7-10 11:13:13.png (image/png)
image2014-7-10 11:25:17.png (image/png)
image2014-7-10 11:55:54.png (image/png)
image2014-7-10 12:13:51.png (image/png)
image2014-7-10 12:16:57.png (image/png)
image2014-7-10 12:18:21.png (image/png)
image2014-7-10 12:19:42.png (image/png)
image2014-7-11 11:57:37.png (image/png)
image2014-7-11 11:58:3.png (image/png)