Subversion Repositories cheapmusic

Rev

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

Rev 141 Rev 143
Line 283... Line 283...
283
                    "HandlingTime" => $handlingTime,
283
                    "HandlingTime" => $handlingTime,
284
                    "ShippingCost" => $shippingCost,
284
                    "ShippingCost" => $shippingCost,
285
                    "ShippingEstimated" => $shippingEstimated,
285
                    "ShippingEstimated" => $shippingEstimated,
286
                    "ShippingCurrency" => $shippingCurrency,
286
                    "ShippingCurrency" => $shippingCurrency,
287
                    "FreeShippingCap" => $freeShippingCap,
287
                    "FreeShippingCap" => $freeShippingCap,
288
                    "Show" => true
288
                    "Show" => true,
-
 
289
                    "Details" => ""
289
                );
290
                );
290
            }
291
            }
291
        }
292
        }
292
    }
293
    }
293
 
294