• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

jetheredge
#1 Posted : Monday, October 23, 2006 12:02:26 PM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

Here is the current bug list with Fixed and Active bugs. Please let us know if you see any omissions.

Fixed -- Buy One Get One Offer issue with the free item being the purchased item.
Fixed -- Product Modifiers Are Not Properly Changing the Price on the product page
Fixed -- Low Stock Report Cannot Be Turned Off
Fixed -- Login Errors are Hardcoded
Fixed -- Paypal Website Payments Pro edit page header incorrect.
Fixed -- Shared Modifiers not updating price on product page.
Fixed -- Consistent Low Stock Report Failed Event in Log.
Fixed -- Wish list is not working properly.
Fixed -- Low Stock Report Running Over and Over
Fixed -- Affiliate Terms And Conditions Link Is Broken
Fixed -- Shipping Policy does not appear on checkout page.
Fixed -- Terms and Conditions is not on checkout.
Fixed -- Minimum Product Quantities not being checked.
Fixed -- Promotional Codes being checked with case.
Fixed -- Shared Choices do not update properly to include newly added items.
Fixed -- Shipping Offers need to be more apparent on checkout pages.
Fixed -- Force Image Sizes not working on Category Pages.
Fixed -- Order Total Shipping Editor and By Weight Shipping Editor have wrong labels.
Fixed -- Paypal Express Checkout workflow is not returning boolean correctly
Fixed -- Tax is not recalculated on one page checkout when address is changed.
Fixed -- UPS Duplicate Rates
Fixed -- Forgot Password sending hashed string when password format set to "hashed".
Fixed -- Forgot password only requires email address, need to use username.
Fixed -- Newly added fields to configurable forms not being enforced.
Fixed -- Display issue with newly added Affiliate Questions.
Fixed -- Required choices for products disallow a customer to add cross sells to cart.
Fixed -- Tracking Link & Number missing from email template tags.
Fixed -- Hyperlinks on Sales By Coupon report page do not work. URL incorrect.
Fixed -- Admin UPS Shipping page does not display weight for package.
Fixed -- LineItem AssociatedProduct property is initializing to a new product.
Fixed -- Custom Pages hyperlink is broken on Site Map.
Fixed -- Image Radio Button List displays bullets for each item.
Fixed -- CVV Help Pop-up (What's This) on BVC 2004 Checkout not found.
Fixed -- Dashboard does not tell user when license is going to expire
Fixed -- URL Rewriter is allowing periods
Fixed -- Need workflow when order is edited on admin side.
Fixed -- Need details button on Bulk Order List or Detailed List.

Active -- Save & Continue button on Product Edit > Categories page not saving.
Active -- No "No Image Available" image on the store side. This does exist on admin side.
Active -- Hide Shipping Address on Download Only Orders
Active -- Image resizing in BV Commerce 5 produces low quality images.
Active -- When the order is passed to the shipping provider for a rate request there are no payments attached
Active -- Display issues between FF & IE for the Flash Image Rotator edit page and the Category pages.
Active -- A few IE 7 Display Issues.
Active -- Move Viewstate to bottom of page exception
Active -- Some pages don't have validation summaries, and make sure they are in red.
Active -- FreeShippingOfferTaskProcessor does not remove the "freeshipping" property if the qualifications fail.
Active -- Shipping Control Only Checks Zip Code
Active -- Closed Page is not maintaining content.
Active -- Clicking on Mailserver link in Admin Options throws error when you have no e-mail Templates
Active -- Clicking on Returns link in Admin Options throws error when you have no e-mail Templates
Active -- Error in Event log after viewing the About page in the admin
Active -- Error serializing internal product
Active -- Custom Url's are not being deleted with product in which they were created.
Active -- Order tasks such as "Shipping Complete" do not run without an OrderTaskContext.
Active -- Request for a "loading" progress bar on Flash Rotator
Active -- Issue introduced with Hotfixes, though not sure which one. Capturing CC sets status to "Partially Paid".
Active -- Sales & Offer edit pages display currency amount for percentage discounts
Active -- Option to add custom pages to footer. Feature was included in BV Commerce 2004.
Justin Etheredge
Senior Software Engineer
BVSoftware
Andy Miller
#2 Posted : Monday, October 23, 2006 1:34:58 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
WebServices3 serializes ShippingProvider as an empty class, so all of the Shipping_ShippingProvider_XXX methods that take an instance of ShippingProvider do not work. Please convert the methods to take the shipping provider bvin ala Shipping_ShippingProvider_FindName. The affected web methods are:

Shipping_ShippingProvider_GetRates
Shipping_ShippingProvider_GetRates_ForGroup
Shipping_ShippingProvider_GetRates_ForMultipleGroups
Shipping_ShippingProvider_GetTrackingUrl
Shipping_ShippingProvider_ListServiceCodes

Of these, I would use ListServiceCodes immediately.

Shipping_ShippingProvider_FindByBvin can be dropped from web service since it is no longer required.

Shipping_ShippingProvider_OptimizeGroups and Shipping_ShippingProvider_OptimizeSingleGroup either need an additional bvin parameter (to create the instance) or they should be dropped from web service.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
Andy Miller
#3 Posted : Monday, October 23, 2006 1:48:12 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
WebServices3 has Contacts_Address_ToXmlString, but no corresponding Contacts_Address_FromXmlString.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
CorneliuTusnea
#4 Posted : Monday, October 23, 2006 7:01:08 PM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

Justin,
Great job. Please add to you list:
194: FIXED - URGENT PLEASE: UrlRewriting with custom rewrite to url and query string in url fails

If you want I'll gladly do beta testing for your SP1 without installing it into production. I run two mirror sites locally one on my laptop and one on a server in my home that I use for betatesting of all my changes before I deploy them onto the public production server.
Regards,
Corneliu.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

jetheredge
#5 Posted : Tuesday, October 24, 2006 9:58:00 AM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

Thanks corneliu. As soon as we get SP1 beta out we will post it in the forums. Bug 194 is in the list above but we changed the title. It is "URL Rewriter is allowing periods." In future bug lists we will include bug numbers so that it is easier to coorelate them.
Justin Etheredge
Senior Software Engineer
BVSoftware
Andy Miller
#6 Posted : Thursday, October 26, 2006 12:16:20 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
Just remembered one more on ShipOrder.aspx...

1. Enter a quantity next to item(s) and click on Ship Items button.
2. Delete the package that is created.
3. Note that the quantity shipped is not changed back.


It may depend on whether the item inventory is tracked.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
eric
#7 Posted : Thursday, October 26, 2006 1:46:04 PM(UTC)
eric

Rank: Member

Joined: 4/25/2003(UTC)
Posts: 71

Is there a separate list for Migration Tool Issues, or are these included in the list? I reported a bug related to conversion of packages.

Thanks!

-Eric
sternyy
#8 Posted : Thursday, October 26, 2006 7:01:13 PM(UTC)
sternyy

Rank: Member

Joined: 1/10/2005(UTC)
Posts: 714

Thanks: 14 times
Was thanked: 1 time(s) in 1 post(s)
maybe i missed it but on the category page when a product has options, the add to cart button still shows. When you click the add to cart button there is no way to select any of the options, even if they are required.

Did i miss it up above?
Nick Alberti
#9 Posted : Monday, October 30, 2006 2:27:36 PM(UTC)
Nick Alberti

Rank: Member

Joined: 9/27/2004(UTC)
Posts: 1,099

Hello Bryan & Andy. We've added these items to the list.

Eric, we're currently working on a list for the migration tool. Most issues are random and store specific. We're currently investigating each case.
Andy Miller
#10 Posted : Monday, October 30, 2006 3:23:53 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
The WebAppSettings in WebAppSettings.BV are missing from WebServices3, especially WebAppSettings.BvcProductName and WebAppSettings.BvcVersionNumber.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
eric
#11 Posted : Monday, October 30, 2006 3:36:56 PM(UTC)
eric

Rank: Member

Joined: 4/25/2003(UTC)
Posts: 71

Thanks for the update Nick.


Just re-tested the issue today. I created a new bvc2004.7 test DB, with 2 items, and created 3 orders (2 paid/shipped/complete, and 1 unpaid/unshipped). Created a new BVC5.01 db, and ran the migration tool. Same issue, the packages from bvc2004.7 are not created in BVC5.01. So this issue should not be store specific.



Thanks, Eric.
Nick Alberti
#12 Posted : Monday, October 30, 2006 3:46:40 PM(UTC)
Nick Alberti

Rank: Member

Joined: 9/27/2004(UTC)
Posts: 1,099

Thanks Eric.

We're working on it.
Nick Alberti
#13 Posted : Monday, October 30, 2006 4:37:41 PM(UTC)
Nick Alberti

Rank: Member

Joined: 9/27/2004(UTC)
Posts: 1,099

Andy, the issue you posted today will be fixed in SP1.
CorneliuTusnea
#14 Posted : Saturday, November 4, 2006 6:44:04 AM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

Pin this thread please.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012