| Line # | Error |
|---|
169 | [jsp src:line #:118] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart != null && (cart.getListOfCartProductIds().length > 0 || cart.getListOfCartTradeinProductIds().length > 0)) {
|
413 | [jsp src:line #:352] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds().length > 0) {
|
675 | [jsp src:line #:624] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds().length > 0) {
|
681 | [jsp src:line #:631] cannot find symbol
symbol : method getCartTradeinProductTotal()
location: class goober.marketplace.cart.Cart
out.print(goober.util.NumberFormat.formatNum(cart.getCartTotal()+cart.getCartTradeinProductTotal()));
|
681 | [jsp src:line #:631] operator + cannot be applied to double,goober.marketplace.cart.Cart.getCartTradeinProductTotal
out.print(goober.util.NumberFormat.formatNum(cart.getCartTotal()+cart.getCartTradeinProductTotal()));
|
695 | [jsp src:line #:663] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds().length > 0) {
|
699 | [jsp src:line #:664] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds().length > 0) {
|
782 | [jsp src:line #:833] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (bm.doesVendorUseAutoRegistration() && cart != null && cart.getListOfCartTradeinProductIds().length == 0) bypass_append = "/bypass/true";
|