| Line # | Error |
|---|
168 | [jsp src:line #:117] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart != null && (cart.getListOfCartProductIds().length > 0 || cart.getListOfCartTradeinProductIds().length > 0)) {
|
393 | [jsp src:line #:333] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds().length > 0) {
|
646 | [jsp src:line #:591] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds().length > 0) {
|
652 | [jsp src:line #:598] cannot find symbol
symbol : method getCartTradeinProductTotal()
location: class goober.marketplace.cart.Cart
out.print(goober.util.NumberFormat.formatNum(cart.getCartTotal()+cart.getCartTradeinProductTotal()));
|
652 | [jsp src:line #:598] operator + cannot be applied to double,goober.marketplace.cart.Cart.getCartTradeinProductTotal
out.print(goober.util.NumberFormat.formatNum(cart.getCartTotal()+cart.getCartTradeinProductTotal()));
|
666 | [jsp src:line #:630] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds().length > 0) {
|
670 | [jsp src:line #:631] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds().length > 0) {
|
676 | [jsp src:line #:635] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds().length > 0) {
|
753 | [jsp src:line #:724] cannot find symbol
symbol : method getListOfCartTradeinProductIds(int)
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds(vendor_id).length > 0) {
|
773 | [jsp src:line #:744] cannot find symbol
symbol : variable tradein_order_id
location: class goober.marketplace.cart.CartVendor
out.print(cv.tradein_order_id);
|
778 | [jsp src:line #:750] cannot find symbol
symbol : class CartTradeinProduct
location: class _jsp._custom._mezh__cart
CartTradeinProduct ctp = null;
|
779 | [jsp src:line #:751] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
int[] list_of_tradein_products = cart.getListOfCartTradeinProductIds();
|
784 | [jsp src:line #:756] cannot find symbol
symbol : class CartTradeinProduct
location: class _jsp._custom._mezh__cart
ctp = (CartTradeinProduct)cart.getTradeinProduct(list_of_tradein_products[i]);
|
784 | [jsp src:line #:756] cannot find symbol
symbol : method getTradeinProduct(int)
location: class goober.marketplace.cart.Cart
ctp = (CartTradeinProduct)cart.getTradeinProduct(list_of_tradein_products[i]);
|
835 | [jsp src:line #:794] cannot find symbol
symbol : method getCartTradeinProductAccountCreditSubtotal()
location: class goober.marketplace.cart.Cart
if (cart.getCartTradeinProductAccountCreditSubtotal() > 0 && cart.getCartTradeinProductCashSubtotal() > 0) {
|
835 | [jsp src:line #:794] cannot find symbol
symbol : method getCartTradeinProductCashSubtotal()
location: class goober.marketplace.cart.Cart
if (cart.getCartTradeinProductAccountCreditSubtotal() > 0 && cart.getCartTradeinProductCashSubtotal() > 0) {
|
837 | [jsp src:line #:797] cannot find symbol
symbol : method getCartTradeinProductAccountCreditSubtotal()
location: class goober.marketplace.cart.Cart
out.print(goober.util.NumberFormat.formatNum(cart.getCartTradeinProductAccountCreditSubtotal()));
|
839 | [jsp src:line #:801] cannot find symbol
symbol : method getCartTradeinProductCashSubtotal()
location: class goober.marketplace.cart.Cart
out.print(goober.util.NumberFormat.formatNum(cart.getCartTradeinProductCashSubtotal()));
|
843 | [jsp src:line #:807] cannot find symbol
symbol : method getCartTradeinShippingCredit()
location: class goober.marketplace.cart.Cart
if (cart.getCartTradeinShippingCredit() < 0) out.println("-");
|
845 | [jsp src:line #:807] cannot find symbol
symbol : method getCartTradeinShippingCredit()
location: class goober.marketplace.cart.Cart
out.print(goober.util.Filter.transForm("s/-//",goober.util.NumberFormat.formatNum(cart.getCartTradeinShippingCredit())));
|
855 | [jsp src:line #:815] cannot find symbol
symbol : method getCartTradeinProductTotal()
location: class goober.marketplace.cart.Cart
out.print(goober.util.NumberFormat.formatNum(cart.getCartTradeinProductTotal()));
|
918 | [jsp src:line #:908] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if (cart.getListOfCartTradeinProductIds().length > 0) {
|
948 | [jsp src:line #:969] cannot find symbol
symbol : method getListOfCartTradeinProductIds()
location: class goober.marketplace.cart.Cart
if ((bm.doesVendorUseAutoRegistration() && cart != null && cart.getListOfCartTradeinProductIds().length == 0) || has_paypal_checkout) bypass_append = "/bypass/true";
|