Subversion Repositories cheapmusic

Rev

Rev 43 | Rev 53 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 50
Line 106... Line 106...
106
           			$handlingTime = 1;
106
           			$handlingTime = 1;
107
        			$shippingCost = 0.00;
107
        			$shippingCost = 0.00;
108
        			$shippingCurrency = 'USD';
108
        			$shippingCurrency = 'USD';
109
			        break;
109
			        break;
110
 
110
 
111
			    case 2653: // alibris (does not return any search results) bugbug
111
			    case 2653: // alibris
-
 
112
			        if ($item->category->primary == "Media > Music" || $item->category->primary == "Media > Dvds & Movies") {
-
 
113
                        $category = "CD";
-
 
114
			        } else {
-
 
115
                        $category = "Book";
-
 
116
                    }
-
 
117
                    $type = 'Used';
-
 
118
                    $condition = "Used";
112
       			    $freeShippingCap = 39.00;
119
       			    $freeShippingCap = 39.00;
113
           			$handlingTime = 1;
120
           			$handlingTime = 1;
114
        			$shippingCost = 3.99;
121
        			$shippingCost = 3.99;
115
        			$shippingCurrency = 'USD';
122
        			$shippingCurrency = 'USD';
116
			        break;
123
			        break;