Developer forum

Forum » Rapido » Selecting and changing product variant combinations results in 404 error

Selecting and changing product variant combinations results in 404 error

Søren Bremholm Jakobsen
Reply

Hi,

I'm expiriencing 404 errors on both DW demo rapido site and on own developed rapido solution.

DW demo site: http://rapidodemo.dynamicweb-cms.com/products/clothing/men/descente-short-sleeve-jersey.

If you select size and color options on above link and then subsequently changes the color selection to another color the postback will result in a 404 error page. I'm expiriencing the same at the following link: http://egwbp-viking-upgrade.azurewebsites.net/en/products/men/anaconda-boa-light-gtx

Any suggestions? possible bug?


Replies

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply
This post has been marked as an answer

Hi Søren

There is a small bug in MatchVariants.js And it is due to that the variant key (VariantID) must be in the correct order. In this case VO5.VO13 does not work, but VO13.VO5 works.

The fix is to move line 131 up to line 125. The line looks like this:

selectionsList = MatchVariants.SelectionListSort(currentVariantsBlock);

This will be included in the next release.

 

Best regards
Karsten Thuen

Votes for this answer: 1
 
Søren Bremholm Jakobsen
Reply

Thanks, it worked.

 

You must be logged in to post in the forum