drhenner/ror_ecommerce

View on GitHub
app/assets/javascripts/shopping/cart.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initialize has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    initialize      : function() {
      jQuery('#submit_add_to_cart').click( function() {
          if (jQuery('#cart_item_variant_id').val() == '' ) { // Select to see if variant is selected in hidden field
            alert('Please click on a specific item to add.');
          } else
Severity: Minor
Found in app/assets/javascripts/shopping/cart.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status